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.
> /plugin marketplace add tommy-ca/notion-skills> /plugin install notion-skills@notion-skills-marketplace
What's inside
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
Outputs:
More Info: See plugins/notion-skills/skills/research-documentation/
Convert specifications into detailed implementation plans.
Activates when you:
Example:
"Create an implementation plan for this API specification"
→ Spec-to-Implementation activates
→ Generates detailed task breakdown with timeline
Outputs:
More Info: See plugins/notion-skills/skills/spec-to-implementation/
Claude skills are model-invoked, meaning Claude automatically decides when to activate a skill based on:
You don't need to explicitly call skills - they activate automatically when appropriate.
Skills are designed to be token-efficient:
plugins/notion-skills/skills/SKILL.md) are under 500 linesreference/ subdirectoriesevaluations/ subdirectoriesexamples/ subdirectoriesplugins/notion-skills/skills/your-skill-name/SKILL.md with YAML frontmatter:
---
name: your-skill-name
description: Brief description of the skill
---
reference/ - Documentation and templatesevaluations/ - Test scenariosexamples/ - Usage examplesyour-skill-name/
├── SKILL.md # Main skill definition
├── reference/
│ ├── guide-1.md
│ └── guide-2.md
├── evaluations/
│ ├── README.md
│ └── scenario-1.json
└── examples/
└── example-1.md
Each skill includes evaluation scenarios in the evaluations/ directory. To test a skill:
We follow the Every Marketplace pattern:
marketplace.json) for plugin discoveryplugins/notion-skills/We follow the Notion Cookbook pattern:
Check:
Solution:
Check:
Debug:
curl -H "Authorization: Bearer $TOKEN" https://api.notion.com/v1/users/meOptimize:
For issues, questions, or feedback:
MIT License - See LICENSE file for details
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
Ready to enhance your Notion workflows? Install Notion Skills and let Claude help you capture knowledge, prepare for meetings, conduct research, and implement specifications more effectively.
For detailed integration instructions, see CLAUDE.md.
FAQ
notion-skills is a Claude Code plugin with 4 hand-picked skills for productivity work, indexed on Flowy. Install it with the command on its page. It includes knowledge-capture, meeting-intelligence, research-documentation. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it