Skip to main content

tools-visual-cheatsheets

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

跳到安装

来源信息

仓库
tjboudreaux/cc-visualization-skills
最近来源活动
2026年2月17日 00:27
检测到的 SKILL.md 语言
英语
星标
5
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
tools-visual-cheatsheets
description
Build portable ASCII command panels summarizing CLI workflows (e.g., GitHub CLI, deployment scripts) for quick reference.
# 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.
在 GitHub 查看