tools-visual-cheatsheets

tools-visual-cheatsheets is a skill for Claude Code from tjboudreaux/cc-plugin-text-visualizations. It costs 31 tokens per session (328 once invoked), scanned A, original, MIT.

A skill for making compact, text-only command reference panels for command-line workflows.

In plain words
What is it for?
Use it to add command guides to skills, pull requests, and README files, including notes about flags, prerequisites, and environment variables.
Why use it?
It makes setup, syncing, reviewing, and deployment commands easier to scan, while showing macOS/Linux and Windows versions together.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the text-visualizations plugin — 5 skills, 3 commands shipped together

Good fit Use it to add command guides to skills, pull requests, and README files, including notes about flags, prerequisites, and environment variables.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tjboudreaux/cc-plugin-text-visualizations/tools-visual-cheatsheets
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 tjboudreaux/cc-plugin-text-visualizations --skill tools-visual-cheatsheets
Clone the repo
git clone --depth 1 https://github.com/tjboudreaux/cc-plugin-text-visualizations

Made for: Claude Code.

Or install text-visualizations, the plugin that ships this one along with the rest of its 5 skills, 3 commands.

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 tools-visual-cheatsheets

README.md
[![agentmods](https://agentmods.dev/badge/skills/tjboudreaux/cc-plugin-text-visualizations/tools-visual-cheatsheets/github.svg)](https://agentmods.dev/skills/tjboudreaux/cc-plugin-text-visualizations/tools-visual-cheatsheets)
Your own site
<a href="https://agentmods.dev/skills/tjboudreaux/cc-plugin-text-visualizations/tools-visual-cheatsheets"><img src="https://agentmods.dev/badge/skills/tjboudreaux/cc-plugin-text-visualizations/tools-visual-cheatsheets/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 tools-visual-cheatsheets

Your own site · 80×15
<a href="https://agentmods.dev/skills/tjboudreaux/cc-plugin-text-visualizations/tools-visual-cheatsheets"><img src="https://agentmods.dev/badge/skills/tjboudreaux/cc-plugin-text-visualizations/tools-visual-cheatsheets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 328 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 original No closer match found 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.00031 $0.00328
Opus 5 $0.00015 $0.00164
Sonnet 5 $0.00006 $0.00066
Haiku 4.5 $0.00003 $0.00033

Measured 8d ago against content hash 97cb2890907b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

tools-visual-cheatsheets 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 8d 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.

skills/tools-visual-cheatsheets/SKILL.md · 42 lines

What it actually says

CLI Cheat Sheet ASCII Panels

Intent

  • Provide glanceable command guides embedded in skills, PRs, or READMEs.
  • Keep macOS/Linux and Windows variants side by side for parity.

Inputs

  1. Task categories (setup, sync, review, deploy).
  2. Command variants (bash/zsh vs PowerShell/CMD).
  3. Notes on flags, prerequisites, environment vars.

Workflow

  1. Select layout
    • Use table-like boxes:
      +------------------------+
      | Action | macOS | Win  |
      +------------------------+
      
  2. Populate commands
    • Keep lines ≤ 70 chars; escape PowerShell variables properly.
    • Example row:
      | Clone | gh repo clone org/repo ~/code | gh repo clone org/repo $env:USERPROFILE\code |
      
  3. Highlight critical flags
    • Use * or uppercase label; footnotes for risky commands.
  4. Add legend + context
    • Explain placeholders (<branch>), environment setups.
  5. Reuse
    • Store panels in .factory/cheatsheets/<topic>.txt and link from relevant skills.

Verification

  • Panels align properly in fixed-width fonts (test in GH preview).
  • Include both macOS/Linux and Windows commands where relevant.
  • Commands tested recently; update date noted in panel footer.
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. 8d ago First seen · 42 lines · 31 tokens per session scan A 97cb2890907b

Subscribe to this mod's changes

tools-visual-cheatsheets is a skill published in the GitHub repository tjboudreaux/cc-plugin-text-visualizations (2 stars, last pushed 7mo ago), licensed MIT. It adds 31 tokens to every session and 328 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.