What problem does it solve? Creating new slash commands for the Navigator Claude Code plugin manually leads to inconsistent structure, invalid YAML frontmatter, and mismatched tone across command files. This Skill automates command generation so every new /nav: command follows established conventions without manual formatting work. ## Core Features & Use Cases - Convention-Based Generation: Produces command markdown files with proper YAML frontmatter, section structure, and Navigator tone based on simple, medium, or complex complexity levels. - Built-In Validation: Validates generated commands for frontmatter correctness, heading hierarchy, code block formatting, 2nd-person style, and emoji usage via command_validator.py. - Pattern Matching: Analyzes existing commands to extract structure, tone, and example patterns before generating new ones. - Use Case: When you say "add a slash command for showing Navigator version", the Skill gathers requirements, generates commands/version.md, validates it, and shows a usage summary. ## Quick Start Ask the assistant to create a new Navigator slash command by describing its name and purpose, for example: add a slash command for archiving old task documentation.