kurosame/claude-code-plugins
πͺMarketplacekurosame/claude-code-plugins
A collection of plugins for Claude Code
Add this Marketplace
/plugin marketplace add kurosame/claude-code-pluginsPlugins in this Marketplace
ai-config
Reviews the entire codebase against the project's AI meta configuration files and reports what should be added, updated, or created. Read-only β reports findings without editing files.
apply-fix
Applies fixes (from prior review findings or check failures) and iterates the project's check commands (lint, type-check, build, test) until all pass.
code-review
Read-only code review slash commands with stack-specific variants under `/review-<stack>`. Reports findings without editing files.
playwright-e2e
Slash commands that orchestrate Playwright's auto-generated planner / generator / healer agents for end-to-end testing in CI. Pairs with `npx playwright init-agents --loop=claude`.
pr
Groups uncommitted changes by relatedness and opens one PR per group from a fresh branch off main (falls back to a single PR when only one group).
task
Loads a task description from `.claude-task.md` and surfaces it as findings for `/apply-fix` to consume. Read-only β reports findings without editing files.