Help us improve
Share bugs, ideas, or general feedback.
A collection of useful Claude Code skills and commands for software development workflows
npx claudepluginhub oalders/kitchen-sinkA collection of useful Claude Code skills and commands for software development workflows
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Everything but the kitchen sink

A grab bag of skills to automate the boring parts out of your hair and into your robot.
GitHub CLI: Several skills and commands use gh to interact with GitHub issues and pull requests. Install it and authenticate with gh auth login.
Superpowers plugin: Most skills and commands rely on obra/superpowers for workflows like brainstorming, verification, and subagent-driven development. Install it first:
claude plugin marketplace add obra/superpowers
Add from the Claude Code plugin marketplace:
claude plugin marketplace add oalders/kitchen-sink &&
claude plugin install kitchen-sink
| Command | Description |
|---|---|
| /fix-gh-issue | Point your robot at a GitHub issue and let it start beeping and booping |
| /fix-linter-warnings | Linter busywork in bite-sized chunks—your robot's idea of a good time, not yours |
| /git-rebase | Rebase without the cruel and unusual punishment of solving your own merge conflicts |
| /break-into-gh-issues | Maybe split big issues into smaller ones—so you get a code review and not an intervention |
| /address-gh-review | A robot that does the urgent repairs now and books appointments for the rest |
| /request-review | Get code review feedback without permission prompts stalling the workflow |
| /frontend-review | Frontend expert review catching accessibility gaps, responsive design issues, and CSS anti-patterns |
| /playwright-review | Playwright test review enforcing ARIA labels, detecting UI layout issues, and optimizing performance |
| /security-review | OWASP-based security review catching session fixation, PII logging, and timing attacks |
| /codebase-health | Systematic health check optimizing codebase for AI consumption—dead code, token waste, and discoverability |
| /audit-claude-md | Audit CLAUDE.md files for token efficiency, clarity, and accuracy against actual codebase |
| Skill | Description |
|---|---|
| code-review-flow | Streamlined code review workflow that avoids permission prompts |
| over-engineer-no-more | Prevents your robot from building a spaceship when you asked for a bicycle |
| Hook | Description |
|---|---|
| suggest-review-after-commit | Smart PostToolUse hook that analyzes committed files and suggests relevant review commands (/frontend-review, /playwright-review, /security-review, or /request-review) based on file types and patterns |
Automates the workflow for fixing GitHub issues:
fix-978 -> 978)gh and applies "in progress" label/frontend-review/security-review/playwright-review/request-reviewverification-before-completionBatch approach to linter cleanup:
Rebases the current branch onto origin/main:
--rebase--force-with-lease for safe pushing (never --force)Breaks down work into manageable GitHub issues:
Addresses PR code review feedback:
Request code review during development (before creating PR):
superpowers:code-reviewer with structured template