ericbuess / claude-code-docs
View on GitHubAI Architecture Analysis
This repository is indexed by RepoMind. By analyzing ericbuess/claude-code-docs in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewClaude Code Documentation Mirror [ ]() Local mirror of Claude Code documentation files from https://docs.anthropic.com/en/docs/claude-code/, updated every 3 hours. ⚠️ Early Beta Notice **This is an early beta release**. There may be errors or unexpected behavior. If you encounter any issues, please open an issue - your feedback helps improve the tool! 🆕 Version 0.3.3 - Changelog Integration **New in this version:** • 📋 **Claude Code Changelog**: Access the official Claude Code release notes with • 🍎 **Full macOS compatibility**: Fixed shell compatibility issues for Mac users • 🐧 **Linux support**: Tested on Ubuntu, Debian, and other distributions • 🔧 **Improved installer**: Better handling of updates and edge cases To update: Why This Exists • **Faster access** - Reads from local files instead of fetching from web • **Automatic updates** - Attempts to stay current with the latest documentation • **Track changes** - See what changed in docs over time • **Claude Code changelog** - Quick access to official release notes and version history • **Better Claude Code integration** - Allows Claude to explore documentation more effectively Platform Compatibility • ✅ **macOS**: Fully supported (tested on macOS 12+) • ✅ **Linux**: Fully supported (Ubuntu, Debian, Fedora, etc.) • ⏳ **Windows**: Not yet supported - contributions welcome! Prerequisites This tool requires the following to be installed: • **git** - For cloning and updating the repository (usually pre-installed) • **jq** - For JSON processing in the auto-update hook (pre-installed on macOS; Linux users may need or ) • **curl** - For downloading the installation script (usually pre-installed) • **Claude Code** - Obviously :) Installation Run this single command: This will: • Install to (or migrate existing installation) • Create the slash command to pass arguments to the tool and tell it where to find the docs • Set up a 'PreToolUse' 'Read' hook to enable automatic git pull when reading docs from the ~/.claude-code-docs /docs (user) /docs 📚 Reading from local docs (run /docs -t to check freshness) /claude-docs /docs /cdocs /claude-code-docs /docs /docs ls ~/.claude/commands/docs.md /docs -t cd ~/.claude-code-docs && git pull ~/.claude/settings.json ~/.claude/settings.json git pull /docs changelog`) • Fixed shell compatibility for macOS users (zsh/bash) • Improved documentation and error messages • Added platform compatibility badges v0.3.2 • Fixed automatic update functionality • Improved handling of local repository changes • Better error recovery during updates Contributing **Contributions are welcome!** This is a community project and we'd love your help: • 🪟 **Windows Support**: Want to help add Windows compatibility? Fork the repository and submit a PR! • 🐛 **Bug Reports**: Found something not working? Open an issue • 💡 **Feature Requests**: Have an idea? Start a discussion • 📝 **Documentation**: Help improve docs or add examples You can also use Claude Code itself to help build features - just fork the repo and let Claude assist you! Known Issues As this is an early beta, you might encounter some issues: • Auto-updates may occasionally fail on some network configurations • Some documentation links might not resolve correctly If you find any issues not listed here, please report them! License Documentation content belongs to Anthropic. This mirror tool is open source - contributions welcome!