Marketplace for Claude skills enabling productive Notion workflows. Includes knowledge capture, meeting intelligence, research documentation, and specification-to-implementation planning.
npx claudepluginhub tommy-ca/notion-skillsComprehensive collection of Claude skills for Notion integration: capture knowledge from conversations, prepare for meetings, conduct research, and convert specifications into implementation plans
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.
Notion Skills provides four specialized, autonomous Claude skills that integrate seamlessly with Notion:
These skills automatically activate when relevant to your task, enhancing productivity without requiring explicit invocation.
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
# 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
notion-skills directory into ~/.claude/plugins/For each database you want the skills to access:
export NOTION_API_TOKEN=your_token_here
Or configure in Claude Code settings for persistent storage.
Transform conversations into structured documentation.
Activates when you:
Example:
"Document this discussion in Notion with decisions and action items"
→ Knowledge Capture activates
→ Creates meeting summary with clear structure
Outputs:
More Info: See plugins/notion-skills/skills/knowledge-capture/
Prepare for productive meetings with comprehensive context.
Activates when you:
Example:
"Help me prepare for my 2pm meeting with the product team"
→ Meeting Intelligence activates
→ Gathers relevant context, creates agenda
Outputs:
More Info: See plugins/notion-skills/skills/meeting-intelligence/
Document research findings with proper sourcing.
Activates when you:
Example:
"Research React vs Vue frameworks and document findings in Notion"
→ Research Documentation activates
→ Conducts research, creates sourced summary
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.