بنقرة واحدة
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 المهني
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.
| 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.