agents-md-generatorlisted
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