AI Coding Agent Setup

Sets up AGENTS.md, packaged skills, and MCP tooling so AI coding agents understand and self-improve on a codebase.

di markpitt · markpitt/claude-skills

Promosso ★ 8.8/10

AI Coding Agent Setup — Sets up AGENTS.md, packaged skills, and MCP tooling so AI coding agents understand and self-improve on a codebase.

Cosa fa

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.

Rapporto di test

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.

Testato il: 2026-07-14 · Claude Code 2.x (agent harness)

Installazione

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

Comandi e prompt di esempio

  • /ai-coding-agent-setupSets up AGENTS.md, packaged skills, and MCP tooling so AI coding agents understand and self-improve on a codebase.

Gli skill si attivano con richieste in linguaggio naturale, senza comandi da ricordare. Dopo l'installazione, prompt come questi lo attivano (in inglese):

  • Set up an AGENTS.md so coding agents understand this repo
  • Bootstrap agent tooling and skills for a fresh project
  • Our AI agents keep missing context — fix the repo setup