From llms-keeper
This skill should be used when the user asks to "generate llms.txt", "create llms-full.txt", "update llms.txt", "regenerate llms-full.txt", "create AI context files for this project", "обновить llms.txt", "сгенерировать llms-full.txt", "создать контекст проекта для AI", or mentions "llms.txt", "llms-full.txt", "llmstxt", "llmstxt.org standard", "project context for AI agents", "контекст проекта для AI". Also applicable when user asks about the llmstxt.org format, wants to know how to structure llms.txt, or asks "what should llms-full.txt contain".
How this skill is triggered — by the user, by Claude, or both
Slash command
/llms-keeper:llms-keeperThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate and maintain `llms.txt` and `llms-full.txt` files following the [llmstxt.org](https://llmstxt.org) standard to give AI agents quick project understanding.
Generate and maintain llms.txt and llms-full.txt files following the llmstxt.org standard to give AI agents quick project understanding.
"Find the smallest set of high-signal tokens that maximize the likelihood of desired outcome."
Every sentence must answer: "Will an AI agent produce worse results without this information?" If no — delete without hesitation.
| File | Purpose | Audience | Length |
|---|---|---|---|
llms.txt | Navigation index | AI needing quick orientation | 50-100 lines |
llms-full.txt | Complete context | AI needing full understanding | 200-600 lines |
Delegate analysis and generation to the documentation-keeper agent.
The agent handles the full process: framework auto-detection, codebase scanning, pattern extraction, file generation, and quality verification.
For manual or informational use, the workflow is:
llms-full.txt first (self-contained content)llms.txt from it (navigation index linking to sections)references/llmstxt-spec.mdFor format details, structure requirements, and quality checklist, see references/llmstxt-spec.md.
npx claudepluginhub spumer/i-m-senior-developer --plugin llms-keeperGenerates llms.txt file from repo structure per llmstxt.org spec, with project summary and categorized file links for LLM repo navigation. Invoke manually via /create-llms or auto when relevant.
Generates or audits llms.txt per spec, creates CLAUDE.md/AGENTS.md by analyzing README, build files, docs, and API surface.
Generates llms.txt and llms-full.txt files for LLM-friendly project documentation following the llms.txt specification. Use to make project wikis accessible to language models.