cheat/cheat

cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.

Go13336 starsDeveloper Tools & CLIsGitHub
Quality: excellent 23/24
PAI: integrate 0.5

13k-star Go CLI with perfect health and near-perfect docs; only gap is no Limitations section

Overview

Verdict

Rating Summary
Quality excellent (23/24) Exceptionally healthy, well-documented Go CLI; near-perfect across all three dimensions
PAI Relevance integrate (0.50) Subprocess-callable local reference lookup fills a gap PAI's Knowledge skill doesn't cover; composite sits exactly at threshold

Composite lands at exactly 0.50 — formula verdict is INTEGRATE and stands; no override needed.

Quality Assessment

23/24 — actively-maintained / well-documented / high-discipline

Health: 8/8 (actively-maintained)

Failed:

Passed:

Documentation: 7/8 (well-documented)

Failed:

Passed:

Engineering Signals: 8/8 (high-discipline)

Failed:

Passed:

PAI Relevance

Dimension Score Assessment
Harvest Value 1 The multi-directory cheatpath architecture with per-path tags and readonly flags mirrors PAI's tiered memory layout (WORK/, LEARNING/, KNOWLEDGE/) and is worth studying as a design pattern for the Knowledge skill.
Integration Readiness 1 Go binary, not TypeScript, but produces clean text output via cheat <command> subprocess; wrappable in a PAI skill with a thin shell adapter — no framework dependency.
Overlap Risk 1 Partial overlap with PAI's Knowledge skill (persistent knowledge graph), but Knowledge targets structured graph traversal rather than fast local command-reference lookup.
Gap Fill 1 PAI has no dedicated cheatsheet or command-reference lookup capability; Research and Knowledge skills serve different retrieval patterns than instant local reference for CLI syntax.

Composite: 0.50

What Next

Landscape Position

Category: Developer Tools & CLIs

In this category: casey--just, mvanhorn--cli-printing-press, simonw--showboat, openclaw--gogcli, ohmyzsh--ohmyzsh, tirth8205--code-review-graph, tw93--Mole, gastownhall--beads, mvanhorn--printing-press-library, mattpocock--skills

Standing: Highest standalone score in the category at 23/24, edging out casey--just and mvanhorn--cli-printing-press (both 21/24); closest functional relative in the landscape is tldr-pages--tldr (Education & Reference, 18/24), which takes the community-curated read-only approach versus cheat's personal-editable, multi-path, locally searchable model.

Evidence Base

Density: 9/10 — Full README (8KB), repo metadata (stars, forks, dates, license, topics, language, release history), and CI badge all available. Dependency manifest (go.mod contents) not provided by scraper; Go source files and test suite not directly inspected.

Notes

cheat predates tldr-pages by several years and is the originator of the CLI cheatsheet category. The two tools are complementary: tldr provides crowd-sourced simplified examples; cheat provides personal, editable, locally-searchable reference sheets with YAML frontmatter, multi-path support, and regex search. A PAI skill invoking both as subprocesses would cover community quick-reference and personal annotated reference in a single interface. The .cheat directory-scoped cheatpath feature (analogous to .git) is a particularly elegant pattern for project-local context that PAI's per-project skill directories could emulate.