원클릭으로
docs-refresh
Refresh documentation with deterministic generation from source files. Use when user says /docs-refresh.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Refresh documentation with deterministic generation from source files. Use when user says /docs-refresh.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | docs-refresh |
| description | Refresh documentation with deterministic generation from source files. Use when user says /docs-refresh. |
| user-invocable | true |
| allowed-tools | ["Read","Bash","Glob","Grep","Edit","Write"] |
Keep generated documentation in sync with source files. Manages skill reference documentation and project-level Claude instructions.
docs/skills/REFERENCE.md, CLAUDE.md (skills table).claude/skills/*/skill.yamltask claude:validate-skill -- --skill docs-refresh# Regenerate all documentation
task docs:refresh
# Check if docs are in sync (CI mode)
task docs:refresh-check
# Regenerate skills reference only
task claude:skills-reference
| Artifact | Purpose |
|---|---|
docs/skills/REFERENCE.md | Generated skill inventory with patterns and ownership |
CLAUDE.md | Project instructions for Claude (includes skills table) |
The skills table in CLAUDE.md lists all skills and when to use them. When adding/removing skills:
CLAUDE.mdtask docs:refresh to regenerate REFERENCE.mdtask docs:refresh to regenerateSee skill.yaml for the full procedure and patterns.
See sharp-edges.yaml for common failure modes.
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes or mentions "/commit".
Scaffold a new skill directory using the multi-YAML pattern. Use when user says /create-skill.
Write, run, and refine fast direct-mode tests for GenLayer intelligent contracts using the in-memory pytest fixtures.
Deploy, interact with, inspect, and debug GenLayer intelligent contracts with the GenLayer CLI across local Studio, hosted Studio, and testnet.
Install, upgrade, and monitor a GenLayer validator node on AMD64 Linux, including zero-downtime updates and LLM provider setup.
Lint, validate, schema-extract, and typecheck GenLayer intelligent contracts before tests or deployment.