What problem does it solve?
This Skill streamlines the creation, validation, and organization of Claude slash commands, ensuring consistency, proper permissions, and automated quality checks across your command library.
Core Features & Use Cases
- Command Creation & Validation: Generate new commands from templates and lint existing ones for errors and security gaps.
- Namespace Organization: Structure commands logically using directory hierarchies for easy discovery and management.
- Permission Scoping: Configure
allowed-tools with least privilege using precise patterns.
- Context Injection: Automate context gathering using
! (bash) and @ (file) operators.
- Lifecycle Hooks: Implement pre- and post-execution logic for validation and formatting.
- Use Case: When developing a new feature that requires several related slash commands, use this Skill to create them with consistent naming, secure tool access, and proper documentation, ensuring they integrate seamlessly into your existing command structure.
Quick Start
Use the manage-commands skill to create a new slash command for fetching git status.