llms-txt

Installation
SKILL.md

LLMs.txt Generator

Generate /llms.txt and /llms-full.txt files for web projects following the llmstxt.org spec.

This workflow uses a Script-First approach: a crawler script handles the "labor" of mapping the repo structure and finding brand rules, leaving the agent to handle the "judgment" of writing the LLM-friendly context files.

Usage

When asked to "generate llms.txt", "make the site AI-friendly", or "add llms-full.txt":

  1. Run the manifest script:

    python3 ~/.agents/skills/llms-txt/scripts/generate_llms_manifest.py \
      --root "." \
      --out "llms_manifest.json"
    
  2. Read the manifest: Load llms_manifest.json to see:

Related skills

More from baphomet480/claude-skills

Installs
18
First Seen
Apr 24, 2026