llmstxt-cli
v0.4.1
Published
Install llms.txt files from the llms-txt-hub registry into your project
Maintainers
Readme
llmstxt-cli
Install llms.txt documentation into your AI coding agents.
650+ entries from the llms-txt-hub registry, delivered as agent skills for Claude Code, Cursor, Windsurf, Cline, Codex, Gemini CLI & 30+ more.
Quick Start
# Interactive wizard — browse, search, and install
npx llmstxt-cli init
# Install a specific skill
npx llmstxt-cli install astro stripeHow It Works
- Fetches
llms.txtorllms-full.txtfrom the registry - Stores canonically in
.agents/skills/<slug>/SKILL.md - Creates symlinks for each selected agent (
.claude/skills/,.cursor/skills/, etc.) - Updates
CLAUDE.mdwith a managed reference section
Commands
| Command | Description |
|---|---|
| init | Interactive wizard to browse, search, and install skills |
| install <names...> | Install by name (supports multiple, fuzzy matching) |
| search <query> | Search the registry |
| list (alias: ls) | Show installed entries |
| update [name] | Re-fetch installed entries (or a specific one) |
| remove (alias: rm) | Uninstall an entry |
| info <name> | Show registry details for an entry |
Options
# Prefer llms-full.txt when available
npx llmstxt-cli init --full
npx llmstxt-cli install astro --full
# Preview without installing
npx llmstxt-cli init --dry-run
# Force re-download
npx llmstxt-cli install astro --force
npx llmstxt-cli update --force
# Filter by category
npx llmstxt-cli init --category ai-ml,developer-toolsSupported Agents
Supports 35+ AI coding agents including:
- Claude Code
- Cursor
- Windsurf
- Cline
- Codex
- Gemini CLI
- GitHub Copilot
- Roo Code
- And many more (Amp, OpenCode, Kilo Code, Goose, Trae, etc.)
The wizard remembers your agent selection for next time. Universal agents (Codex, Gemini CLI, GitHub Copilot, etc.) are always included automatically.
Requirements
- Node.js >= 24
Links
- Website: llmstxthub.com
- Registry: github.com/thedaviddias/llms-txt-hub
- Issues: github.com/thedaviddias/llms-txt-hub/issues
License
MIT
