Download a GitHub repo as an LLM readable format (github.com)1 points by thedotmack 10 hours ago | 2 comments
thedotmack 9 hours ago | next | [–]A Node.js tool that downloads GitHub repositories and generates LLM-optimized markdown documentation for easy code understanding with Claude and other AI assistants.`npx github2claude https://github.com/username/repository`- Clones the GitHub repository- Analyzes the codebase structure and relationships- Generates a comprehensive markdown document optimized for Large Language Models- Packages the code in a format that's ideal for uploading to Claude conversations
thedotmack 9 hours ago | next |
A Node.js tool that downloads GitHub repositories and generates LLM-optimized markdown documentation for easy code understanding with Claude and other AI assistants.
`npx github2claude https://github.com/username/repository`
- Clones the GitHub repository
- Analyzes the codebase structure and relationships
- Generates a comprehensive markdown document optimized for Large Language Models
- Packages the code in a format that's ideal for uploading to Claude conversations