Agent skill

create-llms

Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill create-llms --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/create-llms/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Create LLMs.txt File from Repository Structure Create a new `llms.txt` file from scratch in the root of the repository following the official llms.txt specification at https://llmstxt.org/. This file provides high-level guidance to large language models (LLMs) on where to find relevant content for understanding the repository's purpose and specifications. ## Primary Directive Create a comprehensive `llms.txt` file that serves as an entry point for LLMs to understand and navigate the repository effectively. The file must comply with the llms.txt specification and be optimized for LLM consumption while remaining human-readable. ## Analysis and Planning Phase Before creating the `llms.txt` file, you must complete a thorough analysis: ### Step 1: Review llms.txt Specification - Review the official specification at https://llmstxt.org/ to ensure full compliance - Understand the required format structure and guidelines - Note the specific markdown structure requirements ### Step 2: Repository Structure Analysis - Examine the complete repository structure using appropriate tools - Identify the primary purpose and scope of the repository - Catalog all important directories and their purp

What's inside
Steps it walks through
  1. Primary Directive
  2. Analysis and Planning Phase
  3. Step 1: Review llms.txt Specification
  4. Step 2: Repository Structure Analysis
  5. Step 3: Content Discovery
  6. Step 4: Create Implementation Plan
  7. Implementation Requirements
  8. Format Compliance
  9. Content Requirements
  10. Content Guidelines
  11. Execution Steps
  12. Step 1: Repository Analysis
  13. Step 2: Content Planning
  14. Step 3: File Creation
More from awesome-copilot
All skills →
About this skill
What does the create-llms skill do?

Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/

How do I install it?

Run `npx skills add github/awesome-copilot --skill create-llms --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going