Notion Skills - Claude Plugins Marketplace
A comprehensive marketplace of Claude skills for productive Notion workflows. Transform how you work with Notion by leveraging AI-powered assistance for knowledge capture, meeting intelligence, research documentation, and specification implementation.
Overview
Notion Skills provides four specialized, autonomous Claude skills that integrate seamlessly with Notion:
- Knowledge Capture - Transform conversations and discussions into structured Notion documentation
- Meeting Intelligence - Prepare for meetings with comprehensive context, agendas, and background materials
- Research Documentation - Conduct research and document findings with proper sourcing and organization
- Spec-to-Implementation - Convert specifications into detailed implementation plans with task tracking
These skills automatically activate when relevant to your task, enhancing productivity without requiring explicit invocation.
Project Structure
notion-skills/
├── .claude-plugin/
│ ├── marketplace.json # Marketplace registry
│ └── plugin.json # Root plugin metadata (deprecated)
├── .gitignore
├── CLAUDE.md # Claude Code integration guide
├── README.md # This file
├── plugins/
│ └── notion-skills/
│ ├── .claude-plugin/
│ │ └── plugin.json # Notion Skills plugin metadata
│ ├── skills/
│ │ ├── knowledge-capture/
│ │ │ ├── SKILL.md # Skill definition
│ │ │ ├── reference/ # Templates and guides
│ │ │ ├── evaluations/ # Test scenarios
│ │ │ └── examples/ # Usage examples
│ │ ├── meeting-intelligence/
│ │ ├── research-documentation/
│ │ └── spec-to-implementation/
│ ├── agents/ # (Optional) Custom agent definitions
│ ├── commands/ # (Optional) Slash commands
│ ├── CLAUDE.md # Plugin-specific integration guide
│ └── README.md # Plugin-specific documentation
├── LICENSE
└── CONTRIBUTING.md
Installation
Via Claude Code Plugin System
# Clone the repository to your Claude plugins directory
git clone https://github.com/tommy-ca/notion-skills.git \
~/.claude/plugins/notion-skills
# Restart Claude Code
# Skills will automatically load and become available
Manual Setup
- Copy the
notion-skills directory into ~/.claude/plugins/
- Restart Claude Code
- Configure Notion API token (see Configuration section)
Configuration
1. Get Notion API Token
- Visit Notion Developer Portal
- Click "Create new integration"
- Fill in integration details
- Copy your API token
2. Share Notion Databases
For each database you want the skills to access:
- Open the database in Notion
- Click "Share" button
- Select your integration
- Grant "Edit" permissions
3. Set Environment Variable
export NOTION_API_TOKEN=your_token_here
Or configure in Claude Code settings for persistent storage.
Available Skills
1. Knowledge Capture
Transform conversations into structured documentation.
Activates when you:
- Ask to organize meeting notes
- Want to document a discussion
- Need to extract decisions and action items
- Wish to create knowledge base articles
Example:
"Document this discussion in Notion with decisions and action items"
→ Knowledge Capture activates
→ Creates meeting summary with clear structure
Outputs:
- Meeting summaries with action items
- Decision records with rationale
- FAQ documents from discussions
- Learning documents from experiences
- Process documentation
More Info: See plugins/notion-skills/skills/knowledge-capture/
2. Meeting Intelligence
Prepare for productive meetings with comprehensive context.
Activates when you:
- Ask to prepare for an upcoming meeting
- Want to gather context on a topic
- Request a comprehensive meeting agenda
- Need background materials for participants
Example:
"Help me prepare for my 2pm meeting with the product team"
→ Meeting Intelligence activates
→ Gathers relevant context, creates agenda
Outputs:
- Meeting agendas with timing
- Background context gathered from Notion
- Pre-read materials
- Discussion talking points
- Risk/blocker identification
More Info: See plugins/notion-skills/skills/meeting-intelligence/
3. Research Documentation
Document research findings with proper sourcing.
Activates when you:
- Ask to research a specific topic
- Want to document research findings
- Request competitive or market analysis
- Need to create a literature review
Example:
"Research React vs Vue frameworks and document findings in Notion"
→ Research Documentation activates
→ Conducts research, creates sourced summary