Simple handbook for autonomous AI agents contributing to this repository.
Maintain a high-quality prompt and template library that's easy to use and understand.
| Path | Purpose |
|---|---|
prompts/ |
Community prompt collection (60+ prompts) |
templates/ |
Enterprise Jinja2 templates (200+ templates) |
- Fork the repository
- Add/Edit prompts or templates
- Follow existing format patterns
- Submit pull request
- Location:
prompts/<category>/<Name>.md - Format: Standard markdown
- Style: Clear, actionable instructions
- Size: Keep concise and focused
- Title (H1)
- Purpose description
- Instructions in code block
- Example usage (optional)
- Location:
templates/<category>/<name>_v<version>.j2 - Standards: Domain-specific compliance when applicable
- Output: Structured JSON-5 or Markdown
- Macros: Use utility files for reusable functions
- Clear and actionable - Instructions should be unambiguous
- Safe content - No harmful or malicious prompts
- Proper formatting - Follow existing patterns
- Relevant examples - Include usage demonstrations when helpful
- Choose appropriate category in
prompts/ - Create descriptive filename
- Follow standard format
- Test with multiple LLMs if possible
- Select correct domain in
templates/ - Follow naming convention
- Include proper documentation
- Test rendering with sample data
- Fix formatting issues
- Update outdated information
- Add missing examples
- Improve clarity
Keep it simple. Focus on quality. Help the community. ✨