prompt-creation
Installation
SKILL.md
Prompt Creation
Create standardized context prompts for AI assistants in prompts/ directory. Two types: technology-stack (project config with versions/policies) or behavioral (assistant persona/rules). Uses markdown frontmatter format with minimal metadata and structured markdown body.
When to Use
- Creating context prompts for AI assistants
- Defining technology stack configuration for projects
- Documenting behavioral rules for AI assistant personas
Don't use for:
- Creating agent definitions (use agent-creation)
- Creating skills (use skill-creation)