AI Coding Agent Setup
Sets up AGENTS.md, packaged skills, and MCP tooling so AI coding agents understand and self-improve on a codebase.
Testowano · Działa
Co robi ten skill
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.
Raport z testu
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.
Testowano: 2026-07-14 · Claude Code 2.x (agent harness)
Instalacja
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
Komendy i przykładowe prompty
/ai-coding-agent-setupSets up AGENTS.md, packaged skills, and MCP tooling so AI coding agents understand and self-improve on a codebase.
Skille uruchamiają się na zwykłe polecenia — bez komend do zapamiętania. Po instalacji aktywują go prompty takie jak te (po angielsku):
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