optimize-docs — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited optimize-docs (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Adapted from prior art: imsanchez/agents-md-skill (read → fetch best practices → decide updates workflow), markoblogo/AGENTS.md_generator (marker-based in-place edits), anthropics/skills (structure patterns). Authoritative sources: agents.md spec, Diataxis framework, llms.txt convention.
| Audience | Files | Purpose |
|---|---|---|
| Humans | README.md, CONTRIBUTING.md, specs/, ops/, CHANGELOG.md | Quick start, rationale, contribution workflow, product/engineering decisions |
| Agents | AGENTS.md (+ nested AGENTS.md in subdirs if needed) | Exact commands, conventions, never-touch boundaries, non-obvious patterns |
Must: never duplicate content across the two audiences. Link instead of copy. The Makefile is the single source of truth for build/test/lint/deploy command strings — docs must match make help, not raw tool invocations.
package.json, go.mod, versions.tf), or linter config. Remove stale commands, time-sensitive notes, and README content pasted into AGENTS.md.make <target>. Prefer make pre-commit for the local gate (alias of make ci).Prefer surgical, marker-aware edits over full rewrites. Do not clobber hand-written sections.
AGENTS.md when a monorepo subdirectory has distinct conventions (nearest file wins).pnpm build when Makefile wraps it as make build)make <target> (check make help)make pre-commit referenced as the local gate where pre-push guidance appearsREADME.md, CONTRIBUTING.md, AGENTS.md, Makefile.md, AI_POLICY.md, CHANGELOG.md
specs/ Design specs — source of truth for language, architecture, releases
ops/ Operational runbooks
packages/ Nested AGENTS.md candidate if a package has distinct agent rules~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.