Thank you for improving AGENTS.md Generator. This repository is an agent skill first: changes should help an AI coding agent create, review, and verify coding-agent instruction files more reliably.
- Keep
SKILL.mdconcise and operational. - Move detailed background, command behavior, review policy, and long examples into
references/. - Keep deterministic repository inspection, rendering, verification, audit, and shim logic in
scripts/. - Do not claim a command is verified unless it was actually run.
- Preserve hand-written content outside managed generated blocks.
- Keep generated outputs, temporary profiles, local credentials, and machine-specific paths out of commits.
- Open an issue describing the agent behavior, stale-doc problem, verification gap, or documentation improvement.
- Make a focused change with a clear before/after behavior.
- Run the relevant static validation and skill audit.
- Include command output or validation evidence in the pull request.
Useful local commands:
python scripts/inspect_project.py .
python scripts/detect_scopes.py .
python scripts/render_agents.py .
python scripts/verify_agents.py .
python scripts/audit_skill.py .For script changes, also run a Python syntax check over scripts/*.py.
- Keep the default
README.mdin English. - Put Chinese user-facing documentation in
README-CN.md. - Keep examples short, reproducible, and aligned with the skill's AGENTS.md-only scope.