← ClaudeAtlas

agents-md-generatorlisted

Create, draft, audit, revise, or migrate root and nested repository AGENTS.md files from repo evidence. Use when the user asks to create or review an AGENTS.md, improve repository coding-agent instructions, convert CLAUDE.md-style guidance into AGENTS.md, or decide instruction scope in a monorepo. Primary for AGENTS.md; use documenter for README, contributor, and other agent-facing documentation.
n-n-code/n-n-code-skills · ★ 4 · Data & Documents · score 75
Install: claude install-skill n-n-code/n-n-code-skills
# AGENTS.md generator Create high-signal, repository-grounded instructions with a host-neutral semantic core for coding-agent hosts that support `AGENTS.md`. Treat tool-specific instruction files as adapters when a host requires them. ## Scope and side effects - `findings` and `draft` do not authorize instruction-file edits. Only `apply` authorizes those edits, limited to the requested files; validation side effects require separate authorization under the rule below. - The default target is the root `AGENTS.md`. Create or revise a nested target only when the user names or approves that path and selects `apply`. - Repository inspection is read-only. Validation commands may write caches or artifacts, install dependencies, use the network, or trigger external systems. Assess them first, run the smallest safe check, and get authorization before consequential validation. - Before editing, inspect the target file and any existing worktree diff. Preserve unrelated and pre-existing changes. - Never delete or overwrite source instruction files such as `CLAUDE.md` without explicit confirmation. Report any validation artifacts that cannot be safely cleaned up. ## Core workflow 1. Define the task, output, and target independently so mixed requests remain representable. 2. Inspect the repository, existing instruction files, and target-file worktree state. 3. Resolve operational facts, policy, host compatibility, and source conflicts using the rules below. 4. Ask only the missing que