AI Coding Agent Setup
Sets up AGENTS.md, packaged skills, and MCP tooling so AI coding agents understand and self-improve on a codebase.
Probado · Funciona
Qué hace
Guides Claude through authoring AGENTS.md, packaging repeatable project workflows as skills, wiring MCP servers for live code navigation, and building self-improvement feedback loops that prevent context rot. Triggers on requests like onboarding an AI agent to a repo, writing or fixing AGENTS.md, or stopping a recurring agent mistake. Ships four on-demand reference docs (agents-md-guide, agent-skills-architecture, mcp-codebase-tools, self-improvement-patterns) instead of bloating SKILL.md itself.
Informe de la prueba
Asked it to write an AGENTS.md for a small Flask repo: the skill-guided output hit every recommended section (setup, testing with an explicit 'run before marking complete' rule, code style, security, operational context) while my unguided baseline degenerated into the exact vague 'follow good coding practices' anti-pattern the skill's own mistakes table warns against.
Probado el: 2026-07-14 · Claude Code 2.x (agent harness)
Instalación
git clone https://github.com/markpitt/claude-skills cd claude-skills mkdir -p ~/.claude/skills cp -r skills/ai-coding-agent-setup ~/.claude/skills/ai-coding-agent-setup
Comandos y prompts de ejemplo
/ai-coding-agent-setupSets up AGENTS.md, packaged skills, and MCP tooling so AI coding agents understand and self-improve on a codebase.
Los skills se activan con peticiones en lenguaje natural, sin comandos que memorizar. Tras instalarlo, prompts como estos lo activan (en inglés):
Set up an AGENTS.md so coding agents understand this repoBootstrap agent tooling and skills for a fresh projectOur AI agents keep missing context — fix the repo setup