Please familiarize yourself with Anthropic's Prompt Engineering Documentation to ensure your prompts follow best practices.
- Create a new folder under
prompts/with a descriptive name (e.g.,data_analyzer,meeting_summarizer) - Include a
system.xmlfile with your system prompt - Add
user_facing_prompts/folder if your prompt includes prompt templates. - Follow XML formatting as shown in existing prompts
- Test your prompt thoroughly before submitting
prompts/your_prompt_name/
├── system.xml
└── user_facing_prompts/ # Optional: Conversational examples
├── examples/
| └── example_1.xml
| └── ...
- Fork this repository
- Create a new branch for your prompt
- Add your prompt following the guidelines above
- Update this README's Prompt Catalog table
- Submit a pull request with a clear description
Thank you for helping make AI assistants more useful for everyone!