Agent skill
offline-claude-code-guide
Offline Claude Code documentation fallback. Use when the user asks about Claude Code features, capabilities, or configuration and the built-in claude-code-guide subagent fails due to network issues or proxy blocking.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/offline-claude-code-guide
SKILL.md
Offline Claude Code Guide
This skill provides offline access to Claude Code documentation when the built-in claude-code-guide subagent cannot fetch documentation from the network.
Documentation Location
All Claude Code documentation is available locally. First read the documentation map at docs/claude_code_docs_map.md to find which file contains the relevant information.
How to Answer Questions
- Read claude_code_docs_map.md to identify which documentation file contains the relevant information
- Read the appropriate documentation file(s) from
docs/ - Provide accurate information based on the official documentation
- Include relevant examples and code snippets from the docs
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?