From agent-almanac
Executes structured multi-step procedures with validation, recovery, and examples. Useful when breaking down complex tasks into verifiable steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-almanac:_templateThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
One paragraph: what this skill accomplishes and the value it provides.
One paragraph: what this skill accomplishes and the value it provides.
Context sentence explaining what this step accomplishes.
# Concrete command or code the agent can execute
example_command --flag value
Expected: What success looks like. Be specific -- file created, output matches pattern, command exits 0.
On failure: Recovery action. What to check, what to retry, when to abort.
Context for this step.
next_command
Expected: Specific success indicator.
On failure: Recovery action.
Short worked examples showing the skill in action. Keep inline examples brief; move extended or multi-variant examples to references/EXAMPLES.md.
related-skill-name -- how it relates to this skillanother-skill -- how it relatesnpx claudepluginhub pjt222/agent-almanacGuides creation, editing, and verification of Claude Code skills using TDD workflow, standardized templates, naming rules, and CSO for auto-activation.
Guides authoring and validating Claude Code skills: metadata optimization, lean workflows, progressive disclosure, references, skillgrade evals.
Guides creation of modular Agent Skills with progressive disclosure, covering skill structure, SKILL.md format, and best practices for capability uplift and encoded preference categories.