AI coding agents for Claude Code and Copilot CLI
npx claudepluginhub rjmurillo/ai-agentsComplete project development toolkit: 23 agents, 24 slash commands, 28 lifecycle hooks, and 61 reusable skills for Claude Code workflows
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
A coordinated multi-agent framework for AI-powered software development workflows.
/install-plugin rjmurillo/ai-agents (Claude Code or GitHub Copilot CLI)# Example: End-to-end feature development
> orchestrator: implement user authentication with OAuth2, including tests and security review
| I want to... | Go to |
|---|---|
| Use the agents right now | Quick Install → Quick Start |
| Understand how it works | Key Concepts → How Agents Work Together |
| Contribute or modify agents | Developer Setup → CONTRIBUTING.md |
| See all available agents | Agent Catalog |
| Troubleshoot issues | Troubleshooting |
✅ Good fit if:
❌ Not ideal if:
AI Agents is a coordinated multi-agent system for software development. It provides specialized AI agents that handle different phases of the development lifecycle, from research and planning through implementation and quality assurance.
The orchestrator is the hub of operations. Within it has logic from taking everything from a "vibe" or a "shower thought" and building out a fully functional spec with acceptance criteria and user stories, to taking a well defined idea as input and executing on it. There are 21 agents that cover the roles of software development, from vision and strategy, to architecture, implementation, and verification. Each role looks at something specific, like the critic that just looks to poke holes in other agents' (or your own) work, or DevOps that's concerned about how you deploy and operate the thing you just built.