Source profileQuality 91/100Review permissions

github/awesome-copilot/skills/create-tldr-page/SKILL.md

create-tldr-page

Create a tldr page from documentation URLs and command examples, requiring both URL and command name.

Source repository stars
38,254
Declared platforms
0
Static risk flags
3
Last source update
2026-08-26
Source checked
2026-08-26

Decision brief

What it does: where it fits

Create a tldr page from documentation URLs and command examples, requiring both URL and command name.

Best for

    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

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    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.

    Source-detected install commandSource
    npx skills add https://github.com/github/awesome-copilot --skill "skills/create-tldr-page"
    Safe inspection promptEditorial

    Inspect the Agent Skill "create-tldr-page" from https://github.com/github/awesome-copilot/blob/71f7c9b1dc5044287b62fc700efc034da4065f87/skills/create-tldr-page/SKILL.md at commit 71f7c9b1dc5044287b62fc700efc034da4065f87. 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

    1. 01

      Usage

      Review the “Usage” section in the pinned source before continuing.

      Review and apply the “Usage” source section.
    2. 02

      Objectives

      1. Require both URL and command - If either is missing, provide helpful guidance to obtain them 2. Extract key examples - Identify the most common and useful command patterns 3. Follow tldr format strictly - Use the template structure with proper markdown formatting 4. Validate…

      Require both URL and command - If either is missing, provide helpful guidance to obtain themExtract key examples - Identify the most common and useful command patternsFollow tldr format strictly - Use the template structure with proper markdown formatting
    3. 03

      Prompt Parameters

      Command - The name of the command or tool (e.g., git, nmcli, distrobox-create) URL - Link to authoritative upstream documentation - If one or more URLs are passed without a preceding fetch, apply tool:fetch to the first URL - If ${file} is provided in lieu of a URL, and ${file}…

      Command - The name of the command or tool (e.g., git, nmcli, distrobox-create)URL - Link to authoritative upstream documentationIf one or more URLs are passed without a preceding fetch, apply tool:fetch to the first URL
    4. 04

      Required

      Command - The name of the command or tool (e.g., git, nmcli, distrobox-create) URL - Link to authoritative upstream documentation - If one or more URLs are passed without a preceding fetch, apply tool:fetch to the first URL - If ${file} is provided in lieu of a URL, and ${file}…

      Command - The name of the command or tool (e.g., git, nmcli, distrobox-create)URL - Link to authoritative upstream documentationIf one or more URLs are passed without a preceding fetch, apply tool:fetch to the first URL
    5. 05

      Optional

      Context files - Additional documentation or examples Search data - Results from documentation searches Text data - Raw text from manual pages or help output Help output - Raw data matching -h, --help, /?, --tldr, --man, etc.

      Context files - Additional documentation or examplesSearch data - Results from documentation searchesText data - Raw text from manual pages or help output

    Permission review

    Static risk signals and limitations

    Network access

    medium · line 23

    The documentation includes network, browsing, or remote request actions.

    If one or more URLs are passed without a preceding `#fetch`, apply #tool:fetch to the first URL

    Network access

    medium · line 46

    The documentation includes network, browsing, or remote request actions.

    /create-tldr-page #fetch <URL> <command> [text data] [context file]

    Runs scripts

    medium · line 138

    The documentation asks the agent to run terminal commands or scripts.

    # git

    Writes files

    medium · line 144

    The documentation asks the agent to create, modify, or delete local files.

    Create an empty Git repository:

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score91/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars38,254SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    github/awesome-copilot
    Skill path
    skills/create-tldr-page/SKILL.md
    Commit
    71f7c9b1dc5044287b62fc700efc034da4065f87
    License
    MIT
    Collected
    2026-08-26
    Default branch
    main
    View the original SKILL.md

    Create TLDR Page

    Overview

    You are an expert technical documentation specialist who creates concise, actionable tldr pages following the tldr-pages project standards. Your task is to transform verbose documentation into clear, example-driven command references.

    Objectives

    1. Require both URL and command - If either is missing, provide helpful guidance to obtain them
    2. Extract key examples - Identify the most common and useful command patterns
    3. Follow tldr format strictly - Use the template structure with proper markdown formatting
    4. Validate documentation source - Ensure the URL points to authoritative upstream documentation

    Prompt Parameters

    Required

    • Command - The name of the command or tool (e.g., git, nmcli, distrobox-create)
    • URL - Link to authoritative upstream documentation
      • If one or more URLs are passed without a preceding #fetch, apply #tool:fetch to the first URL
      • If ${file} is provided in lieu of a URL, and ${file} has a relevant URL to command, then use the data from the file as if fetched from the URL; use the URL extracted from the file when creating the tldr page
        • If more than one URL is in the file, prompt for which URL should be used for the tldr page

    Optional

    • Context files - Additional documentation or examples
    • Search data - Results from documentation searches
    • Text data - Raw text from manual pages or help output
    • Help output - Raw data matching -h, --help, /?, --tldr, --man, etc.

    [!IMPORTANT] If a help argument (like --help or --tldr) is passed, provide a summary of THIS prompt, rendering the output as markdown using the tldr template format. Do NOT create a new tldr page for the command.

    Usage

    Syntax

    /create-tldr-page #fetch <URL> <command> [text data] [context file]
    

    Error Handling

    Missing Command

    User

    /create-tldr-page https://some-command.io/docs/manual.html
    

    Agent

    I'll fetch the URL and analyze the documentation.
    From the data extracted, I assume the command is `some-command`. Is this correct? (yes/no)
    

    Missing URL

    User

    /create-tldr-page some-command
    

    Agent

    A URL to authoritative documentation is required for tldr pages. Here are some acceptable URL
    patterns:
    
    1. https://gnu.org/software/manual/html_node/some-command.html
    2. https://some.org/serve/some.man.html#some-command
    3. https://some-command.io/docs/cli/latest/manual
    4. https://some-command.io/docs/quickstart
    
    Please provide the documentation URL for `some-command`.
    

    Template

    Use this template structure when creating tldr pages:

    # command
    
    > Short, snappy description.
    > Some subcommands such as `subcommand1` have their own usage documentation.
    > More information: <https://url-to-upstream.tld>.
    
    - View documentation for creating something:
    
    `tldr command-subcommand1`
    
    - View documentation for managing something:
    
    `tldr command-subcommand2`
    

    Template Guidelines

    • Title: Use exact command name (lowercase)
    • Description: One-line summary of what the command does
    • Subcommands note: Only include if relevant
    • More information: Link to authoritative upstream documentation (required)
    • Examples: 5-8 most common use cases, ordered by frequency of use
    • Placeholders: Use {{placeholder}} syntax for user-provided values

    Examples

    Reference Examples

    You MAY fetch these example tldr pages to understand the proper format and style:

    Expected Output Using Example

    User

    /create-tldr-page #fetch https://git-scm.com/docs/git git
    

    Agent

    # git
    
    > Distributed version control system.
    > Some subcommands such as `commit`, `add`, `branch`, `switch`, `push`, etc. have their own usage documentation.
    > More information: <https://git-scm.com/docs/git>.
    
    - Create an empty Git repository:
    
    `git init`
    
    - Clone a remote Git repository from the internet:
    
    `git clone {{https://example.com/repo.git}}`
    
    - View the status of the local repository:
    
    `git status`
    
    - Stage all changes for a commit:
    
    `git add {{[-A|--all]}}`
    
    - Commit changes to version history:
    
    `git commit {{[-m|--message]}} {{message_text}}`
    
    - Push local commits to a remote repository:
    
    `git push`
    
    - Pull any changes made to a remote:
    
    `git pull`
    
    - Reset everything the way it was in the latest commit:
    
    `git reset --hard; git clean {{[-f|--force]}}`
    

    Output Formatting Rules

    You MUST follow these placeholder conventions:

    • Options with arguments: When an option takes an argument, wrap BOTH the option AND its argument separately

      • Example: minipro {{[-p|--device]}} {{chip_name}}
      • Example: git commit {{[-m|--message]}} {{message_text}}
      • DO NOT combine them as: minipro -p {{chip_name}} (incorrect)
    • Options without arguments: Wrap standalone options (flags) that don't take arguments

      • Example: minipro {{[-E|--erase]}}
      • Example: git add {{[-A|--all]}}
    • Single short options: Do NOT wrap single short options when used alone without long form

      • Example: ls -l (not wrapped)
      • Example: minipro -L (not wrapped)
      • However, if both short and long forms exist, wrap them: {{[-l|--list]}}
    • Subcommands: Generally do NOT wrap subcommands unless they are user-provided variables

      • Example: git init (not wrapped)
      • Example: tldr {{command}} (wrapped when variable)
    • Arguments and operands: Always wrap user-provided values

      • Example: {{device_name}}, {{chip_name}}, {{repository_url}}
      • Example: {{path/to/file}} for file paths
      • Example: {{https://example.com}} for URLs
    • Command structure: Options should appear BEFORE their arguments in the placeholder syntax

      • Correct: command {{[-o|--option]}} {{value}}
      • Incorrect: command -o {{value}}

    Frequently asked questions

    What to verify before installation and use

    What does the create-tldr-page source document cover?

    Create a tldr page from documentation URLs and command examples, requiring both URL and command name.

    How do I install create-tldr-page?

    The source record exposes this install command: npx skills add https://github.com/github/awesome-copilot --skill "skills/create-tldr-page". Inspect the command and pinned source before running it.

    Which permission-related actions were detected?

    Static rules flagged network, exec-script, write-files in the source; the page lists the matching lines and excerpts.

    Alternatives

    Compare before choosing

    Computed 100146

    oaustegard/claude-skills

    featuring

    Generate hierarchical _FEATURES.md files that describe what a codebase DOES from a user/consumer perspective, anchored to source symbols via tree-sitting. Supports large complex codebases through feature-driven decomposition into sub-feature files. Uses a multi-pass synthesis: orientation → detail → overview rewrite. Use when someone says "what does this do", "document features", "feature inventory", "_FEATURES.md", or needs to understand a codebase's purpose before modifying it. Complements tre

    Computed 10017

    dancingteeth/unified-code-review

    unified-code-review

    Risk-first code review for PRs and branch audits: blast-radius triage, agent-authored discipline (tests first, intent evidence), call-graph pincer for integration defects between modules, then structural code-judo bar. Use when reviewing PRs, auditing agent-written diffs, catching rubber-stamp green CI, or wiring bugs single-file review misses. Prefer over structure-only thermo-nuclear review alone. Do not use for unrelated coding tasks or as an always-on rule.

    Computed 1009

    Postpartum-genushyacinthus29/dotnet-skills

    dotnet-worker-services

    Build long-running .NET background services with `BackgroundService`, Generic Host, graceful shutdown, configuration, logging, and deployment patterns suited to workers and daemons.

    Computed 99241

    enuno/unifi-mcp-server

    unifi-mcp-tool-builder

    Specialized guide for adding new MCP tools to the UniFi MCP Server following project standards, UniFi API patterns, and test-driven development practices. Use when implementing new UniFi Network Controller features as MCP tools.