Research & Documentation
Searches across your Notion workspace, synthesizes findings from multiple pages, and creates comprehensive research documentation saved as new Notion pages. Turns scattered information into structu...
Searches across your Notion workspace, synthesizes findings from multiple pages, and creates comprehensive research documentation saved as new Notion pages. Turns scattered information into structured reports with proper citations and actionable insights.
Install
Quick install
npx skills add https://github.com/makenotion/claude-code-notion-plugin/tree/main/skills/notionnpx skills add makenotion/claude-code-notion-plugin --skill "Research & Documentation" --agent claude-codenpx skills add makenotion/claude-code-notion-plugin --skill "Research & Documentation" --agent cursornpx skills add makenotion/claude-code-notion-plugin --skill "Research & Documentation" --agent codexnpx skills add makenotion/claude-code-notion-plugin --skill "Research & Documentation" --agent opencodenpx skills add makenotion/claude-code-notion-plugin --skill "Research & Documentation" --agent github-copilotnpx skills add makenotion/claude-code-notion-plugin --skill "Research & Documentation" --agent windsurfMore install options
Shorthand — useful for multi-skill repos:
npx skills add makenotion/claude-code-notion-plugin --skill "Research & Documentation"Manual — clone the repo and drop the folder into your agent's skills directory:
git clone https://github.com/makenotion/claude-code-notion-plugin.gitcp -r claude-code-notion-plugin/skills/notion ~/.claude/skills/Research & Documentation
Searches across your Notion workspace, synthesizes findings from multiple pages, and creates comprehensive research documentation saved as new Notion pages. Turns scattered information into structured reports with proper citations and actionable insights.
Research & Documentationby Notion
Searches across your Notion workspace, synthesizes findings from multiple pages, and creates comprehensive research documentation saved as new Notion pages. Turns scattered information into structured reports with proper citations and actionable insights.npx skills add https://github.com/makenotion/claude-code-notion-plugin --skill notion-research-documentationDownload ZIPGitHub
Research & Documentation
Enables comprehensive research workflows: search for information across your Notion workspace, fetch and analyze relevant pages, synthesize findings, and create well-structured documentation.
Quick Start
When asked to research and document a topic:
- Search for relevant content: Use
Notion:notion-searchto find pages
- Fetch detailed information: Use
Notion:notion-fetchto read full page content
- Synthesize findings: Analyze and combine information from multiple sources
- Create structured output: Use
Notion:notion-create-pagesto write documentation
Research Workflow
Step 1: Search for relevant information
`Use Notion:notion-search with the research topic
Filter by teamspace if scope is known
Review search results to identify most relevant pages
`
Step 2: Fetch page content
`Use Notion:notion-fetch for each relevant page URL
Collect content from all relevant sources
Note key findings, quotes, and data points
`
Step 3: Synthesize findings
Analyze the collected information:
- Identify key themes and patterns
- Connect related concepts across sources
- Note gaps or conflicting information
- Organize findings logically
Step 4: Create structured documentation
Use the appropriate documentation template (see reference/format-selection-guide.md) to structure output:
- Clear title and executive summary
- Well-organized sections with headings
- Citations linking back to source pages
- Actionable conclusions or next steps
Output Formats
Choose the appropriate format based on request:
Research Summary: See reference/research-summary-format.md
Comprehensive Report: See reference/comprehensive-report-format.md
Quick Brief: See reference/quick-brief-format.md
Best Practices
- Cast a wide net first: Start with broad searches, then narrow down
- Cite sources: Always link back to source pages using mentions
- Verify recency: Check page last-edited dates for current information
- Cross-reference: Validate findings across multiple sources
- Structure clearly: Use headings, bullets, and formatting for readability
Page Placement
By default, create research documents as standalone pages. If the user specifies:
- A parent page → use
page_idparent
- A database → fetch the database first, then use appropriate
data_source_id
- A teamspace → create in that context
Advanced Features
Search filtering: See reference/advanced-search.md
Citation styles: See reference/citations.md
Common Issues
"No results found": Try broader search terms or different teamspaces
"Too many results": Add filters or search within specific pages
"Can't access page": User may lack permissions, ask them to verify access
Examples
See examples/ for complete workflow demonstrations:
- examples/market-research.md - Researching market trends
- examples/technical-investigation.md - Technical deep-dive
- examples/competitor-analysis.md - Multi-source synthesis
More skills from Notion
Knowledge Captureby NotionTurns discussions into durable knowledge in Notion. Captures insights and decisions from chat, formats them clearly, and files them to the right wiki or database with smart linking.Spec to Implementationby NotionTurns product or tech specs into concrete Notion tasks that Claude Code can implement. Breaks down spec pages into detailed implementation plans with clear tasks, acceptance criteria, and progress tracking to guide development from requirements to completion.Meeting Intelligenceby NotionPrepares meeting materials by gathering context from Notion, enriching with Claude research, and creating both an internal pre-read and external agenda saved to Notion. Helps you arrive prepared with a comprehensive background and structured meeting docs.---
Source: https://github.com/makenotion/claude-code-notion-plugin/tree/main/skills/notion/research-documentation
Author: Notion
Discovered via: mcpservers.org
SKILL.md source
--- name: Research & Documentation description: Searches across your Notion workspace, synthesizes findings from multiple pages, and creates comprehensive research documentation saved as new Notion pages. Turns scattered information into structu... --- # Research & Documentation Searches across your Notion workspace, synthesizes findings from multiple pages, and creates comprehensive research documentation saved as new Notion pages. Turns scattered information into structured reports with proper citations and actionable insights. # Research & Documentationby Notion Searches across your Notion workspace, synthesizes findings from multiple pages, and creates comprehensive research documentation saved as new Notion pages. Turns scattered information into structured reports with proper citations and actionable insights. `npx skills add https://github.com/makenotion/claude-code-notion-plugin --skill notion-research-documentation`Download ZIPGitHub ## Research & Documentation Enables comprehensive research workflows: search for information across your Notion workspace, fetch and analyze relevant pages, synthesize findings, and create well-structured documentation. ## Quick Start When asked to research and document a topic: * Search for relevant content: Use `Notion:notion-search` to find pages * Fetch detailed information: Use `Notion:notion-fetch` to read full page content * Synthesize findings: Analyze and combine information from multiple sources * Create structured output: Use `Notion:notion-create-pages` to write documentation ## Research Workflow ### Step 1: Search for relevant information ``` `Use Notion:notion-search with the research topic Filter by teamspace if scope is known Review search results to identify most relevant pages ` ``` ### Step 2: Fetch page content ``` `Use Notion:notion-fetch for each relevant page URL Collect content from all relevant sources Note key findings, quotes, and data points ` ``` ### Step 3: Synthesize findings Analyze the collected information: * Identify key themes and patterns * Connect related concepts across sources * Note gaps or conflicting information * Organize findings logically ### Step 4: Create structured documentation Use the appropriate documentation template (see reference/format-selection-guide.md) to structure output: * Clear title and executive summary * Well-organized sections with headings * Citations linking back to source pages * Actionable conclusions or next steps ## Output Formats Choose the appropriate format based on request: Research Summary: See reference/research-summary-format.md Comprehensive Report: See reference/comprehensive-report-format.md Quick Brief: See reference/quick-brief-format.md ## Best Practices * Cast a wide net first: Start with broad searches, then narrow down * Cite sources: Always link back to source pages using mentions * Verify recency: Check page last-edited dates for current information * Cross-reference: Validate findings across multiple sources * Structure clearly: Use headings, bullets, and formatting for readability ## Page Placement By default, create research documents as standalone pages. If the user specifies: * A parent page → use `page_id` parent * A database → fetch the database first, then use appropriate `data_source_id` * A teamspace → create in that context ## Advanced Features Search filtering: See reference/advanced-search.md Citation styles: See reference/citations.md ## Common Issues "No results found": Try broader search terms or different teamspaces "Too many results": Add filters or search within specific pages "Can't access page": User may lack permissions, ask them to verify access ## Examples See examples/ for complete workflow demonstrations: * examples/market-research.md - Researching market trends * examples/technical-investigation.md - Technical deep-dive * examples/competitor-analysis.md - Multi-source synthesis ## More skills from Notion Knowledge Captureby NotionTurns discussions into durable knowledge in Notion. Captures insights and decisions from chat, formats them clearly, and files them to the right wiki or database with smart linking.Spec to Implementationby NotionTurns product or tech specs into concrete Notion tasks that Claude Code can implement. Breaks down spec pages into detailed implementation plans with clear tasks, acceptance criteria, and progress tracking to guide development from requirements to completion.Meeting Intelligenceby NotionPrepares meeting materials by gathering context from Notion, enriching with Claude research, and creating both an internal pre-read and external agenda saved to Notion. Helps you arrive prepared with a comprehensive background and structured meeting docs. --- **Source**: https://github.com/makenotion/claude-code-notion-plugin/tree/main/skills/notion/research-documentation **Author**: Notion **Discovered via**: mcpservers.org
Related skills 6
Firecrawl / firecrawl-build-scrape
Integrate Firecrawl `/scrape` for single-page extraction from product code
Firecrawl / firecrawl-build-onboarding
Set up Firecrawl credentials and SDK in a project for the first integration
Hugging Face / hugging-face-paper-publisher
Publish papers on HF Hub with model/dataset links
Firecrawl / firecrawl-build
Integrate Firecrawl into application code for web search, scraping, extraction, and browser interaction
Firecrawl / firecrawl-build-interact
Multi-step Firecrawl browser flows: clicks, form fills, pagination, and auth-aware navigation
Firecrawl / firecrawl-build-search
Integrate Firecrawl `/search` for query-first discovery with optional content hydration