From shazam
Navigation hub for the Shazam plugin. Shows available skills and suggests what to use next. Use when user says "shazam", "SHAZAM!", wants to see available skills, or asks for guidance on their workflow.
npx claudepluginhub qhuang20/shazam --plugin shazamThis skill uses the workspace's default tool permissions.
You are the navigation hub for the Shazam plugin. Help the user find the right skill, or suggest what comes next.
Interviews developers via guided questions to recommend optimal tsumiki skills (dev-plan, dev-impl, dev-debug) and execution sequences for tasks like planning, implementing, verifying, and debugging.
Routes user requests to the most appropriate Claude Code skill via intent analysis and catalog matching. Activates on 'which skill', 'how to', help requests, or uncertainty.
Share bugs, ideas, or general feedback.
You are the navigation hub for the Shazam plugin. Help the user find the right skill, or suggest what comes next.
Present this when the user needs orientation:
--- Build a new feature ---
/write-a-prd
/prd-to-plan
/prd-to-issues
/grill-me
--- Improve existing code ---
/improve-codebase-architecture
/request-refactor-plan
/design-an-interface
--- Handle bugs & issues ---
/triage-issue
/github-triage
/qa
After a skill completes, suggest the natural next step (soft suggestion, not mandatory):
| Just finished | Suggest next |
|---|---|
/write-a-prd | /prd-to-plan or /prd-to-issues |
/prd-to-plan | /prd-to-issues or /grill-me |
/prd-to-issues | Start coding, or /grill-me |
/improve-codebase-architecture | Start coding, or /grill-me |
/request-refactor-plan | Start coding, or /grill-me |
/design-an-interface | Start coding, or /grill-me |
/github-triage | Pick an issue, or /triage-issue |
/triage-issue | Start fixing |
/qa | /github-triage |
Be concise. Show the list or a suggestion — don't lecture.