Create concise, example-driven tldr pages from documentation URLs and command names.
Works with
Requires both a command name and authoritative documentation URL; provides guidance if either is missing
Extracts 5–8 most common use cases ordered by frequency, following strict tldr-pages project formatting standards
Uses {{placeholder}} syntax for options, arguments, and user-provided values with specific conventions for flags, options with arguments, and subcommands
Validates documentation sou
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versioncreate-tldr-pageExecute the skills CLI command in your project's root directory to begin installation:
Fetches create-tldr-page from github/awesome-copilot and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate create-tldr-page. Access via /create-tldr-page in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
28.7K
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
28.7K
stars
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.
git, nmcli, distrobox-create)#fetch, apply #tool:fetch to the first URLtldr page
tldr page-h, --help, /?, --tldr, --man, etc.[!IMPORTANT] If a help argument (like
--helpor--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.
/create-tldr-page #fetch <URL> <command> [text data] [context file]
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)
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`.
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`
{{placeholder}} syntax for user-provided valuesYou MAY fetch these example tldr pages to understand the proper format and style:
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]}}`
You MUST follow these placeholder conventions:
Options with arguments: When an option takes an argument, wrap BOTH the option AND its argument separately
minipro {{[-p|--device]}} {{chip_name}}git commit {{[-m|--message]}} {{message_text}}minipro -p {{chip_name}} (incorrect)Options without arguments: Wrap standalone options (flags) that don't take arguments
minipro {{[-E|--erase]}}git add {{[-A|--all]}}Single short options: Do NOT wrap single short options when used alone without long form
ls -l (not wrapped)minipro -L (not wrapped){{[-l|--list]}}Subcommands: Generally do NOT wrap subcommands unless they are user-provided variables
git init (not wrapped)tldr {{command}} (wrapped when variable)Arguments and operands: Always wrap user-provided values
{{device_name}}, {{chip_name}}, {{repository_url}}{{path/to/file}} for file paths{{https://example.com}} for URLsCommand structure: Options should appear BEFORE their arguments in the placeholder syntax
command {{[-o|--option]}} {{value}}command -o {{value}}Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
github/awesome-copilot
github/awesome-copilot
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
Solid pick for teams standardizing on skills: create-tldr-page is focused, and the summary matches what you get after install.
create-tldr-page has been reliable in day-to-day use. Documentation quality is above average for community skills.
Keeps context tight: create-tldr-page is the kind of skill you can hand to a new teammate without a long onboarding doc.
I recommend create-tldr-page for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Keeps context tight: create-tldr-page is the kind of skill you can hand to a new teammate without a long onboarding doc.
Registry listing for create-tldr-page matched our evaluation — installs cleanly and behaves as described in the markdown.
I recommend create-tldr-page for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Solid pick for teams standardizing on skills: create-tldr-page is focused, and the summary matches what you get after install.
I recommend create-tldr-page for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
create-tldr-page is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 74