Llms Txt banner
littlebearapps littlebearapps

Llms Txt

AI community

Description

--- description: "Generate llms.txt and llms-full.txt for LLM-friendly content curation: $ARGUMENTS" argument-hint: "[path or 'full' to include llms-full.txt]" allowed-tools: - Read - Glob - Grep - Bash - Write - Edit --- # /llms-txt Generate an `llms.txt` file (and optionally `llms-full.txt`) following the [llmstxt.org](https://llmstxt.org/) specification. This provides AI coding assistants and search engines with a structured index of your project's documentation. ## Behaviour

Installation

Installs to ~/.claude/skills/littlebearapps-pitchdocs-llms-txt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/littlebearapps-pitchdocs-llms-txt && curl -fsSL https://raw.githubusercontent.com/littlebearapps/pitchdocs/HEAD/commands/llms-txt.md -o ~/.claude/skills/littlebearapps-pitchdocs-llms-txt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository