Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By EricGrill
Define and enforce custom guardrails in Claude Code by creating hookify rules that block or warn on unwanted bash commands, file edits, prompts, and tool patterns, with interactive toggling and listing of rules.
npx claudepluginhub ericgrill/agents-skills-plugins --plugin anthropic-hookifyEnable or disable hookify rules interactively
Get help with the hookify plugin
Create hooks to prevent unwanted behaviors from conversation analysis or explicit instructions
List all configured hookify rules
Matches all tools
Hooks run on every tool call, not just specific ones
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Production safety hooks for autonomous Claude Code operation. Context monitoring, syntax checking, branch protection, activity logging, and more.
Create custom behavioral rules through markdown configuration files - prevent unwanted behaviors with pattern matching
Quickly scaffold Claude Code hooks with templates, validation, and conflict analysis
5 essential safety hooks for Claude Code. Blocks rm -rf, force-push, hard-reset, .env overwrites, and package publish. The minimum viable safety net from 800+ hours of autonomous operation.
Expert guidance for writing secure, reliable, and performant Claude Code hooks - validates design decisions, enforces best practices, and prevents common pitfalls. Use when creating, reviewing, or debugging Claude Code hooks.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Automated code review for pull requests using multiple specialized agents with confidence-based scoring
Context management with save and restore capabilities
Customer support and sales automation agents
LLM application development with RAG, embeddings, LangChain, and prompt engineering
Open-source plugins, agents, and skills for Claude Code CLI
Quick Start | Catalog | Full List | Contributing
A community-maintained collection of plugins that extend Claude Code with specialized capabilities. Each plugin adds agents, skills, or commands that help with specific development tasks—from TDD and debugging to document generation and DevOps automation.
This marketplace aggregates plugins from multiple authors so you can discover, install, and manage them from one place.
Get started in two commands:
# Add the marketplace to Claude Code
/plugin marketplace add EricGrill/agents-skills-plugins
# Install any plugin from the catalog
/plugin install <plugin-name>@agents-skills-plugins
New to Claude Code plugins? Start with superpowers - it includes essential skills for TDD, debugging, and code review that work with any project.
| Benefit | Description |
|---|---|
| One-command install | No manual setup. Install plugins directly within Claude Code |
| Curated collection | Plugins are reviewed and organized by use case |
| Auto-sync | The marketplace updates weekly from upstream sources |
| Community-driven | Contributions welcome from any plugin author |
| Category | Plugins | Best For |
|---|---|---|
| Core & Workflows | superpowers, developer-essentials, git-pr-workflows | Every developer |
| Documents & Productivity | awesome-claude-skills (27 skills!) | Office docs, media, productivity |
| Languages | python-development, javascript-typescript | Language-specific development |
| AI & LLM | llm-application-dev, agent-orchestration | Building AI applications |
| Code Quality | comprehensive-review, unit-testing, code-documentation | Better code |
| Frontend & Mobile | frontend-mobile-development, frontend-mobile-security | Web & mobile apps |
| DevOps | deployment-strategies, full-stack-orchestration | Infrastructure & deployment |
| MCP Servers | mcp-proxmox-admin, mcp-kali-orchestration, mcp-bitcoin-cli | Claude tool integrations |
| SEO & Marketing | seo-content-creation, content-marketing | Content & SEO |
| Data & Backend | database-design, data-validation-suite | Data management |
| Specialized | blockchain-web3, game-development | Domain-specific |
Essential plugins that every developer should consider.
The foundation for effective Claude Code usage. Includes TDD, debugging, code review, and collaboration patterns.
Read the guide: Brainstorming Superpower Guide — How to use the brainstorming skill to explore ideas before writing code.
/plugin install superpowers@agents-skills-plugins
| Skills | Commands |
|---|---|
| brainstorming, dispatching-parallel-agents, executing-plans, finishing-a-development-branch, receiving-code-review, requesting-code-review, subagent-driven-development, systematic-debugging, test-driven-development, using-git-worktrees, using-superpowers, verification-before-completion, writing-plans, writing-skills | /brainstorm /write-plan /execute-plan |
Forked from obra/superpowers
Essential patterns for modern development workflows including monorepo management, build optimization, and advanced git.
Read the guide: Developer-Essentials Monorepo Guide — Setting up monorepo architecture with Nx, Turborepo, and Bazel.
/plugin install developer-essentials@agents-skills-plugins