llms-keeper

Generate and maintain llms.txt and llms-full.txt files following the llmstxt.org standard.

10|1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/spumer/i-m-senior-developer --skill llms-keeper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llms-keeper
Source: https://github.com/spumer/i-m-senior-developer/tree/main/plugins/llms-keeper/skills/llms-keeper
Command: npx skills add https://github.com/spumer/i-m-senior-developer --skill llms-keeper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Generate and maintain llms.txt and llms-full.txt files following the llmstxt.org standard to give AI agents quick project understanding.

Core Features & Use Cases

  • Two Files, Two Purposes: llms.txt serves as a navigation index for fast orientation, llms-full.txt provides the complete project context for deep AI understanding.
  • Signal-first Content: capture architecture, data flows, key patterns, and configuration points in concise sections.
  • Workflow-driven updates: scan the repository, extract high-signal information, and regenerate or patch files to stay in sync with the project.

Quick Start

Generate llms.txt and llms-full.txt following the llmstxt.org standard to provide concise navigation and full-context project understanding.

Frequently Asked Questions about llms-keeper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate llms.txt files to provide project context for AI agents?

To generate llms.txt files for AI agents, scan your software project to extract high-signal architecture and configuration data, then output both a navigation index and a full-context file following the llmstxt.org standard.

What is the difference between llms.txt and llms-full.txt for project documentation?

The llms.txt file serves as a concise navigation index for fast AI orientation, whereas the llms-full.txt file provides the complete, self-contained project context required for deep AI understanding.

How do I keep llms.txt documentation in sync with ongoing software project updates?

You keep llms.txt documentation in sync by applying a workflow-driven update process that scans the repository, extracts high-signal information, and patches or regenerates the files to match the project state.

Does the llms.txt workflow support existing software engineering projects without extra dependencies?

Yes, the llms.txt workflow applies directly to existing software engineering projects without requiring external dependencies, using a self-contained two-file structure to capture key patterns and data flows.

What is the best way to structure project context for AI agents using llmstxt.org standards?

The best way to structure project context is enforcing a two-file structure that captures signal-first content like architecture and data flows, separating the navigation index from the complete project context.

When do I need to use llms.txt files for software engineering onboarding?

You need to use llms.txt files when onboarding AI agents to a software project requires structured, high-signal context that accelerates their understanding of architecture, patterns, and configurations.