llm.energy - Extract documentation for AI agents from any site with llms.txt support
npm install llms-forgeCapabilities documented in this repository.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
Install it, then run your first command.
npm install llms-forge
| Command | Runs |
|---|---|
npm run dev | next dev -p 3001 |
npm run build | next build |
npm run start | next start -p 3001 |
npm run lint | next lint |
npm run test | vitest |
npm run typecheck | tsc --noEmit |
Taken directly from this repository's documentation.
─────────────────────────────────────────────────────────────────
📝 Feed docs to AI coding assistants (Cursor, Windsurf)
🤖 Build context-aware AI agents with up-to-date docs
🔄 Create documentation pipelines for RAG systems
📦 Aggregate docs from multiple sources automatically
✏️ Generate llms.txt/install.md for your own projects
🚀 Auto-generate install.md from any GitHub repo
─────────────────────────────────────────────────────────────────# Generate install.md for any GitHub project
curl -X POST https://llm-energy-lp642k3kpa-uc.a.run.app/api/generate-install \
-H "Content-Type: application/json" \
-d '{"url": "https://github.com/anthropics/anthropic-sdk-python", "type": "github"}'# Clone the repository
git clone https://github.com/nirholas/extract-llms-docs.git
cd extract-llms-docs
# Install dependencies
pnpm install
# Start development server
pnpm dev