claude/ai-resources-plugin/skills/cheat-sheet/SKILL.md
Create a 1-2 page cheat sheet / quick reference for a tool, language, or framework.
npx skillsauth add amhuppert/my-ai-resources cheat-sheetInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create concise, high-quality cheat sheets for any tool, technology, language, framework, or concept. Output a practical 1-2 page reference document focusing on the most commonly used commands, features, and key information users look up repeatedly.
<topic> Use the topic and output preferences supplied in the user's invocation. </topic>Extract from the arguments:
--pdf flag or user requests PDF)--output specified), otherwise save to the current working directoryIf the topic is ambiguous or too broad, ask the user to clarify scope. For example, "Git" could mean basic commands, advanced workflows, or configuration — ask which aspect to focus on.
Conduct focused research to identify the most practical, commonly-referenced information.
Prioritize sources that reveal the most commonly used features, typical workflows, and critical gotchas.
Before writing, distill the research into a concrete plan:
Follow the formatting guidelines in references/formatting-guide.md for structure templates, entry formatting rules, length targets, content priorities, and exclusion rules.
Key principles:
Save the cheat sheet as a markdown file:
<topic>-cheat-sheet.md (kebab-case)--output specifiedWhen the user requests PDF output (via --pdf flag or explicit request):
latex skill to create the cheat sheet as a .tex filereferences/formatting-guide.md (compact margins, small font, two-column layout, reduced spacing)references/formatting-guide.md — Detailed formatting rules, section templates, and examples of well-structured cheat sheet entriesdevelopment
Debug a running web app via the web-debugger SDK: app logs, application state, runtime snapshots, React state, query cache.
development
Thoroughly understand a software development objective before implementation: research, identify ambiguities, ask clarifying questions. Use before starting implementation of a non-trivial or ambiguously specified feature, or when requirements leave open design decisions.
development
Locate the on-disk Claude Code transcript file (.jsonl under ~/.claude/projects/) for the current or a specified conversation.
development
Reflect on codebase navigation effectiveness at end of conversation. Surfaces dead ends, inefficiencies, missing context. Does not write files — pair with /kiro:steering-custom to persist.