用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SimHacker/moollm --skill scratchpad命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| 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"] |
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.
A file where you can:
No structure required. Just write.
scratchpad/
├── SCRATCHPAD.md # Main scratch area
└── archive/ # Old scratches (optional)
That's it. Minimal by design.
"The simplest tool is often the most useful."
Not everything needs structure. Sometimes you just need a place to write freely.
| File | Purpose |
|---|---|
| SKILL.md | Protocol documentation |
| scratch.md.tmpl | Scratchpad template |
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
| 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) |
| Symbol | Link |
|---|---|
PLAY-LEARN-LIFT | PROTOCOLS.yml |
IMPROVISE | PROTOCOLS.yml — Write before structuring |
| Direction | Destination |
|---|---|
| ⬆️ Up | skills/ |
| ⬆️⬆️ Root | Project Root |
| 🗂️ Sister | planning/ |
| 📓 Sister | research-notebook/ |