← ClaudeAtlas

where-agents-mdlisted

Scan the current repository and recommend which directories deserve their own scoped Codex AGENTS.md or AGENTS.override.md instruction file, as a ranked report with one-line rationales. Does not generate files. Trigger when the user says "where should AGENTS.md go", "which directories need AGENTS.md", "where-agents-md", "scout AGENTS.md placement", "find nested AGENTS.md candidates", or "where should Codex instructions live".
ada-ggf25/AI-Tools · ★ 2 · AI & Automation · score 66
Install: claude install-skill ada-ggf25/AI-Tools
# Where To Place AGENTS.md Recommend high-value locations for scoped Codex instruction files. This skill reports only; it does not create or edit files. ## Placement Model Codex reads `AGENTS.md` instruction files as project guidance. Nested files should be used only when a subtree has meaningful local conventions that the parent file should not carry. Use `AGENTS.md` for shared project guidance. Use `AGENTS.override.md` only when the user explicitly wants a local override pattern and the repo already uses that convention. ## Scoring Heuristic Recommend a directory only when it clearly clears the bar. Positive signals: - Module boundary: its own `package.json`, `pyproject.toml`, `go.mod`, `Cargo.toml`, `*.csproj`, `pom.xml`, `build.gradle`, or similar manifest. - Distinct stack or conventions: different language, framework, build tool, formatter, test runner, deployment target, or safety constraint from the parent. - Local config: its own lint, format, test, CI, codegen, fixtures, or tooling rules. - Size/depth: enough source files that context is repeatedly re-derived. - Architectural boundary: `apps/<x>`, `packages/<x>`, `services/<x>`, `cmd/<x>`, or a bounded domain module in a monorepo. Negative signals: - Generated, vendored, dependency, virtualenv, cache, coverage, or git-ignored dirs. - Tiny leaf dirs, asset-only dirs, fixtures-only dirs, or directories already covered by a parent instruction file. - The repo root when it lacks `AGENTS.md`; report tha