acquire-codebase-knowl…
Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document…
Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/
$ npx -y skills add github/awesome-copilot --skill create-llms --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/create-llmsContext preview
The summary Claude sees to decide when to auto-load this skill.
Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/
name: create-llms description: 'Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/'
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.
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.
Before creating the `llms.txt` file, you must complete a thorough analysis:
Based on your analysis, create a structured plan that includes:
The `llms.txt` file must follow this exact structure per the specification:
1. **H1 Header**: Single line with repository/project name (required) 2. **Blockquote Summary**: Brief description in blockquote format (optional but recommended) 3. **Additional Details**: Zero or more markdown sections without headings for context 4. **File List Sections**: Zero or more H2 sections containing markdown lists of links
Each file link must follow: `[descriptive-name](relative-url): optional description`
Organize files into logical H2 sections such as:
Include files that:
Exclude files that:
1. Examine the repository structure completely 2. Read the main README.md to understand the project 3. Identify all documentation directories and files 4. Catalog specification files and their purposes 5. Find example files and configuration files
1. Determine the primary purpose statement 2. Write a concise summary for the blockquote 3. Group identified files into logical categories 4. Prioritize files by importance for LLM understanding 5. Create descriptions for each file link
1. Create the `llms.txt` file in the repository root 2. Follow the exact format specification 3. Include all required sections 4. Use proper markdown formatting 5. Ensure all links are valid relative paths
1. Verify compliance with https://llmstxt.org/ specification 2. Check that all links are valid and accessible 3. Ensure the file serves as an effective LLM navigation tool 4. Confirm the file is both human and machine readable
# [Repository Name] > [Concise description of the repository's purpose and scope] [Optional additional context paragraphs without headings] ## Documentation - [Main README](README.md): Primary project documentation and getting started guide - [Contributing Guide](CONTRIBUTING.md): Guidelines f
A community-created collection of custom agents, instructions, skills, hooks, workflows, and plugins to supercharge your GitHub Copilot experience.
Repo: github/awesome-copilot
Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document…
Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc…
Generate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS…
Help the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting…
Use this skill when the user shares ad campaign performance data and asks what to cut, scale, or test. Trigger for prompts like "analyze my ad campaigns",…
Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.