# Example Prompt

This is a simple example prompt demonstrating token substitution.

## Tokens Available

- Current date: {{today}}
- Current time: {{now}}
- Git branch: {{branch}}
- Git commit: {{commit}}
- Git user: {{user}}
- Git email: {{email}}

## Usage

You can use this as a template for creating custom prompts. The tokens will be automatically replaced with actual values when the prompt is rendered.

## Customization

To customize this prompt:

1. Copy to `.smartergpt/prompts/example.md`
2. Edit the content as needed
3. Your custom version will override this default

See `README.md` for full customization options.
