Common Patterns
- Foundation + task + format: separate stable context, task instructions, and output guidance into reusable prompts.
- Shared policy prompt: attach the same published policy prompt to multiple skills.
- Versioned formatting: keep output format guidance in its own prompt so it can evolve independently.
- Pinned release prompt: use
pinned_versionwhen a skill must stay fixed to a reviewed prompt version.