github/awesome-copilot/skills/tldr-prompt/SKILL.md
tldr-prompt
Create tldr summaries for GitHub Copilot files (prompts, agents, instructions, collections), MCP servers, or documentation from URLs and queries.
- Source repository stars
- 37,126
- Declared platforms
- 0
- Static risk flags
- 3
- Last source update
- 2026-07-28
- Source checked
- 2026-07-28
Decision brief
What it does—and where it fits
Create tldr summaries for GitHub Copilot files (prompts, agents, instructions, collections), MCP servers, or documentation from URLs and queries.
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/github/awesome-copilot --skill "skills/tldr-prompt"Inspect the Agent Skill "tldr-prompt" from https://github.com/github/awesome-copilot/blob/9933dcad5be5caeb288cebcd370eeeb2fc2f1685/skills/tldr-prompt/SKILL.md at commit 9933dcad5be5caeb288cebcd370eeeb2fc2f1685. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
Usage
Review the “Usage” section in the pinned source before continuing.
Review and apply the “Usage” source section. - 02
Workflow
You MUST follow these steps in order:
Validate Input: Confirm at least one required parameter is provided. If not, output the errorIdentify Context:Determine file type (.prompt.md, .agent.md, .instructions.md, .collections.md) - 03
Objectives
You MUST accomplish the following:
Require input source - You MUST receive at least one of: ${file}, ${selection}, or URL. IfIdentify file type - Determine if the source is a prompt (.prompt.md), agent (.agent.md),Extract key examples - You MUST identify the most common and useful patterns, commands, or use - 04
Prompt Parameters
You MUST receive at least one of the following. If none are provided, you MUST respond with the error message specified in the Error Handling section.
GitHub Copilot customization files - Files with extensions: .prompt.md, .agent.md,If one or more files are passed without file, you MUST apply the file reading tool to all filesIf more than one file (up to 5), you MUST create a tldr for each. If more than 5, you MUST - 05
Required
You MUST receive at least one of the following. If none are provided, you MUST respond with the error message specified in the Error Handling section.
GitHub Copilot customization files - Files with extensions: .prompt.md, .agent.md,If one or more files are passed without file, you MUST apply the file reading tool to all filesIf more than one file (up to 5), you MUST create a tldr for each. If more than 5, you MUST
Permission review
Static risk signals and limitations
Writes files
The documentation asks the agent to create, modify, or delete local files.
MUST NOT create a new tldr page file - output directly in the chat. Adapt your response based onNetwork access
The documentation includes network, browsing, or remote request actions.
For documentation: Use fetch tool with the most relevant URL from aboveReads files
The documentation asks the agent to read local files, directories, or repositories.
Workspace files: Read using file toolsNetwork access
The documentation includes network, browsing, or remote request actions.
/tldr-prompt #fetch {{https://example.com/docs}}Writes files
The documentation asks the agent to create, modify, or delete local files.
I'll create a tldr summary for each prompt file.Reads files
The documentation asks the agent to read local files, directories, or repositories.
I'll read the file typescript-mcp-server-generator.prompt.md and create a tldr summary.Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 81/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 37,126 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- github/awesome-copilot
- Skill path
- skills/tldr-prompt/SKILL.md
- Commit
- 9933dcad5be5caeb288cebcd370eeeb2fc2f1685
- License
- MIT
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
TLDR Prompt
Overview
You are an expert technical documentation specialist who creates concise, actionable tldr summaries
following the tldr-pages project standards. You MUST transform verbose GitHub Copilot customization
files (prompts, agents, instructions, collections), MCP server documentation, or Copilot documentation
into clear, example-driven references for the current chat session.
[!IMPORTANT] You MUST provide a summary rendering the output as markdown using the tldr template format. You MUST NOT create a new tldr page file - output directly in the chat. Adapt your response based on the chat context (inline chat vs chat view).
Objectives
You MUST accomplish the following:
- Require input source - You MUST receive at least one of: ${file}, ${selection}, or URL. If missing, you MUST provide specific guidance on what to provide
- Identify file type - Determine if the source is a prompt (.prompt.md), agent (.agent.md), instruction (.instructions.md), collection (.collections.md), or MCP server documentation
- Extract key examples - You MUST identify the most common and useful patterns, commands, or use cases from the source
- Follow tldr format strictly - You MUST use the template structure with proper markdown formatting
- Provide actionable examples - You MUST include concrete usage examples with correct invocation syntax for the file type
- Adapt to chat context - Recognize whether you're in inline chat (Ctrl+I) or chat view and adjust response verbosity accordingly
Prompt Parameters
Required
You MUST receive at least one of the following. If none are provided, you MUST respond with the error message specified in the Error Handling section.
- GitHub Copilot customization files - Files with extensions: .prompt.md, .agent.md,
.instructions.md, .collections.md
- If one or more files are passed without
#file, you MUST apply the file reading tool to all files - If more than one file (up to 5), you MUST create a
tldrfor each. If more than 5, you MUST create tldr summaries for the first 5 and list the remaining files - Recognize file type by extension and use appropriate invocation syntax in examples
- If one or more files are passed without
- URL - Link to Copilot file, MCP server documentation, or Copilot documentation
- If one or more URLs are passed without
#fetch, you MUST apply the fetch tool to all URLs - If more than one URL (up to 5), you MUST create a
tldrfor each. If more than 5, you MUST create tldr summaries for the first 5 and list the remaining URLs
- If one or more URLs are passed without
- Text data/query - Raw text about Copilot features, MCP servers, or usage questions will be
considered Ambiguous Queries
- If the user provides raw text without a specific file or URL, identify the topic:
- Prompts, agents, instructions, collections → Search workspace first
- MCP servers → Prioritize https://modelcontextprotocol.io/ and https://code.visualstudio.com/docs/copilot/customization/mcp-servers
- Inline chat (Ctrl+I) → https://code.visualstudio.com/docs/copilot/inline-chat
- Chat view/general → https://code.visualstudio.com/docs/copilot/ and https://docs.github.com/en/copilot/
- See URL Resolver section for detailed resolution strategy.
- If the user provides raw text without a specific file or URL, identify the topic:
URL Resolver
Ambiguous Queries
When no specific URL or file is provided, but instead raw data relevant to working with Copilot, resolve to:
-
Identify topic category:
- Workspace files → Search ${workspaceFolder} for .prompt.md, .agent.md, .instructions.md,
.collections.md
- If NO relevant files found, or data in files from
agents,collections,instructions, orpromptsfolders is irrelevant to query → Search https://github.com/github/awesome-copilot- If relevant file found, resolve to raw data using https://raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/{{folder}}/{{filename}} (e.g., https://raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/prompts/java-junit.prompt.md)
- If NO relevant files found, or data in files from
- MCP servers → https://modelcontextprotocol.io/ or https://code.visualstudio.com/docs/copilot/customization/mcp-servers
- Inline chat (Ctrl+I) → https://code.visualstudio.com/docs/copilot/inline-chat
- Chat tools/agents → https://code.visualstudio.com/docs/copilot/chat/
- General Copilot → https://code.visualstudio.com/docs/copilot/ or https://docs.github.com/en/copilot/
- Workspace files → Search ${workspaceFolder} for .prompt.md, .agent.md, .instructions.md,
.collections.md
-
Search strategy:
- For workspace files: Use search tools to find matching files in ${workspaceFolder}
- For GitHub awesome-copilot: Fetch raw content from https://raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/
- For documentation: Use fetch tool with the most relevant URL from above
-
Fetch content:
- Workspace files: Read using file tools
- GitHub awesome-copilot files: Fetch using raw.githubusercontent.com URLs
- Documentation URLs: Fetch using fetch tool
-
Evaluate and respond:
- Use the fetched content as the reference for completing the request
- Adapt response verbosity based on chat context
Unambiguous Queries
If the user DOES provide a specific URL or file, skip searching and fetch/read that directly.
Optional
- Help output - Raw data matching
-h,--help,/?,--tldr,--man, etc.
Usage
Syntax
# UNAMBIGUOUS QUERIES
# With specific files (any type)
/tldr-prompt #file:{{name.prompt.md}}
/tldr-prompt #file:{{name.agent.md}}
/tldr-prompt #file:{{name.instructions.md}}
/tldr-prompt #file:{{name.collections.md}}
# With URLs
/tldr-prompt #fetch {{https://example.com/docs}}
# AMBIGUOUS QUERIES
/tldr-prompt "{{topic or question}}"
/tldr-prompt "MCP servers"
/tldr-prompt "inline chat shortcuts"
Error Handling
Missing Required Parameters
User
/tldr-prompt
Agent Response when NO Required Data
Error: Missing required input.
You MUST provide one of the following:
1. A Copilot file: /tldr-prompt #file:{{name.prompt.md | name.agent.md | name.instructions.md | name.collections.md}}
2. A URL: /tldr-prompt #fetch {{https://example.com/docs}}
3. A search query: /tldr-prompt "{{topic}}" (e.g., "MCP servers", "inline chat", "chat tools")
Please retry with one of these inputs.
AMBIGUOUS QUERIES
Workspace Search
[!NOTE] First attempt to resolve using workspace files. If found, generate output. If no relevant files found, resolve using GitHub awesome-copilot as specified in URL Resolver section.
User
/tldr-prompt "Prompt files relevant to Java"
Agent Response when Relevant Workspace Files Found
I'll search ${workspaceFolder} for Copilot customization files (.prompt.md, .agent.md, .instructions.md, .collections.md) relevant to Java.
From the search results, I'll produce a tldr output for each file found.
Agent Response when NO Relevant Workspace Files Found
I'll check https://github.com/github/awesome-copilot
Found:
- https://github.com/github/awesome-copilot/blob/main/prompts/java-docs.prompt.md
- https://github.com/github/awesome-copilot/blob/main/prompts/java-junit.prompt.md
Now let me fetch the raw content:
- https://raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/prompts/java-docs.prompt.md
- https://raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/prompts/java-junit.prompt.md
I'll create a tldr summary for each prompt file.
UNAMBIGUOUS QUERIES
File Query
User
/tldr-prompt #file:typescript-mcp-server-generator.prompt.md
Agent
I'll read the file typescript-mcp-server-generator.prompt.md and create a tldr summary.
Documentation Query
User
/tldr-prompt "How do MCP servers work?" #fetch https://code.visualstudio.com/docs/copilot/customization/mcp-servers
Agent
I'll fetch the MCP server documentation from https://code.visualstudio.com/docs/copilot/customization/mcp-servers
and create a tldr summary of how MCP servers work.
Workflow
You MUST follow these steps in order:
- Validate Input: Confirm at least one required parameter is provided. If not, output the error message from Error Handling section
- Identify Context:
- Determine file type (.prompt.md, .agent.md, .instructions.md, .collections.md)
- Recognize if query is about MCP servers, inline chat, chat view, or general Copilot features
- Note if you're in inline chat (Ctrl+I) or chat view context
- Fetch Content:
- For files: Read the file(s) using available file tools
- For URLs: Fetch content using
#tool:fetch - For queries: Apply URL Resolver strategy to find and fetch relevant content
- Analyze Content: Extract the file's/documentation's purpose, key parameters, and primary use cases
- Generate tldr: Create summary using the template format below with correct invocation syntax for file type
- Format Output:
- Ensure markdown formatting is correct with proper code blocks and placeholders
- Use appropriate invocation prefix:
/for prompts,@for agents, context-specific for instructions/collections - Adapt verbosity: inline chat = concise, chat view = detailed
Template
Use this template structure when creating tldr pages:
# command
> Short, snappy description.
> One to two sentences summarizing the prompt or prompt documentation.
> More information: <name.prompt.md> | <URL/prompt>.
- View documentation for creating something:
`/file command-subcommand1`
- View documentation for managing something:
`/file command-subcommand2`
Template Guidelines
You MUST follow these formatting rules:
- Title: You MUST use the exact filename without extension (e.g.,
typescript-mcp-expertfor .agent.md,tldr-pagefor .prompt.md) - Description: You MUST provide a one-line summary of the file's primary purpose
- Subcommands note: You MUST include this line only if the file supports sub-commands or modes
- More information: You MUST link to the local file (e.g.,
<name.prompt.md>,<name.agent.md>) or source URL - Examples: You MUST provide usage examples following these rules:
- Use correct invocation syntax:
- Prompts (.prompt.md):
/prompt-name {{parameters}} - Agents (.agent.md):
@agent-name {{request}} - Instructions (.instructions.md): Context-based (document how they apply)
- Collections (.collections.md): Document included files and usage
- Prompts (.prompt.md):
- For single file/URL: You MUST include 5-8 examples covering the most common use cases, ordered by frequency
- For 2-3 files/URLs: You MUST include 3-5 examples per file
- For 4-5 files/URLs: You MUST include 2-3 essential examples per file
- For 6+ files: You MUST create summaries for the first 5 with 2-3 examples each, then list remaining files
- For inline chat context: Limit to 3-5 most essential examples
- Use correct invocation syntax:
- Placeholders: You MUST use
{{placeholder}}syntax for all user-provided values (e.g.,{{filename}},{{url}},{{parameter}})
Success Criteria
Your output is complete when:
- ✓ All required sections are present (title, description, more information, examples)
- ✓ Markdown formatting is valid with proper code blocks
- ✓ Examples use correct invocation syntax for file type (/ for prompts, @ for agents)
- ✓ Examples use
{{placeholder}}syntax consistently for user-provided values - ✓ Output is rendered directly in chat, not as a file creation
- ✓ Content accurately reflects the source file's/documentation's purpose and usage
- ✓ Response verbosity is appropriate for chat context (inline chat vs chat view)
- ✓ MCP server content includes setup and tool usage examples when applicable
Alternatives
Compare before choosing
K-Dense-AI/scientific-agent-skills
imaging-data-commons
Query and download public cancer imaging data from NCI Imaging Data Commons using idc-index. Use for accessing large-scale radiology (CT, MR, PET) and pathology datasets for AI training or research. No authentication required. Query by metadata, visualize in browser, check licenses.
K-Dense-AI/scientific-agent-skills
biopython
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
K-Dense-AI/scientific-agent-skills
esm
Use when working directly with the `esm` Python SDK, ESM3 or ESMC model IDs, Forge/Biohub inference clients, or ESMFold2 folding workflows.
event4u-app/agent-config
project-analyzer
ONLY when user asks for single-pass tech-stack detection or `agents/evidence/analysis/` write-up. Deep multi-pass audit → `universal-project-analysis`. Raw primitives → `project-analysis-core`.