# 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.

- Skill: `majiayu000/offline-claude-code-guide` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/offline-claude-code-guide`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/offline-claude-code-guide/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/offline-claude-code-guide

---


# 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

1. Read [claude_code_docs_map.md](../../docs/claude_code_docs_map.md) to identify which documentation file contains the relevant information
2. Read the appropriate documentation file(s) from `docs/`
3. Provide accurate information based on the official documentation
4. Include relevant examples and code snippets from the docs

