.claude/skills/claude-code-bible/SKILL.md
Fetch Claude Code official documentation. Use when updating local reference docs or checking official spec.
npx skillsauth add baekenough/oh-my-customcode claude-code-bibleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 .claude/skills/claude-code-bible/scripts/fetch-docs.js
# Force update even if cache is fresh
node .claude/skills/claude-code-bible/scripts/fetch-docs.js --force
# Custom output directory
node .claude/skills/claude-code-bible/scripts/fetch-docs.js --output /path/to/output
Default output location:
~/.claude/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 currentdevelopment
Generate and maintain a persistent codebase wiki — LLM-built interlinked markdown knowledge base (Karpathy LLM Wiki pattern)
development
Use the project wiki as RAG knowledge source — search wiki pages to answer codebase questions before exploring raw files
tools
Analyze task trajectories to propose reusable SKILL.md candidates from successful patterns
data-ai
hada.io RSS feed monitoring for AI agent/harness articles with automated /scout analysis