Skill Authoring
Workflow
- Read
.agents/prompts/create-agent-skill.mdif present. - Gather concrete trigger examples and the repeated task the skill should improve.
- Create
.agents/skills/<skill-name>/SKILL.md. - Use frontmatter with only
nameanddescriptionunless a target explicitly requires more. - Add
scripts/,references/, orassets/only when they materially reduce repeated work or increase reliability. - Test scripts and validate frontmatter.
Quality Bar
Keep skills concise, non-obvious, reusable, project-safe, and actionable.
Source: KiringYJ/agent-workbench — distributed by TomeVault.