🎯

knowledge-capture

🎯Skill

from tommy-ca/notion-skills

VibeIndex|
What it does

Transforms conversations and discussions into structured, organized Notion documentation, automatically capturing key insights and details.

knowledge-capture

Installation

Install skill:
npx skills add https://github.com/tommy-ca/notion-skills --skill knowledge-capture
14
AddedJan 27, 2026

Skill Details

SKILL.md

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

  1. Copy the notion-skills directory into ~/.claude/plugins/
  2. Restart Claude Code
  3. Configure Notion API token (see Configuration section)

Configuration

1. Get Notion API Token

  1. Visit [Notion Developer Portal](https://www.notion.so/my-integrations)
  2. Click "Create new integration"
  3. Fill in integration details
  4. Copy your API token

2. Share Notion Databases

For each database you want the skills to access:

  1. Open the database in Notion
  2. Click "Share" button
  3. Select your integration
  4. 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