# Learning Cheatsheet

> Generate a concise, scannable reference for a topic — most common operations, syntax reference, common patterns, gotchas, and quick examples. Use when you already know a topic and want one page to jog memory and avoid re-learning.

- Skill: `hermeticormus/learning-cheatsheet` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hermeticormus/learning-cheatsheet`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hermeticormus/learning-cheatsheet/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: hermeticormus (https://skillmd.com/u/hermeticormus)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hermeticormus/learning-cheatsheet

---


# Generate a cheatsheet

Create a concise, practical cheatsheet for the specified topic.

## Cheatsheet format

### 1. Most common operations

List the 10 to 20 most frequently used commands or patterns.

### 2. Syntax reference

Quick syntax examples for key operations.

### 3. Common patterns

Typical usage patterns and idioms.

### 4. Gotchas

Common mistakes and how to avoid them.

### 5. Quick examples

Real-world examples for common tasks.

### 6. Resources

- Official documentation
- Best tutorials
- Community resources

## Requirements

- Concise: one page if possible.
- Practical: focus on what is actually used.
- Organized: clear categories.
- Examples: concrete code or commands.
- Searchable: easy to scan and find things.

Make it the kind of cheatsheet to keep open in a second tab or bookmark for quick reference.

---

Part of the [learning-skills](https://github.com/HermeticOrmus/learning-skills) bundle.

