What problem does it solve? It removes the manual work of authoring, structuring, and maintaining custom skills by scaffolding valid SKILL.md files with proper frontmatter, activation hints, and structured bodies that load reliably. ## Core Features & Use Cases - Skill Scaffolding: Generate a new managed skill with YAML frontmatter, description, activation hints, and a structured markdown body via the scaffold_managed_skill tool. - Skill Editing and Deletion: Rewrite an existing skill in place or remove a managed skill directory with the delete_managed_skill tool, always with explicit user confirmation. - Authoring Guidance: Enforces best practices such as When to Use blocks, point-of-action warnings, explicit branching, artifact-bound completion criteria, and a 500-line limit. - Use Case: A user says "build me a skill that drafts weekly retention reports" and the assistant confirms scope, scaffolds the SKILL.md, and verifies it loads and activates on the intended trigger. ## Quick Start Ask the assistant to create a new skill for a repeatable workflow, describing what it should do and when it should activate.