prompt-creation
Installation
SKILL.md
For RAG/retrieval-augmented prompts specifically, see rag-patterns.md; for prompts combining images with text (vision, screenshot-to-code, diagram understanding), see multimodal-prompting.md.
Prompt Creation
Skill for creating high-performance prompts following 2025 best practices and Anthropic conventions.
Documentation
- techniques.md - Structuring techniques (CoT, Few-shot, etc.)
- templates.md - Reusable templates
- rag-patterns.md - Load when: designing a RAG/retrieval-augmented prompt (chunking strategy, context assembly, citation injection, hallucination prevention)
- multimodal-prompting.md - Load when: writing a prompt that combines images/screenshots/diagrams with text (vision+text, screenshot-to-code, diagram understanding)