AI Coding Agent Setup

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

par markpitt · markpitt/claude-skills

Testé · Fonctionne ★ 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.

Ce que fait

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.

Rapport de 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.

Testé le: 2026-07-14 · Claude Code 2.x (agent harness)

Installation

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

Commandes et exemples de prompts

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

Les skills se déclenchent sur des demandes en langage courant — aucune commande à retenir. Après installation, des prompts comme ceux-ci l'activent (en anglais) :

  • 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