smithery.ai

research-notebook

Structured research with sources, findings, and decisions.

First seen Apr 1, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseMIT
Allowed toolsread_file, write_file

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,049 B
  • docs SUMMARY.md 83 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Research Notebook

Structured research with sources, findings, and decisions.

Track investigations and capture knowledge.

[!TIP]
LEARN stage of [play-learn-lift](../play-learn-lift/). Where patterns emerge from exploration.

Structure

Section Purpose
Questions What you're trying to learn
Sources Where you looked
Findings What you discovered
Decisions What you concluded

Contents

File Purpose
[SKILL.md](./SKILL.md) Full protocol documentation
[NOTEBOOK.yml.tmpl](./NOTEBOOK.yml.tmpl) Notebook template
[SOURCES.yml.tmpl](./SOURCES.yml.tmpl) Sources template

Example

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"

The Intertwingularity

Research-notebook is the LEARN stage of [play-learn-lift](../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

Dovetails With

Sister Skills

Skill Relationship
[play-learn-lift/](../play-learn-lift/) Research IS the LEARN stage
[session-log/](../session-log/) Source material from PLAY
[summarize/](../summarize/) Compress findings
[sister-script/](../sister-script/) Research feeds automation
[debugging/](../debugging/) Research supports hypothesis tracking
[adventure/](../adventure/) Evidence collection
[adversarial-committee/](../adversarial-committee/) Multiple perspectives on research questions
[rubric/](../rubric/) Criteria for evaluating sources and findings

Protocol Symbols

Symbol Link
PLAY-LEARN-LIFT [PROTOCOLS.yml](../../PROTOCOLS.yml#PLAY-LEARN-LIFT)
PRESERVE-JOURNEY [PROTOCOLS.yml](../../PROTOCOLS.yml#PRESERVE-JOURNEY)

Navigation

Direction Destination
⬆️ Up [skills/](../)
⬆️⬆️ Root [Project Root](../../)
🎮 Sister [play-learn-lift/](../play-learn-lift/)
📝 Sister [summarize/](../summarize/)