scratchpad
10
总安装量
2
周安装量
#29878
全站排名
安装命令
npx skills add https://github.com/simhacker/moollm --skill scratchpad
Agent 安装分布
opencode
2
command-code
2
claude-code
2
github-copilot
2
codex
2
gemini-cli
2
Skill 文档
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 | Protocol documentation |
| scratch.md.tmpl | Scratchpad template |
The Intertwingularity
Scratchpad is the PLAY stage â think freely before structuring.
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/ | Scratchpad IS the PLAY surface |
| planning/ | When you need structure |
| research-notebook/ | For organized investigation |
| session-log/ | Scratchpad is NOT logged (ephemeral) |
Protocol Symbols
| Symbol | Link |
|---|---|
PLAY-LEARN-LIFT |
PROTOCOLS.yml |
IMPROVISE |
PROTOCOLS.yml â Write before structuring |
Navigation
| Direction | Destination |
|---|---|
| â¬ï¸ Up | skills/ |
| â¬ï¸â¬ï¸ Root | Project Root |
| ðï¸ Sister | planning/ |
| ð Sister | research-notebook/ |