원클릭으로
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 직업 분류 기준
Interactive wizard to set up a GenLayer validator node on Linux.
Write production-quality GenLayer intelligent contracts. Always pins concrete GenVM runner version hashes and never uses local-only test/latest runner aliases. Covers equivalence principles, storage rules, LLM resilience, and cross-contract interaction.
Write and run fast direct mode tests for GenLayer intelligent contracts.
Use the GenLayer CLI to deploy, interact with, and debug intelligent contracts.
Validate GenLayer intelligent contracts with the GenVM linter.
Write and run integration tests against a GenLayer environment.
| 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"] |
| hooks | {"Stop":[{"type":"command","command":"task claude:validate-skill -- --skill docs-refresh"}]} |
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.