Thanks for your interest in contributing! This repo is an auto-updated mirror of the official Claude Code documentation, so most content is generated automatically. That said, there are several ways you can help.
- Broken docs: If a doc page fails to download or renders incorrectly, open an issue.
- Script bugs: If the download script has a bug or compatibility issue, let us know.
- Missing pages: If a new doc page exists on code.claude.com but isn't being picked up, file an issue.
The cheatsheets/ folder contains community-maintained quick references. You can:
- Fix errors or outdated info in existing cheatsheets
- Improve formatting or add missing commands
- Add tips and gotchas you've discovered
- Better error handling
- Performance improvements
- Cross-platform compatibility fixes
- Fork the repository
- Create a feature branch:
git checkout -b my-fix - Make your changes
- Commit with a clear message:
git commit -m "fix: description of change" - Push to your fork:
git push origin my-fix - Open a Pull Request
- Keep cheatsheets concise and scannable
- Don't modify auto-downloaded doc files directly (they'll be overwritten hourly)
- Test the download script on Linux if you change it (
Scripts/download-cc-docs.sh) - Follow existing formatting conventions
Open an issue and we'll get back to you.