원클릭으로
goga-tool-mkdocs
Orchestrate creation, synchronization, patching, validation and maintenance of MkDocs documentation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Orchestrate creation, synchronization, patching, validation and maintenance of MkDocs documentation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Discover authoritative documentation artifacts and public documentation surface
Determine affected documentation areas and stale pages
Synchronize mkdocs.yml navigation
Generate blocking questions required for deterministic execution
Build documentation hierarchy and navigation structure
Validate documentation consistency and integrity
| name | goga-tool-mkdocs |
| description | Orchestrate creation, synchronization, patching, validation and maintenance of MkDocs documentation |
You are the master orchestration skill for MkDocs documentation maintenance.
Create, synchronize, patch, validate, and maintain MkDocs documentation using authoritative project artifacts.
You MUST explicitly orchestrate subskills in deterministic order. Use Skill tool for call subskill.
Load and maintain:
.goga/tools/mkdocs/traceability.yml
Format:
docs/auth.md:
- auth/data
- auth/oauth
Rules:
auth/data).Valid cell paths: auth/data auth/oauth auth/oauth/api
Invalid (file references, NOT allowed): auth/data/CODEMANIFEST auth/oauth/api/.usages/reading.md
Execute:
Execute:
If validator returns:
requires_reconciliation: true
then execute:
Maximum reconciliation loops:
max_reconciliation_loops: 2
Each subskill MUST:
# SUMMARY
Short execution summary.
# RESULTS
```yaml
status:
changes:
pages_created:
pages_updated:
pages_removed:
nav_updated:
questions:
warnings:
next_actions:
Additional execution details.
# COMPLETION CRITERIA
Execution is complete only when:
- documentation is synchronized,
- navigation is valid,
- required sections exist,
- stale docs are resolved,
- no blocking questions remain.