What problem does it solve? SKILL.md descriptions that are too long, missing components, or poorly structured get truncated in Claude Code's skill listing budget, making skills hard to discover. This Skill rewrites descriptions to a compact three-part format and correctly configures invocation control so workflow skills don't auto-fire unintentionally. ## Core Features & Use Cases - Description Rewriting: Converts descriptions to the three-part format (short description ≤80 chars, capability sentence, "Use when…" trigger) within a 200-character total budget. - Invocation Control Tuning: Classifies each skill as workflow or advisory and sets disable-model-invocation: true for write-heavy skills while omitting it for read-only ones. - Project-Wide Sweep: Measures every SKILL.md in the project, reports a SKIP/REWRITE table, and offers batch optimization with a skill listing budget advisory. - Use Case: After adding several new skills to a plugin, run this Skill to bring all descriptions under the character budget and ensure deploy-style skills require explicit invocation. ## Quick Start Ask the AI to optimize the SKILL.md frontmatter for a specific skill path or for all skills in the project.