ai-agents
Governed multi-agent software development with review gates and memory
All Skills in This Repository (6)
Pure Emerald Level Indicatorssteering-matcher
Match file paths against steering glob patterns and return prioritized steering files.
adr-review
Coordinate six specialized agents through structured ADR review debate rounds.
github
Automate GitHub PR, issue, label, milestone, comment, and reaction operations via REST API.
fix-markdown-fences
Repair malformed markdown code fence closings in documentation files.
Agent Metrics Collection Utility
Collect agent usage metrics from git history and output summary, markdown, or JSON reports.
Security Detection Utility
Detect critical security risks in staged Git files using regex patterns.
Frequently Asked Questions
FAQPage SchemaHow to install ai-agents?▼
Run `npx skills add rjmurillo/ai-agents --all -g -y` in your terminal to install the full skill set globally.
What does the ai-agents system do?▼
It coordinates specialized development roles like analyst, architect, implementer, QA, and security through explicit handoffs and quality gates. It covers the full lifecycle from spec and planning through implementation, review, and shipping.
Does ai-agents work with Claude Code and Copilot CLI?▼
Yes. The same canonical sources generate agents, skills, hooks, and commands for both Claude Code and GitHub Copilot CLI, with drift detection keeping the two surfaces in sync.
How does ai-agents keep context across sessions?▼
It uses a memory-first architecture with Serena as the canonical store plus episodic session records, so agents search prior decisions and lessons before changing existing code.
Can I use ai-agents without deep prompt engineering knowledge?▼
Yes. The autoplan router classifies plain-English requests and routes them to the right skill, command, or agent chain with sensible defaults applied automatically.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core