# Save Favorite Prompts Cheat Sheet

> How to organize and maintain a 1-page high-leverage prompt cheat sheet for instant copy-pasting across daily work tasks.

- Skill: `alivirgo/save-favorite-prompts-cheat-sheet` (Agent Skill)
- Install (CLI): `npx skillmds@latest add alivirgo/save-favorite-prompts-cheat-sheet`
- Raw SKILL.md: https://api.skillmd.com/api/skills/alivirgo/save-favorite-prompts-cheat-sheet/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: alivirgo (https://skillmd.com/u/alivirgo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/alivirgo/save-favorite-prompts-cheat-sheet

---


# Save Favorite Prompts in a Cheat Sheet (The 1-Page Desk Reference) (AI Skill)

## Overview
Searching through dozens of past chat threads to find *"that one prompt that generated the perfect table last month"* wastes cognitive energy.

The **1-Page Prompt Cheat Sheet Protocol** consolidates your top 8 most versatile, battle-tested prompt modifiers into a clean, printable or pin-able Markdown document for instant reference at your desk.

---

## The 4-Category Cheat Sheet Architecture

```
┌─────────────────────────────────────────────────────────────┐
│                 1-Page Master Cheat Sheet                   │
│                                                             │
│  [ 1. CODING & DEBUGGING ]    ──► Strict types, null-checks │
│  [ 2. EDITING & POLISH ]      ──► Human voice, no buzzwords │
│  [ 3. DATA & SYNTHESIS ]      ──► TSV tables, BLUF digests  │
│  [ 4. DECISION & STRATEGY ]   ──► Pre-mortem, 3 options     │
└─────────────────────────────────────────────────────────────┘
```

---

## The Master 1-Page Prompt Cheat Sheet

Copy and pin this block into a pinned note in Notion, Apple Notes, or Obsidian:

### 🛠️ 1. Coding & Engineering
```markdown
# Strict Bug Fixer
"Audit this code for thread-safety, memory leaks, and unhandled nulls. 
Provide ONLY the corrected, production-ready code with type hints."

# Unit Test Generator
"Write pytest/vitest unit tests for this function covering happy path, 
empty/null input, and network timeout edge cases."
```

### ✍️ 2. Writing & Communication
```markdown
# Human Voice Polish
"Refactor this draft to sound conversational, confident, and warm. 
Ban 'delve', 'tapestry', 'crucial', 'testament'. Keep under 100 words."

# Negative Preamble Suppressor
"Draft the reply. Output final text ONLY - no introductory or closing chat fluff."
```

### 📊 3. Data & Executive Synthesis
```markdown
# 1-Click Excel TSV Table
"Extract the key data above into a TSV code block with headers: 
Date (YYYY-MM-DD), Item, Category, Amount (Number). No currency symbols."

# Executive 2-Tier BLUF
"Provide: 1) A 2-sentence Executive BLUF at the top in bold, 
2) 3 supporting bullet points with specific numbers."
```

### 🎯 4. Decision & Strategy
```markdown
# 3-Option Spectrum
"Give me exactly 3 options: Option A (Quick fix/Low risk), 
Option B (Balanced best practice), Option C (Bold strategic fix)."

# Pre-Mortem Red Team
"Fast-forward 12 months: this initiative failed completely. 
List the top 3 fatal assumptions that caused the collapse."
```

---

## 3 Rules for Keeping Your Cheat Sheet Useful
1. **Cap it at 1 page**: If your cheat sheet exceeds 8-10 prompts, you will stop using it. Keep only the highest-frequency gems.
2. **Use bracketed placeholders**: Ensure every snippet has `{clipboard}` or `[INSERT_TEXT]` ready for instant pasting.
3. **Prune quarterly**: Delete prompts you haven't used in 90 days.

