969 B
969 B
Skill Patterns
Minimal workflow skill
Use for narrow repeatable work.
Structure:
- Purpose and trigger.
- Inputs to collect.
- Ordered steps.
- Output contract.
- Validation.
- Limitations.
Navigation skill with references
Use when the skill covers several modes, tools, or depth levels.
Structure:
- Short SKILL.md with a routing table.
- One reference per mode or domain.
- Examples in
references/examples/. - Scripts only for deterministic repeated actions.
Integration skill
Use for CLIs, APIs, SDKs, or platforms.
Include:
- Installation or environment assumptions.
- Authentication and permission boundaries.
- Safe command patterns.
- Common failure signatures.
- Verification commands.
Review or audit skill
Use for code, security, docs, or quality reviews.
Include:
- Scope definition.
- Evidence collection.
- Severity or priority scale.
- Finding format.
- False-positive handling.
- Verification and residual risk.