| name | create-1-page-cheat-sheet |
| description | Generates a highly condensed, single-page summary of a topic using bullet points, diagrams, and quick examples. |
Create 1-Page Cheat Sheet
When asked to create a cheat sheet or summarize a topic rapidly, produce a highly scannable, dense markdown artifact that can be reviewed in under 5 minutes.
Instructions
- Identify Core Principles: Distill the topic down to its absolute core principles and most important terminology.
- Format for Scannability: Use bullet points, bold text for key terms, and short sentences. Avoid long paragraphs. Use
# and ## headings sparingly to save vertical space.
- Include Visuals (Diagrams): If applicable, include a
mermaid diagram to visualize relationships, workflows, or architectures. This aids rapid visual recall.
- Provide Quick Examples: Include 2-3 practical, brief examples or code snippets demonstrating the concept in action.
- Artifact Output: Output the result as a markdown artifact named
[topic]_cheatsheet.md.
Guidelines
- Cut out all fluff. The goal is information density.
- Organize logically (e.g., Basics -> Syntax/Rules -> Advanced Patterns -> Common Pitfalls).
- Ensure the artifact is self-contained and accurate.