返回 Skill 列表
extension
分类: 开发与工程无需 API Key

offline-claude-code-guide

离线Claude代码文档回退。当用户询问Claude代码的功能、能力或配置时,如果内置的claude-code-guide子代理因网络问题或代理阻止而失败,则使用此功能。

person作者: jakexiaohubgithub

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