extract-llms-docs docs
nirholas / extract-llms-docs

extract-llms-docs

llm.energy - Extract documentation for AI agents from any site with llms.txt support

v1.0.0SEE LICENSE IN LICENSETypeScript
npm install llms-forge

What it does

Capabilities documented in this repository.

Overview

See the full documentation for details.

Key Features

See the full documentation for details.

Use Cases

See the full documentation for details.

How It Works

See the full documentation for details.

Quick Example

See the full documentation for details.

Documentation

See the full documentation for details.

Get started

Install it, then run your first command.

npm install llms-forge
CommandRuns
npm run devnext dev -p 3001
npm run buildnext build
npm run startnext start -p 3001
npm run lintnext lint
npm run testvitest
npm run typechecktsc --noEmit

Read the full getting started guide

Examples

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

More examples

Reference