create-tldr-page

create-tldr-page is a skill for Claude Code, Codex from OKHP3/skillz. It costs 24 tokens per session (1,568 once invoked), scanned A, a copy of create-tldr-page, MIT.

A guide for creating concise tldr pages, which are short command references built from official documentation and practical examples.

In plain words
What is it for?
Use it to create or validate a tldr page when you have an authoritative documentation URL and a command name.
Why use it?
It turns lengthy command documentation into quick examples that are easier to consult while working in a terminal.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create or validate a tldr page when you have an authoritative documentation URL and a command name.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/okhp3/skillz/create-tldr-page
View source ↗ OKHP3/skillz
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OKHP3/skillz --skill create-tldr-page
Clone the repo
git clone --depth 1 https://github.com/OKHP3/skillz

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for create-tldr-page

README.md
[![agentmods](https://agentmods.dev/badge/skills/okhp3/skillz/create-tldr-page/github.svg)](https://agentmods.dev/skills/okhp3/skillz/create-tldr-page)
Your own site
<a href="https://agentmods.dev/skills/okhp3/skillz/create-tldr-page"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/create-tldr-page/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for create-tldr-page

Your own site · 80×15
<a href="https://agentmods.dev/skills/okhp3/skillz/create-tldr-page"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/create-tldr-page.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,568 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.01568
Opus 5 $0.00012 $0.00784
Sonnet 5 $0.00005 $0.00314
Haiku 4.5 $0.00002 $0.00157

Measured 6d ago against content hash 84f5de304262, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

create-tldr-page scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to create-tldr-page — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

community/create-tldr-page/SKILL.md · 211 lines

How it starts

The opening of the file, as written. The whole thing — 211 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

Read the full file on GitHub · 211 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 211 lines · 24 tokens per session scan A 84f5de304262

Subscribe to this mod's changes

create-tldr-page is a skill published in the GitHub repository OKHP3/skillz (3 stars, last pushed yesterday), licensed MIT. It adds 24 tokens to every session and 1,568 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to create-tldr-page, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

baoyu-comic

A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.

JimLiu/baoyu-skills · 61 tokens

pm-career-coach

PM Career Coach — guides product managers through career transitions, skill development, and growth planning Use when: Planning your PM career path, preparing for promotion, navigating role transitions, or seeking career advice.

konglong87/superPM · 46 tokens

pm-interview-prep

PM Interview Preparation — practice product sense, execution, behavioral, and strategy questions Use when: Preparing for PM job interviews, practicing case studies, or refining interview responses.

konglong87/superPM · 40 tokens

kelly-homework-coach

A child-friendly homework coaching desk for elementary students. It explains photographed or pasted questions, studies wrong answers, keeps a mistake notebook, and prepares practice papers for review.

mr-kelly/skills · 110 tokens

kelly-lesson

A lesson-planning and compliance desk for schools or training programs. It drafts plans from curriculum materials and a required template, checks them against set standards, and routes them for review.

mr-kelly/skills · 110 tokens

kelly-education-intel

A daily research workspace for the education industry, including training centres, tutoring, exams, study abroad, visas, and admissions. It collects source-backed signals, explains their relevance, and prepares possible actions and draft messages for review.

mr-kelly/skills · 98 tokens