What problem does it solve? Defining new AI assistant capabilities requires consistent structure, valid YAML frontmatter, and organized resources, which is error-prone when done manually. This Skill standardizes the creation and validation of Agent Skills in the .agents/skills/ directory. ## Core Features & Use Cases - Skill Bootstrapping: Run scripts/init_skill.py to scaffold a new skill directory with a templated SKILL.md, example script, and standard subdirectories. - Structure Validation: Run scripts/quick_validate.py to verify that SKILL.md exists and its YAML frontmatter contains the required name and description fields. - Authoring Guidance: Reference references/output-patterns.md and references/workflows.md for templates, examples, and sequential or conditional workflow patterns. - Use Case: When you notice a recurring multi-step task, use this Skill to scaffold a new capability, draft a high-signal trigger description, and validate the result before integrating it into the project's AGENTS.md context. ## Quick Start Create a new skill named log-parser in the .agents/skills directory and validate its structure.