ワンクリックで
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