mcouthonmcouthonCommunity·11 Agent Skills Included

agents

Phase-based coding workflows with auto-activating quality skills

Guides coding work through research, planning, building, reviewing, and committing phases with human approval checkpoints. Activates focused skills automatically for debugging, testing, security review, tech debt cleanup, documentation, and UI design. Eliminates guesswork and context bloat by enforcing read-only research, write-locked reviewers, and persistent task state across sessions.
npx skills add mcouthon/agents --all -g -y
Available:

Gives agents working in this repository shared operating rules, including context hygiene practices, worktree conventions, and where learned patterns and task state are stored.

All Skills in This Repository (11)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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