claude-skills
Claude Code Skills
Steps
- Load the
outfitter:skills-devskill - Consider the Claude Code-specific features that extend the base specification within this skill
Frontmatter Extensions
Claude Code extends the base Agent Skills frontmatter:
| Field | Type | Description |
|---|---|---|
allowed-tools |
string | Space-separated tools that run without permission prompts |
user-invocable |
boolean | Default true. Set false to prevent /skill-name access |
disable-model-invocation |
boolean | Prevents auto-activation; requires manual Skill tool invocation |
context |
string | inherit (default) or fork for isolated subagent execution |
agent |
string | Agent for context: fork (e.g., Explore, outfitter:analyst) |
model |
string | Override model: haiku, sonnet, or opus |
More from outfitter-dev/agents
codebase-recon
This skill should be used when analyzing codebases, understanding architecture, or when "analyze", "investigate", "explore code", or "understand architecture" are mentioned.
96graphite-stacks
This skill should be used when the user asks to "create a stack", "submit stacked PRs", "gt submit", "gt create", "reorganize branches", "fix stack corruption", or mentions Graphite, stacked PRs, gt commands, or trunk-based development workflows.
76code-review
This skill should be used when reviewing code before commit, conducting quality gates, or when "review", "fresh eyes", "pre-commit review", or "quality gate" are mentioned.
36software-craft
This skill should be used when making design decisions, evaluating trade-offs, assessing code quality, or when "engineering judgment" or "code quality" are mentioned.
32hono-dev
This skill should be used when building APIs with Hono, using hc client, implementing OpenAPI, or when "Hono", "RPC", or "type-safe API" are mentioned.
28subagents
This skill should be used when coordinating agents, delegating tasks to specialists, or when "dispatch agents", "which agent", or "multi-agent" are mentioned.
25