What problem does it solve?
This Skill converts verbose GitHub Copilot customization files, MCP server documentation, or documentation URLs into concise, example-driven tldr summaries that are immediately usable in chat sessions.
Core Features & Use Cases
- File and URL recognition: Detects prompt (.prompt.md), agent (.agent.md), instruction (.instructions.md), and collection (.collections.md) files and can fetch documentation URLs for summarization.
- Actionable extraction: Identifies key examples, invocation syntax, and common usage patterns and transforms them into tldr-pages formatted Markdown with placeholders.
- Context-aware output: Adapts verbosity and example counts for inline chat versus full chat view and handles up to five sources per request with error guidance for missing inputs.
- Use Case: Rapidly produce short reference pages from a Copilot prompt file so engineers and writers can copy invocation examples into conversations or docs.
Quick Start
Generate a tldr summary for the file my-prompt.prompt.md by issuing: /tldr-prompt #file:my-prompt.prompt.md