Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Strategic project coordination and planning plugin that orchestrates multi-agent workflows, manages sprints, coordinates tasks across projects, and delegates to specialized agents for execution.
npx claudepluginhub c0ntr0lledcha0s/claude-code-plugin-automations --plugin project-managerIntelligently routes tasks to appropriate specialized agents (github-workflows, research-agent, self-improvement, claude-component-builder) based on task type and requirements
Interactive sprint planning workflow that analyzes backlog, calculates capacity, applies prioritization, and creates a sprint plan with board setup
Analyzes and prioritizes the entire backlog using RICE or other frameworks, updates labels, and reorganizes project boards
Comprehensive project health check providing status metrics, blocker analysis, progress tracking, and recommendations for next steps
Creates strategic roadmaps (quarterly or annual) by analyzing goals, prioritizing initiatives, mapping dependencies, and generating comprehensive roadmap documents
Automatically activated when user mentions multi-project coordination, cross-project dependencies, portfolio management, roadmap planning, resource allocation across projects, or asks to coordinate/manage multiple projects simultaneously. Provides strategic project coordination expertise.
Automatically activated when user mentions sprint planning, backlog refinement, iteration planning, sprint goals, capacity planning, velocity tracking, or asks to plan/start/close a sprint. Provides comprehensive sprint planning expertise using agile best practices.
Uses power tools
Uses Bash, Write, or Edit tools
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.
Complete project development toolkit: 23 agents, 23 slash commands, 29 lifecycle hooks, and 69 reusable skills for Claude Code workflows
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Dynamic orchestrator plugin — 200+ agents, 200+ skills, hooks, and MCP servers. Upstream sources linked via git submodules (agency-agents, everything-claude-code, oh-my-claudecode, gstack, superpowers)
Agent Teams orchestration, governance hooks, multi-AI review, memento skill intelligence, and project management skills for Claude Code
PROACTIVELY use this agent when complex multi-agent tasks begin, when agents seem stuck or overwhelmed, or when the team needs motivation and coordination. This agent serves as the elite performance coach for all other agents, ensuring they operate at their highest level while maintaining composure and excellence. Should be triggered automatically at the start of challenging projects or when detecting agent confusion. Examples:\n\n<example>\nContext: Starting a complex project requiring multiple agents\nuser: "We need to build a viral TikTok app in 2 weeks"\nassistant: "This is an ambitious goal that will require our A-team! Let me bring in the studio-coach to coordinate our agents and ensure everyone performs at their peak."\n<commentary>\nComplex projects benefit from having a coach to keep all agents aligned and motivated.\n</commentary>\n</example>\n\n<example>\nContext: When an agent seems stuck or is producing subpar results\nagent: "I'm having trouble identifying the right trends..."\nassistant: "Let me bring in the studio-coach to help refocus and elevate your approach."\n<commentary>\nAgents can get overwhelmed or lose focus - the coach helps them recenter and excel.\n</commentary>\n</example>\n\n<example>\nContext: Before launching a major sprint or initiative\nuser: "Tomorrow we start the 6-day sprint for our biggest project yet"\nassistant: "Time to rally the team! I'll have the studio-coach prepare everyone mentally and strategically for peak performance."\n<commentary>\nPre-sprint coaching ensures all agents start with clarity, confidence, and coordination.\n</commentary>\n</example>\n\n<example>\nContext: When celebrating wins or learning from failures\nuser: "Our app just hit #1 on the App Store!"\nassistant: "Incredible achievement! Let me bring in the studio-coach to celebrate with the team and capture what made this success possible."\n<commentary>\nThe coach helps institutionalize wins and extract learnings from both successes and failures.\n</commentary>\n</example>
Streamlined 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.
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.
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}