meeting-intelligence
π―Skillfrom tommy-ca/notion-skills
Prepares comprehensive meeting contexts by gathering relevant background materials, generating structured agendas, and synthesizing key information to help participants be fully prepared before mee...
Installation
npx skills add https://github.com/tommy-ca/notion-skills --skill meeting-intelligenceSkill Details
Overview
# 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
```bash
# 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-skillsdirectory into~/.claude/plugins/ - Restart Claude Code
- Configure Notion API token (see Configuration section)
Configuration
1. Get Notion API Token
- Visit [Notion Developer Portal](https://www.notion.so/my-integrations)
- 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
```bash
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 prepa