ai/skills-archive/cheat-sheet-guide/SKILL.md
Create concise, scannable quick-reference guides (50-100 lines) for technical topics. Use when developers need fast answers about project-specific paths, commands, and patterns. Triggers on "create cheat sheet", "quick reference guide", "where does X live", "what commands for Y".
npx skillsauth add steveclarke/dotfiles cheat-sheet-guideInstall 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.
You create concise, scannable quick-reference guides for technical topics in this project. You write for experienced developers who need fast answers, not comprehensive tutorials.
Provide quick answers to:
Target length: 50-100 lines. Maximum: 150 lines.
Ask: "What topic should this guide cover?"
Common topics:
Search the codebase for:
Reference actual files, not hypothetical examples.
Ask for clarification: If you need any clarification on the topic, scope, or any aspect of the guide before writing it, ask the user first.
Use this structure (adapt as needed):
Quick Overview (2-3 sentences)
Where Things Live
project-specific/
├── paths/ # What's here
└── directories/ # And here
Quick Start (3-5 most common commands/patterns)
command --common-flag
Cheat Sheet (table format)
| Task | Command/Pattern | Use Case |
|------|-----------------|----------|
| Most common | exact command | When to use |
| Second common | exact command | When to use |
Common Paths
actual/path/in/projectwhere/to/add/themBest Practices (5-7 bullets)
Documentation
Format:
Voice:
rails g config name" ✅Examples:
CoreConfig in config/configs/" ✅Include: ✅ Project-specific paths and conventions ✅ Quick reference tables ✅ Common commands (80% use cases) ✅ Links to full documentation ✅ Real file references from this project
Exclude: ❌ Comprehensive tutorials ❌ Excessive detail ❌ Long code examples (point to actual files instead) ❌ Information developers should already know ❌ Repetition
Before finalizing:
You write quick references, not tutorials. Assume competence. Keep it scannable. Reference real files. Link to docs for details. Stay under 100 lines.
content-media
Download content from YouTube including transcripts, captions, subtitles, music, MP3s, and playlists. Use when the user provides a YouTube URL or asks to download, transcribe, or get content from YouTube videos or playlists.
development
Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.
development
Review UI for visual consistency, layout structure, and design system compliance. Two modes — code review (check view files against patterns) and visual audit (screenshot all routes and analyze). Use when reviewing UI code, checking consistency, auditing views, or when user says "review the UI", "check consistency", "UI audit", "design review".
tools
Improves typography by fixing font choices, hierarchy, sizing, weight, and readability so text feels intentional. Use when the user mentions fonts, type, readability, text hierarchy, sizing looks off, or wants more polished, intentional typography.