
Doc Guardian
- Updated June 17, 2026
- l3ocho/mktpl-claude-datasaas
doc-guardian detects documentation drift and synchronizes docs with the code or system they describe. Teams use it to ensure documentation stays accurate as the underlying project changes.
Key points
- Documentation drift detection
- Docs-to-code synchronization
- Keeps docs current
Doc Guardian by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add l3ocho/mktpl-claude-datasaas/plugin install doc-guardian@mktpl-claude-datasaasAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 17, 2026 |
|---|---|
| Repository | l3ocho/mktpl-claude-datasaas ↗ |
What it does
Detects documentation drift and keeps docs synchronized with the code or system they describe.
README.md
doc-guardian
Documentation lifecycle management: bootstrap, drift detection, and sync.
What it does
Covers the full documentation lifecycle for a project:
- Bootstrap (
/doc init) — scaffold a standard-compliant doc set from scratch using thedoc-standardsskill - Audit (
/doc audit) — scan for drift between docs and code, enforcing thedoc-standardsrules - Sync (
/doc sync) — apply pending drift fixes while respecting the standard's structure - Changelog (
/doc changelog-gen) — generate changelog entries from Conventional Commits
Commands
| Command | Purpose |
|---|---|
/doc init |
Bootstrap documentation for a new or undocumented project |
/doc audit |
Scan for drift between docs and code |
/doc sync |
Propose or apply drift fixes |
/doc changelog-gen |
Generate changelog entries from recent commits |
/doc coverage |
Documentation coverage metrics |
/doc stale-docs |
Identify stale docs |
Skills
| Skill | Purpose |
|---|---|
skills/doc-standards/SKILL.md |
Canonical documentation structure, hierarchy, and enforcement rules — loaded by init, audit, and sync |
skills/drift-detection/SKILL.md |
Cross-reference analysis for detecting doc drift |
skills/doc-patterns/SKILL.md |
File inventory patterns for identifying doc files |
skills/sync-workflow/SKILL.md |
Batch update workflow for applying fixes |
Agents (1)
| Agent | Model | Role |
|---|---|---|
doc-analyzer |
sonnet | Cross-references code and docs, classifies drift |
Dependencies
Reads Gitea wiki pages via the gitea MCP (for RFC/ADR/lessons cross-refs).
Related skills
Documentationdocs