What problem does it solve? New repositories lack the instruction files coding agents need to work reliably, causing inconsistent commands, broken workflows, and repeated rework. This Skill surveys the repo, interviews the user, and produces CLAUDE.md, AGENTS.md, TDD rules, and a verification plan before any code is written. ## Core Features & Use Cases - Repository Survey and Interview: Detects language, package manager, test tooling, and CI commands from manifests and lockfiles, then confirms findings with the user instead of interrogating them. - Multi-Agent Instruction Files: Writes CLAUDE.md for Claude Code and a self-contained AGENTS.md for Codex CLI, OpenCode, and Cursor, with no symlinks or leaked Claude-specific syntax. - Bundled Rule Files: Copies TDD.rules.md with placeholders filled, git commit rules, and Claude-specific failure patterns into the project root. - Use Case: You clone an empty repo for a TypeScript CLI. The Skill detects pnpm and Vitest, asks about purpose and branching, then commits a complete CLAUDE.md, AGENTS.md, TDD.rules.md, and VERIFICATION_PLAN.md. ## Quick Start Set up this repository for coding agents by creating CLAUDE.md and AGENTS.md with our tech stack, commands, and TDD rules.