What problem does it solve? Repeatedly re-explaining the same workflows to an AI agent wastes time and produces inconsistent results. This Skill provides a structured process for capturing reusable knowledge, procedures, and workflows as persistent skill files that future agent sessions can discover and follow. ## Core Features & Use Cases - Skill File Creation: Guides the creation of SKILL.md files with proper YAML frontmatter (name and description) and instruction bodies written to .agents/skills/SKILLNAME/. - Discovery Optimization: Explains how to write descriptions that trigger the skill at the right time, with concrete good and bad examples. - Authoring Best Practices: Covers naming rules, length limits, when to split content into reference files, and how skills can reference or update other skills. - Use Case: A user repeatedly asks the agent to review pull requests in a specific way. Use this Skill to create a pr-review skill that encodes the review checklist and output format once, so every future PR review follows the same process. ## Quick Start Create a skill that teaches you how to review pull requests using our team's checklist and save it for future sessions.