Working memory for thinking out loud.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill scratchpad-simhacker-moollm --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Scratchpad Simhacker Moollm?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-scratchpad-simhacker-moollm)More formats (shields.io, HTML) on the badges page.
---
name: scratchpad
description: "Working memory for thinking out loud."
license: MIT
tier: 1
allowed-tools:
- read_file
- write_file
related: [play-learn-lift, research-notebook, planning, debugging, session-log, plain-text]
tags: [moollm, working-memory, notes, thinking, drafts]
---
# Scratchpad
> *Working memory for thinking out loud.*
The simplest skill. Just a place to write.
> [!TIP]
> **The PLAY surface.** Not everything needs structure. Sometimes just write.
---
## What This Is
A file where you can:
- Think through problems
- Draft before committing
- Store intermediate results
- Keep notes that don't belong elsewhere
No structure required. Just write.
---
## When to Use
- Exploring an idea before formalizing
- Working through a multi-step calculation
- Drafting text before placing it
- Temporary storage during complex tasks
---
## Structure
```
scratchpad/
├── SCRATCHPAD.md # Main scratch area
└── archive/ # Old scratches (optional)
```
That's it. Minimal by design.
---
## Philosophy
> **"The simplest tool is often the most useful."**
Not everything needs structure. Sometimes you just need a place to write freely.
---
## Contents
| File | Purpose |
|------|---------|
| [SKILL.md](./SKILL.md) | Protocol documentation |
| [scratch.md.tmpl](./scratch.md.tmpl) | Scratchpad template |
---
## The Intertwingularity
Scratchpad is the PLAY stage — think freely before structuring.
```mermaid
graph LR
SP[📝 scratchpad] -->|PLAY stage| PLL[🎮📚🚀 play-learn-lift]
SP -->|structures into| PL[🗂️ planning]
SP -->|structures into| RN[📓 research-notebook]
PLL -->|freeform in| SP
```
---
## Dovetails With
### Sister Skills
| Skill | Relationship |
|-------|--------------|
| [play-learn-lift/](../play-learn-lift/) | Scratchpad IS the PLAY surface |
| [planning/](../planning/) | When you need structure |
| [research-notebook/](../research-notebook/) | For organized investigation |
| [session-log/](../session-log/) | Scratchpad is NOT logged (ephemeral) |
### Protocol Symbols
| Symbol | Link |
|--------|------|
| `PLAY-LEARN-LIFT` | [PROTOCOLS.yml](../../PROTOCOLS.yml#PLAY-LEARN-LIFT) |
| `IMPROVISE` | [PROTOCOLS.yml](../../PROTOCOLS.yml#IMPROVISE) — Write before structuring |
### Navigation
| Direction | Destination |
|-----------|-------------|
| ⬆️ Up | [skills/](../) |
| ⬆️⬆️ Root | [Project Root](../../) |
| 🗂️ Sister | [planning/](../planning/) |
| 📓 Sister | [research-notebook/](../research-notebook/) |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!