# Prompt Templates

These are prompt snippets that can be used independently or added to a base
prompt to provide specific context and functionality.

They can be imported by a GEMINI.md file with the `@<path>` syntax:

```src/GEMINI.md
@agents/prompts/common.md
@agents/prompts/templates/<example.md>
```

or used standalone:

```src/GEMINI.md
@agents/prompts/templates/<example.md>
```
