Comprehensive plugin for building Claude Code components: agents, skills, commands, hooks, MCP servers, and complete plugins. Features specialized builders for creating, updating, auditing, and maintaining components with validation scripts, templates, and best practices guidance following Anthropic's plugin-dev patterns.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Audit Claude Code components for quality, security, and compliance
Migrate component schema to current version and apply best practices
Create, validate, or update Claude Code plugins with full orchestration. Handles research, planning, user confirmation, and parallel component creation.
Validate a Claude Code component or plugin for schema compliance
Use this agent when the user asks to "create an agent", "build an agent", or needs to update, audit, enhance, migrate, or compare agents. <example> Context: User wants a new agent user: "Create an agent that reviews code for security" assistant: "I'll use agent-builder to create a security review agent." <commentary>Agent creation request - use this agent.</commentary> </example> <example> Context: User wants to audit an agent user: "Check if my test-runner agent follows best practices" assistant: "I'll use agent-builder to audit the test-runner agent." <commentary>Agent audit request - use this agent.</commentary> </example>
Use this agent when the user asks to "create a command", "build a slash command", or needs to update, audit, enhance, migrate, or compare commands. <example> Context: User wants a new slash command user: "Create a command to run my test suite" assistant: "I'll use command-builder to create a run-tests command." <commentary>Command creation request - use this agent.</commentary> </example> <example> Context: User has command issues user: "My command isn't receiving the file path argument correctly" assistant: "I'll use command-builder to fix the argument handling." <commentary>Command expertise needed - use this agent.</commentary> </example>
Use this agent when the user asks to "create a hook", "add event automation", "set up PreToolUse validation", or needs to update, audit, enhance, or compare hooks. Security-focused. <example> Context: User wants validation user: "Create a hook that validates file writes before they happen" assistant: "I'll use hook-builder to create a PreToolUse validation hook." <commentary>Event-driven validation - use this agent.</commentary> </example> <example> Context: User needs policy enforcement user: "Block any bash commands that contain rm -rf" assistant: "I'll use hook-builder to create a security policy hook." <commentary>Security policy request - use this agent.</commentary> </example>
Use this agent when the user asks to "create plugin structure", "write plugin.json", "generate plugin README", "update marketplace.json", or needs to validate plugin metadata. <example> Context: User needs plugin setup user: "Set up the directory structure for my code-review plugin" assistant: "I'll use plugin-builder to create the plugin structure." <commentary>Plugin scaffolding request - use this agent.</commentary> </example> <example> Context: User needs marketplace registration user: "Register my plugin in the marketplace.json" assistant: "I'll use plugin-builder to update the marketplace registry." <commentary>Marketplace registration - use this agent.</commentary> </example>
Use this agent when the user asks to "create a skill", "build a skill", or needs to update, audit, enhance, migrate, or compare skills. <example> Context: User wants auto-invoked expertise user: "Create a skill that auto-invokes when reviewing code" assistant: "I'll use skill-builder to create a reviewing-code skill." <commentary>Skill creation request - use this agent.</commentary> </example> <example> Context: User confused about skill structure user: "Why doesn't my skill's model field work?" assistant: "Skills don't support the model field. I'll use skill-builder to help." <commentary>Skill expertise needed - use this agent.</commentary> </example>
Expert at creating and modifying Claude Code agents. Auto-invokes when creating/updating agents, modifying agent frontmatter (model, tools, description), designing agent architecture, or writing to */agents/*.md files.
Expert at creating and modifying Claude Code slash commands. Auto-invokes when creating/updating commands, modifying command frontmatter (model, allowed-tools, argument-hint), designing workflows, or writing to */commands/*.md files.
Expert at creating Claude Code event hooks for automation and policy enforcement. Auto-invokes when creating/updating hooks, modifying hooks.json, designing event-driven automation, or writing hook configurations.
Expert at integrating MCP servers into Claude Code plugins. Auto-invokes when configuring MCP servers (stdio/SSE/HTTP/WebSocket), writing .mcp.json files, or adding external tool integrations.
Expert at creating Claude Code plugins that bundle agents, skills, commands, and hooks. Auto-invokes when creating/structuring plugins, writing plugin.json manifests, or bundling components into packages.
Uses power tools
Uses Bash, Write, or Edit tools
A collection of plugins and meta-agents for Claude Code, Anthropic's official CLI for Claude. These plugins extend Claude's capabilities with specialized agents, skills, commands, and hooks.
CI/CD Pipeline: Automated validation, changelog management, and semantic versioning. See CI/CD Guide →
Now available on Claude Marketplace! Install with one command or browse plugins directly from Claude Code.
Claude Code is an interactive CLI tool that helps with software engineering tasks. It supports:
A meta-agent for building other Claude agents!
The Agent Builder plugin provides comprehensive tools for creating Claude Code extensions. It includes expert agents, auto-invoked skills, validation scripts, and templates for all component types.
Features:
Quick Start:
# Create a new agent
/claude-component-builder:agents:new code-reviewer
# Create a new skill
/claude-component-builder:skills:new analyzing-data
# Create a new command
/claude-component-builder:commands:new run-tests
# Create a new hook
/claude-component-builder:hooks:new validate-writes
# Create a complete plugin
/claude-component-builder:plugins:new my-tools
Claude critiquing Claude - A feedback loop for continuous improvement!
The Self-Improvement plugin enables Claude to critique its own work, identify quality issues, and create feedback loops for continuous learning. It includes a self-critic agent and skills for quality analysis, improvement suggestions, and feedback loops.
Features:
Quick Start:
# Comprehensive review of recent work
/review-my-work
# Quick quality assessment
/quality-check
Use Cases:
Install directly from the Claude Code marketplace:
# Add the marketplace to your Claude Code settings
claude marketplace add https://github.com/C0ntr0lledCha0s/claude-code-plugin-automations
# Install specific plugins
claude plugin install claude-component-builder
claude plugin install self-improvement
Or add to your .claude/settings.json:
{
"marketplaces": [
"https://github.com/C0ntr0lledCha0s/claude-code-plugin-automations"
],
"plugins": [
"claude-component-builder",
"self-improvement"
]
}
Install plugins to your user-level Claude directory:
# Clone the repository
git clone https://github.com/C0ntr0lledCha0s/claude-code-plugin-automations.git
cd claude-code-plugin-automations
# Link plugins to Claude user directory
mkdir -p ~/.claude/plugins
ln -s $(pwd)/claude-component-builder ~/.claude/plugins/claude-component-builder
ln -s $(pwd)/self-improvement-plugin ~/.claude/plugins/self-improvement
Install plugins at the project level:
# Navigate to your project
cd /path/to/your/project
# Clone the plugins
git clone https://github.com/C0ntr0lledCha0s/claude-code-plugin-automations.git
# Link components to project .claude directory
mkdir -p .claude/{agents,skills,commands}
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub c0ntr0lledcha0s/claude-code-plugin-automations --plugin claude-component-builderStreamlined GitHub workflow automation with 9 core commands and 9 auto-invoking skills. Covers project boards, labels, milestones, commits, issues, pull requests, branching strategies, and worktrees. Features automatic issue tracking, commit integration, branching flow automation (gitflow, GitHub Flow, trunk-based), and session environment setup.
Expert plugin for Logseq's database-based architecture with full CRUD capabilities. Provides Datascript schema knowledge, Datalog query building, HTTP API integration, MCP server, and comprehensive read/write operations for Logseq graphs.
Self-improvement system for Claude with critic agent, quality analysis skills, automated conversation analysis, and feedback loops. Features automatic pattern tracking, learning reinforcement, and trend detection. Enables continuous improvement through honest self-assessment and iterative refinement.
Expert plugin for quality code reviews focused on testing. Provides specialized expertise for Jest, Playwright, and general test quality analysis with automated review and improvement suggestions.
Strategic project coordination and planning plugin that orchestrates multi-agent workflows, manages sprints, coordinates tasks across projects, and delegates to specialized agents for execution.
Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins and agents. Use when creating new plugins/skills/agents, refactoring existing plugins/skills, validating frontmatter, or restructuring plugin components. Includes specialized agents for assessment, planning, execution, and validation workflows.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Unified capability management center for Skills, Agents, and Commands.
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.