用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SimHacker/moollm --skill research-notebook命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | research-notebook |
| description | Structured research with sources, findings, and decisions. |
| license | MIT |
| tier | 1 |
| allowed-tools | ["read_file","write_file"] |
| related | ["play-learn-lift","summarize","memory-palace","debugging","scratchpad","session-log","sister-script"] |
| tags | ["moollm","research","investigation","sources","findings"] |
Structured research with sources, findings, and decisions.
Track investigations and capture knowledge.
[!TIP] LEARN stage of play-learn-lift. Where patterns emerge from exploration.
| Section | Purpose |
|---|---|
| Questions | What you're trying to learn |
| Sources | Where you looked |
| Findings | What you discovered |
| Decisions | What you concluded |
| File | Purpose |
|---|---|
| SKILL.md | Full protocol documentation |
| NOTEBOOK.yml.tmpl | Notebook template |
| SOURCES.yml.tmpl | Sources template |
research:
topic: "LLM context management strategies"
questions:
- "How do other systems handle token budgets?"
- "What summarization approaches exist?"
sources:
- url: "paper-on-context.pdf"
relevance: "Direct answer to Q1"
findings:
- "Sliding window is most common"
- "Hierarchical summaries preserve more"
decisions:
- "Use tiered hot/cold approach"
Research-notebook is the LEARN stage of play-learn-lift — find patterns.
graph LR
RN[📓 research-notebook] -->|LEARN stage of| PLL[🎮📚🚀 play-learn-lift]
RN -->|distills to| SUM[📝 summarize]
RN -->|sources from| SL[📜 session-log]
RN -->|informs| SS[👯 sister-script]
DB[🔧 debugging] -->|uses| RN
AP[⚔️ adventure] -->|evidence in| RN
| Skill | Relationship |
|---|---|
| play-learn-lift/ | Research IS the LEARN stage |
| session-log/ | Source material from PLAY |
| summarize/ | Compress findings |
| sister-script/ | Research feeds automation |
| debugging/ | Research supports hypothesis tracking |
| adventure/ | Evidence collection |
| adversarial-committee/ | Multiple perspectives on research questions |
| rubric/ | Criteria for evaluating sources and findings |
| Symbol | Link |
|---|---|
PLAY-LEARN-LIFT | PROTOCOLS.yml |
PRESERVE-JOURNEY | PROTOCOLS.yml |
| Direction | Destination |
|---|---|
| ⬆️ Up | skills/ |
| ⬆️⬆️ Root | Project Root |
| 🎮 Sister | play-learn-lift/ |
| 📝 Sister | summarize/ |