By qhuang20
A Claude Code plugin for planning, architecture, bug triage, and development workflows. Just shout SHAZAM!
npx claudepluginhub qhuang20/shazam --plugin shazamGenerate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
Triage GitHub issues through a label-based state machine with interactive grilling sessions. Use when user wants to triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Explore a codebase to find opportunities for architectural improvement, focusing on making the codebase more testable by deepening shallow modules. Use when user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more AI-navigable.
Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
Break a PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices. Use when user wants to convert a PRD to issues, create implementation tickets, or break down a PRD into work items.
Turn a PRD into a multi-phase implementation plan using tracer-bullet vertical slices, saved as a local Markdown file in ./plans/. Use when user wants to break down a PRD, create an implementation plan, plan phases from a PRD, or mentions "tracer bullets".
Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions "QA session".
Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
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.
Triage a bug or issue by exploring the codebase to find root cause, then create a GitHub issue with a TDD-based fix plan. Use when user reports a bug, wants to file an issue, mentions "triage", or wants to investigate and plan a fix for a problem.
Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".
Create a PRD through user interview, codebase exploration, and module design, then submit as a GitHub issue. Use when user wants to write a PRD, create a product requirements document, or plan a new feature.
A Claude Code plugin for planning, architecture, bug triage, and development workflows.
English | 中文
Not sure where to start? Just shout SHAZAM! and it'll guide you.
--- 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
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.
Share bugs, ideas, or general feedback.
VGV Wingspan - AI-native workflows following Very Good Ventures best practices.
Software engineering skills from Code Complete and A Philosophy of Software Design. 20 skills across 3 agents (build, post-gate, debug). Building workflow with adaptive gates (BUILD, REVIEW, commit). Scientific debugging via debug-agent.
End-to-end development workflow: design → draft-plan → orchestrate → review → pr-create → pr-review → pr-merge
Development workflow automation including feature development, code quality, and PR management
A curated set of skills for each stage of development — propose, spec, design, plan, implement, ship.