From deep-docs
deep-docs 플러그인의 코어 워크플로우. scan/garden/audit 서브커맨드의 동작을 정의하고, 스캔 결과의 분류(auto-fix vs audit-only)를 가이드한다.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deep-docs:deep-docs-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
이 스킬은 `/deep-docs` 커맨드에서 로드되어 가드닝 프로세스를 가이드합니다.
이 스킬은 /deep-docs 커맨드에서 로드되어 가드닝 프로세스를 가이드합니다.
references/scan-rules.md — scan 항목 정의references/audit-metrics.md — audit 지표 정의.deep-docs/last-scan.json에 저장.deep-docs/last-scan.json 확인:
.deep-docs/last-scan.json 확인:
프로젝트에서 에이전트 지침 문서를 찾는 우선순위:
없는 파일은 건너뛴다. 최소 1개 파일이 있어야 scan 실행 가능.
npx claudepluginhub sungmin-cho/claude-deep-suite --plugin deep-docsAudits documentation against source code using git-based staleness detection. Run with no args for smart check or specify a path. Supports full audit, auto-fix, and check-only modes.
Detects documentation drift, stale references, and cross-document inconsistencies in projects. Scans code-doc mismatches, broken links, outdated versions, and git staleness.
Spawns a doc-maintainer agent to audit all project documentation for correctness, completeness, freshness, and consistency. It autonomously fixes issues like typos, stale code examples, and broken links, surfacing anything requiring user approval.