# Tools Visual Cheatsheets

> Build portable ASCII command panels summarizing CLI workflows (e.g., GitHub CLI, deployment scripts) for quick reference.

- **Type:** Skill
- **Install:** `agentstack add skill-tjboudreaux-cc-visualization-skills-tools-visual-cheatsheets`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [tjboudreaux](https://agentstack.voostack.com/s/tjboudreaux)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [tjboudreaux](https://github.com/tjboudreaux)
- **Source:** https://github.com/tjboudreaux/cc-visualization-skills/tree/main/skills/tools-visual-cheatsheets

## Install

```sh
agentstack add skill-tjboudreaux-cc-visualization-skills-tools-visual-cheatsheets
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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 (``), environment setups.
5. **Reuse**
   - Store panels in `.factory/cheatsheets/.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.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [tjboudreaux](https://github.com/tjboudreaux)
- **Source:** [tjboudreaux/cc-visualization-skills](https://github.com/tjboudreaux/cc-visualization-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-tjboudreaux-cc-visualization-skills-tools-visual-cheatsheets
- Seller: https://agentstack.voostack.com/s/tjboudreaux
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
