Good Skill
Overview
This example shows a skill with clear trigger conditions, operational guidance, safety boundaries, linked references, common pitfalls, and verification steps.
When to Use
- When testing agentskills-ci against a known-good example
- When copying a starter structure for a new agent skill
Workflow
- Read the user's task and determine whether this skill applies.
- Follow the workflow in
references/guide.md. - Verify the output before responding.
Common Pitfalls
- Writing vague trigger descriptions that activate for too many tasks.
- Referencing helper files that do not exist.
- Adding side-effect actions without explicit approval gates.
Verification Checklist
- Frontmatter includes name and description.
- Referenced files exist.
- Commands are safe or clearly gated.