원클릭으로
claude-code-bible
Fetch Claude Code official documentation. Use when updating local reference docs or checking official spec.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fetch Claude Code official documentation. Use when updating local reference docs or checking official spec.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
6-stage structured development cycle with stage-based tool restrictions
Multi-angle release quality verification using parallel expert review teams
Full Self Driving — autonomous release loop that processes all auto-dev-eligible GitHub issues until none remain, by repeatedly running /pipeline auto-dev then /homework.
Invoke and resume YAML-defined pipelines by name — /pipeline auto-dev runs the full release pipeline
Analyze release workflow findings and recommend follow-up actions — execute immediately or register as issues
Auto-detect project context and optimize harness — deactivate unused agents/skills, suggest missing experts, generate project profile
| name | claude-code-bible |
| description | Fetch Claude Code official documentation. Use when updating local reference docs or checking official spec. |
| scope | core |
| disable-model-invocation | false |
| user-invocable | false |
Official documentation reference management for Claude Code.
Maintain up-to-date local copies of Claude Code official documentation.
Fetch the latest documentation from code.claude.com.
What it does:
https://code.claude.com/docs/llms.txt--force used)Usage:
# Fetch latest docs (skip if cached < 24h)
node .codex/skills/claude-code-bible/scripts/fetch-docs.js
# Force update even if cache is fresh
node .codex/skills/claude-code-bible/scripts/fetch-docs.js --force
# Custom output directory
node .codex/skills/claude-code-bible/scripts/fetch-docs.js --output /path/to/output
Default output location:
~/.codex/references/claude-code/
├── llms.txt # Master index
├── last-updated.txt # ISO timestamp
├── <doc-name>.md # Individual doc pages
└── ...
Exit codes:
0: Success (or cache is fresh)1: Fatal errorFeatures:
Cache behavior:
last-updated.txt timestampError handling:
/claude-code-bible update/claude-code-bible update weekly to stay current