What problem does it solve? Repeatedly re-explaining the same workflows to an AI agent wastes time and produces inconsistent results. This Skill lets you capture reusable knowledge, procedures, and workflows as persistent skill files that future agent sessions can discover and follow. ## Core Features & Use Cases - Skill Creation Workflow: Guides naming conventions (lowercase, hyphens), file placement in .agents/skills/, and the required SKILL.md frontmatter format with name and description fields. - Discovery-Focused Writing Guidance: Explains how to write descriptions that trigger the skill at the right time, with concrete good and bad examples. - Authoring Best Practices: Covers conciseness, matching specificity to fragility, using examples, splitting large content into reference files, and composing skills that reference other skills. - Use Case: After walking an agent through your team's PR review process, ask it to save that workflow as a pr-review skill so every future session applies the same checklist automatically. ## Quick Start Create a skill that teaches you how to review pull requests using our team's checklist and save it for future sessions.