shazam
A skill-based workflow plugin for planning, architecture, and bug triage. 18 skills covering the full development cycle: write PRDs, break t
Open source Open in the app JSON README (API)
About
A skill-based workflow plugin for planning, architecture, and bug triage. 18 skills covering the full development cycle: write PRDs, break them into plans and issues, improve codebase architecture, triage bugs, and more. Just shout out SHAZAM! for a navigation guide that suggests what to do next based on your current context. Soft suggestions, no forced workflows — you stay in control.
Details
- Kind
- Plugins
- Topic
- No topic detected
- Publisher
- qhuang20
- Origin
- marketplace
- Category
- ferramentas
- Stars
- 4
- Last push
- 2026-04-06T19:45:22Z
- Repository state
- ativo
- Language
- Shell
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
qhuang20/shazam/shazam
README
<p align="center"> <img src="logo.svg" width="200" alt="Shazam logo"/> </p> <h1 align="center">SHAZAM! ⚡</h1> <p align="center">A Claude Code plugin for planning, architecture, bug triage, and development workflows.</p> <p align="center"> English | <a href="README.zh-CN.md">中文</a> </p> Not sure where to start? Just shout **SHAZAM!** and it'll guide you. ## Skills ``` --- Build a new feature --- /write-a-prd Describe what to build /prd-to-plan Break PRD into phases /prd-to-issues Break PRD into GitHub Issues /grill-me Stress-test any plan or design --- Improve existing code --- /improve-codebase-architecture Find architectural improvements /request-refactor-plan Plan a refactor as tiny commits /design-an-interface Compare 3+ interface designs --- Handle bugs & issues --- /triage-issue Investigate a bug, file fix plan /github-triage Batch triage GitHub Issues /qa Report bugs conversationally --- Domain & writing --- /ubiquitous-language Extract DDD glossary /edit-article Tighten an article draft --- Tooling --- /git-guardrails-claude-code Block dangerous git commands /setup-pre-commit Husky + lint-staged + Prettier ``` ## How It Works Each skill is a prompt in `skills/<name>/SKILL.md`. After each skill completes, it suggests what to do next — soft suggestions, not forced steps. You're always in control. ## Credits - Skills based on [mattpocock/skills](https://github.com/mattpocock/skills). - Navigation and skill chaining inspired by [obra/superpowers](https://github.com/obra/superpowers), which enforces workflow via strict state-machine orchestration. Shazam takes a lighter approach: soft suggestions, no hooks, user stays in control.