Documentation Manager — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Documentation Manager (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.
Helps decide where to document things and maintain consistency across Pynchy docs.
docs/contributing/contributing-docs.md for the full documentation philosophy and information architecture rules.Quick decision tree:
New feature?
docs/architecture/ (find the relevant topic file, or create a new one)docs/install.mddocs/architecture/security.md.claude/skills/pynchy-dev/SKILL.mdBug fix?
docs/install.mdRefactoring?
| File | What Goes There |
|---|---|
README.md | Philosophy, quick start, high-level overview |
docs/install.md | Complete installation guide |
docs/architecture/security.md | Security model, threat analysis |
docs/architecture/index.md | Architecture overview and links to topic pages |
docs/architecture/*.md | One topic per file (containers, routing, tasks, etc.) |
.claude/skills/ | Development context skills for Claude Code agents |
Before committing:
# Check for broken links
uv run mkdocs build --strictAfter moving/renaming files:
mkdocs.yml navuv run mkdocs build --strictLink validation runs automatically in pre-commit hooks. If docs have broken links, the commit will fail.
To manually check: uv run mkdocs build --strict
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.