ring:dev-llms-txt
Installation
SKILL.md
llms.txt Generator
Overview
This skill generates AI-friendly entry point files for Lerian repositories:
- llms.txt — universal LLM entry point (llmstxt.org spec)
- CLAUDE.md — instructions for Claude Code / Anthropic coding agents
- AGENTS.md — instructions for any AI coding agent (OpenCode, Codex, Cursor, etc.)
These files solve different problems:
| File | Audience | Purpose |
|---|---|---|
| llms.txt | Any LLM (ChatGPT, Gemini, Perplexity, coding agents) | Structured overview: what the project is, key docs, API refs |
| CLAUDE.md | Claude Code, Anthropic agents | How to work in the codebase: build, test, lint, conventions |
| AGENTS.md | Any coding agent | Same as CLAUDE.md but vendor-neutral |
Step 1: Analyze Repository
Related skills