By rjmurillo
Equip GitHub Copilot CLI with 81 reusable skills and agent definitions to automate code quality gates, advanced git operations like PR reviews and merge conflict resolution, ADR generation and validation, security scans for vulnerabilities, documentation audits and syncing, multi-agent planning for complex tasks, and devops pipeline fixes.
BLOCKING INTERCEPT: When ANY github.com URL appears in user input, STOP and use this skill. Never fetch GitHub HTML pages directly - they are 5-10MB and will exhaust your context window. This skill routes URLs to efficient API calls (1-50KB). Triggers on: pull/, issues/, blob/, tree/, commit/, compare/, discussions/.
Validate and complete session logs before commit. Auto-populates session end evidence (commit SHA, lint results, memory updates) and runs validation. Use when finishing a session, before committing, or when session validation fails.
Match file paths against steering file glob patterns to determine applicable steering guidance. Use when orchestrator needs to inject context-aware guidance based on files being modified.
Detect agent conversation loops via topic-signature similarity and emit a self-reflection nudge. Use as an orchestrator guard against repetitive responses and token-burning loops.
Validate code against style rules from .editorconfig, StyleCop.json, and Directory.Build.props. Detects line ending violations, naming convention issues, indentation problems, and charset mismatches across C#, Python, PowerShell, and JavaScript. Produces JSON reports for pre-commit hooks and CI pipelines.
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
For platform teams, engineering managers, and orgs that want AI-assisted development with real governance. Session protocol, review gates, and ADR-steered agent behavior built in.
Each AI tool has its own plugin install flow. Pick yours and paste the command(s) inside the CLI session.
Claude Code. One command installs the full set; restart Claude Code when it finishes.
/install-plugin rjmurillo/ai-agents
GitHub Copilot CLI. Two steps: register the marketplace, then install the Copilot-targeted toolkit. No restart needed afterward; Copilot CLI picks agents up automatically.
/plugin marketplace add rjmurillo/ai-agents
/plugin install copilot-cli-toolkit@ai-agents
A Claude install lands 23 agents, 23 commands, 29 hooks, and 69 skills. A Copilot install lands 24 agents, 28 hooks, and 81 skills generated from the same canonical sources. See Verify Installation for the per-tool sanity check, or More Installation Options for component-level installs (agents only, etc.).
| Component | Claude Code | Copilot CLI |
|---|---|---|
| Agents | 23 | 24 |
| Skills | 69 | 81 |
| Slash commands | 23 | n/a (interactive only) |
| Lifecycle hooks | 29 | 28 |
| Session protocol | 1 | 1 |
| Review gates | 5 | 5 |
Specialized agent roles include analyst, architect, implementer, QA, security, devops, and more. See the Agent Catalog for the full list.
/install-plugin not recognized: That command is Claude Code only. In Copilot CLI use the two-step flow (/plugin marketplace add rjmurillo/ai-agents then /plugin install copilot-cli-toolkit@ai-agents)./plugin marketplace add rjmurillo/ai-agents first, then /plugin install copilot-cli-toolkit@ai-agents./plugin not recognized in Copilot CLI: Update Copilot CLI to a recent stable release; plugin support is required. Run copilot --version in a regular terminal to check./version or the title bar; for Copilot CLI run copilot --version in a regular terminal.Task(subagent_type="analyst", prompt="Hello, are you available?") in Claude Code, copilot plugin list in Copilot CLI to confirm copilot-cli-toolkit@ai-agents is installed, or @orchestrator Hello, are you available? in VS Code Copilot Chat.| I want to... | Go to |
|---|---|
| Use the agents right now | Fastest Start (above) |
| Understand how it works | Key Concepts |
| Contribute or modify agents | Developer Setup |
| See all available agents | Agent Catalog |
| Full installation options | Alternative: Full Installation |
Complete project development toolkit: 23 agents, 23 slash commands, 29 lifecycle hooks, and 69 reusable skills for Claude Code workflows
npx claudepluginhub rjmurillo/ai-agentsComplete project development toolkit: 23 agents, 23 slash commands, 29 lifecycle hooks, and 69 reusable skills for Claude Code workflows
Task-focused agents for test, review, debug, docs, CI, security, refactoring, research, performance, and search-replace — with teammate and subagent role guidance
Tool-agnostic agentic coding setup: 29 agents, 53 skills, 67 rules, 30 commands, 7 hooks, MCP servers, and a CLI-tool surface generated for 3 AI coding tools from a single canonical source. Counts derived from governance/inventory.json.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Tactical Agentic Coding course content by @IndyDevDan - Master agentic coding tactics to scale engineering and build self-operating codebases