What problem does it solve?
This Skill prevents dead-ends caused by unrecognized slash-commands and lets users quickly create, list, and remove local command-like skills by writing SKILL.md files that appear in command autocomplete.
Core Features & Use Cases
- List Skills: Scan project-local and global skill directories and present a numbered, annotated list that marks core skills.
- Create Skill: Generate a complete SKILL.md stub in .claude/skills or ~/.claude/skills with a name and description inferred or provided by the user, including an init pattern and instructions.
- Delete Safely: Archive local skills to a .trash folder with timestamps and never remove global/core skills without explicit uninstall guidance.
- Auto-Create Unknown Commands: Intercept unknown /commands, infer intent from the command name and recent context, optionally execute a one-shot action, and offer to persist the behavior as a new shortcut.
Quick Start
Ask the agent to create a shortcut by saying /create-shortcut create deploy Run tests then deploy to create a new local command named deploy.