Discover and explore top open-source AI tools and projects—updated daily.
Local Claude documentation access
Top 75.7% on SourcePulse
This project provides a local mirror of Claude Code documentation, enabling faster access and offline use. It's designed for developers who frequently interact with Claude Code and want to streamline their workflow by having documentation readily available without web requests. The key benefit is significantly improved access speed and the ability to track documentation changes over time.
How It Works
The tool installs locally, creating a /docs
slash command within the Claude Code environment. This command allows users to query documentation directly. An automatic "PreToolUse" hook is configured to perform a git pull
before reading documentation, ensuring the local copy stays relatively up-to-date with the official Anthropic documentation. This approach prioritizes speed and local control over always fetching live data.
Quick Start & Requirements
curl -fsSL https://raw.githubusercontent.com/ericbuess/claude-code-docs/main/install.sh | bash
git
, jq
, curl
, and Claude Code itself. jq
may require installation (apt install jq
or yum install jq
on Linux).Highlighted Details
/docs changelog
command for quick access to official Claude Code release notes.-t
flag to check documentation sync status with GitHub.Maintenance & Community
This is a community project. Contributions are welcome, particularly for Windows support. Users are encouraged to report bugs and suggest features via GitHub issues and discussions.
Licensing & Compatibility
Limitations & Caveats
This is an early beta release, and users may encounter issues such as occasional auto-update failures or broken documentation links. Windows support is currently missing.
14 hours ago
Inactive