with one click
example-skill
A reusable workflow template. Customize phases for your use case.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
A reusable workflow template. Customize phases for your use case.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | example-skill |
| description | A reusable workflow template. Customize phases for your use case. |
| allowed-tools | ["Read","Write","Bash","Edit","Grep","Glob"] |
| routing | {"triggers":["example workflow","run example"],"force_route":false} |
A structured workflow for [YOUR USE CASE]. This skill guides Claude through a repeatable process with clear phases and gates.
Goal: Gather context before acting.
Gate: Can you describe the end state in one sentence? If not, keep gathering context.
Goal: Design the approach.
Gate: Plan is concrete enough to execute without further questions.
Goal: Make the changes.
Gate: All planned changes are complete.
Goal: Prove it works.
Gate: Evidence exists that the change works correctly.
For deeper patterns and examples, see:
references/patterns.md — Detailed reference material| Don't Do This | Do This Instead |
|---|---|
| Skip verification | Always prove it works |
| Change too many things at once | One logical change per commit |
| Assume it works because it looks right | Run it and check output |