agents
Phase-based coding workflows with auto-activating quality skills
All Skills in This Repository (11)
Pure Emerald Level Indicatorsdesign
Implement a 9-phase design system for dashboards, SaaS UIs, and admin interfaces.
makefile
Generate Makefiles for multi-service lifecycle management with PID tracking and logging.
tech-debt
Identify, catalog, and eliminate technical debt across codebases.
deep-research
Generate structured research reports with citations and executive summaries.
mentor
...
architecture
Document high-level system architecture with components, boundaries, and data flows.
critic
Identify weaknesses and edge cases in designs through adversarial questioning.
consolidate-task
Consolidate completed task work into architecture decision records.
security-review
Analyze code changes to identify vulnerabilities and map attack surfaces.
phase-review
Review phase plans stored under .tasks/ for flaws and inconsistencies.
debug
Identify, reproduce, and resolve bugs using a hypothesis-driven debugging process.
Frequently Asked Questions
FAQPage SchemaHow to install AGENTS?▼
Run `npx skills add mcouthon/agents --all -g -y` in your terminal to install all skills globally.
What does the AGENTS framework do?▼
It structures coding work into phases — research, plan, build, review, commit — with specialized agents and auto-activating skills for debugging, testing, security review, and more.
Does AGENTS work with Claude Code and VS Code Copilot?▼
Yes. It generates compatible agents, skills, and instructions for both Claude Code and VS Code Copilot from the same templates.
How do the skills activate?▼
Skills trigger automatically from natural language — saying 'this test is failing' activates debug mode, and 'security review this PR' activates the security-review skill.
Can the Explorer agent accidentally change my code?▼
No. Explorer is read-only and can only write research notes to the .tasks/ folder, so your codebase stays untouched until you approve a plan.
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