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.
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.
> /plugin marketplace add tommy-ca/notion-skills> /plugin install notion-skills@notion-skills-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.
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.
.claude-plugin/
marketplace.json
plugin.json
.gitignore
CLAUDE.md
LICENSE
plugins/
notion-skills/
.claude-plugin/
plugin.json
skills/
knowledge-capture/
evaluations/
README.md
scenario-1-meeting-notes.json
examples/
example-meeting-summary.md
reference/
best-practices.md
documentation-types.md
SKILL.md
meeting-intelligence/
evaluations/
README.md
reference/
agenda-structure-guide.md
SKILL.md
research-documentation/
evaluations/
README.md
reference/
format-guide.md
SKILL.md
spec-to-implementation/
evaluations/
README.md
reference/
task-breakdown-guide.md
SKILL.md
README.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic