tldr-pages/tldr

Collaborative cheatsheets for console commands 📚.

Markdown62699 starsEducation & ReferenceGitHub
Quality: solid 18/24
PAI: integrate 0.63

Overview

Verdict

Rating Summary
Quality solid (18/24) Extremely active, well-documented reference project with exceptional adoption; license metadata ambiguity and stale release cycle are minor marks against it.
PAI Relevance integrate (0.63) The tldr CLI client is a clean subprocess target filling a gap PAI has no coverage for — quick command-syntax lookup — and the example-first page format is worth studying for PAI's Knowledge subsystem organization.

Quality Assessment

18/24 — maintained / adequately-documented / high-discipline

Health: 5/8 (maintained)

Failed:

Passed:

Documentation: 6/8 (adequately-documented)

Failed:

Passed:

Engineering Signals: 7/8 (high-discipline)

Failed:

Passed:

PAI Relevance

Dimension Score Assessment
Harvest Value 1 The tldr page format — platform-tagged, example-first, one-sentence-summary structure — is an interesting knowledge-organization pattern worth studying for PAI's Knowledge subsystem, which currently stores free-form markdown rather than structured command schemas.
Integration Readiness 1 No TypeScript client exists; the Python (tldr) and Rust (tlrc) CLI clients are both installable and produce stdout text suitable for subprocess wrapping in a PAI skill, but adapter code is required.
Overlap Risk 0 PAI has Research, Knowledge, and ContextSearch skills but none perform quick CLI command-syntax lookup; this fills a distinct gap not covered by any existing capability.
Gap Fill 1 PAI agents frequently construct shell commands and could benefit from a fast, offline-capable reference tool; no existing skill or tool in the manifest addresses command-syntax lookup specifically.

Composite: 0.63

What Next

Landscape Position

Category: Education & Reference

In this category: codecrafters-io--build-your-own-x, practical-tutorials--project-based-learning, public-apis--public-apis, Shubhamsaboo--awesome-llm-apps, HenryNdubuaku--maths-cs-ai-compendium (from landscape context; none have prior formal appraisals, so crowding_index is 0)

Standing: By star count (62K+) and activity (daily commits, 12+ year history), tldr-pages is unambiguously the dominant reference resource in this category — larger and more active than any other repo currently tracked here.

Evidence Base

Density: 9/10 — Available: repository metadata (stars, forks, dates, language, license), full README (8KB), dependency manifest (package.json), topics list, release data. Missing: actual page content samples beyond README illustrations, CONTRIBUTING.md detail, CI workflow file, full open issues breakdown.

Notes

The license field NOASSERTION is a GitHub detection artifact — the project is explicitly licensed CC BY 4.0 as shown in the README badge and LICENSE.md reference. Health probe H7 fails on the raw metadata but the repo is not actually unlicensed. The 228 open issues for a repo this large likely reflects a healthy PR/contribution queue rather than neglect — the project merged thousands of PRs and commits daily. Integration in PAI context means installing tlrc or tldr as a subprocess tool, not importing the markdown corpus directly.