plugin-slash-command

Solid

Generate new Navigator slash commands following project conventions. Use when user says "add slash command", "create command", "new /nav command", or "add /nav:[name] command".

AI & Automation 232 stars 12 forks Updated today

Install

View on GitHub

Quality Score: 82/100

Stars 20%
79
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# Navigator Slash Command Generator Generate new slash commands for the Navigator plugin following established conventions and patterns. ## When to Invoke Auto-invoke when user says: - "Add a slash command for..." - "Create a new /nav:[name] command" - "Generate slash command..." - "Add /nav:[feature] command" - "New Navigator command for..." ## What This Does 1. Asks for command details (name, purpose, complexity) 2. Analyzes existing commands for pattern matching 3. Generates command markdown file with proper structure 4. Validates YAML frontmatter and formatting 5. Shows usage example ## Execution Steps ### Step 1: Gather Command Requirements Ask user: - **Command name** (kebab-case, without /nav: prefix) - Example: "marker", "compact", "update-doc" - **Command purpose** (one sentence description) - Example: "Create context markers to save conversation state" - **Command complexity**: - Simple: Single action, minimal steps (e.g., marker) - Medium: Multiple steps, some logic (e.g., compact) - Complex: Multi-phase execution, integrations (e.g., init, start) - **User-facing or internal**? - User-facing: Part of standard Navigator workflow - Internal: For plugin development/maintenance ### Step 2: Analyze Similar Commands Use Task agent to find similar commands: ``` "Find existing Navigator commands similar to [purpose]: - Commands in commands/*.md - Similar complexity level - Common structure patterns - Return 2-3 best examples" ``` **What to extr...

Details

Author
alekspetrov
Repository
alekspetrov/navigator
Created
11 months ago
Last Updated
today
Language
Python
License
None

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category