notion-pack

v1.38.0 by Jeremy Longshore

Claude Code skill pack for Notion (30 skills)

30 Skills
MIT License

Installation

Open Claude Code and run this command:

/plugin install notion-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

> 30 production-ready skills for building Notion API integrations with @notionhq/client

Real API code. Real filter syntax. Real error handling. No placeholders.

Skills (32)

notion-advanced-troubleshooting View full skill →

Use when standard Notion troubleshooting fails or you are chasing intermittent API errors — deep debugging for response inspection, permission chain tracing, property type mismatches, pagination edge cases, and block nesting limits.

ReadGrepBash(curl:*)Bash(node:*)
notion-architecture-variants View full skill →

Use when you are choosing or scaffolding how an app talks to Notion via the API — deciding between a headless CMS (blog/content site), a task tracker (project management), a knowledge base (wiki), a form-submission handler, or a data-pipeline source, and wiring the database schema plus integration code.

ReadWriteEditBash(node:*)
notion-ci-integration View full skill →

'Integrate the Notion API into CI/CD pipelines for automated documentation.

ReadWriteEditBash(gh:*)Bash(npm:*)Bash(npx:*)Bash(python3:*)
notion-common-errors View full skill →

'Diagnose and fix Notion API errors by HTTP status code and error code.

ReadGrepBash(curl:*)
notion-content-management View full skill →

'Create, update, archive, and compose Notion pages and block content.

ReadWriteEdit
notion-core-workflow-a View full skill →

'Query, filter, and manage Notion databases and pages.

ReadWriteEditBash(npm:*)Grep
notion-core-workflow-b View full skill →

Work with Notion blocks, rich text, comments, and page content.

ReadWriteBash(npm:*)
notion-cost-tuning View full skill →

'Optimize Notion API usage to minimize rate-limit pressure, reduce engineering.

ReadWriteEditBash(npm:*)GlobGrep
notion-data-handling View full skill →

Implement data handling, PII protection, and GDPR/CCPA compliance for Notion integrations.

ReadWriteEdit
notion-debug-bundle View full skill →

'Collect Notion API diagnostic info for troubleshooting and support tickets.

ReadBash(grep:*)Bash(curl:*)Bash(tar:*)Bash(npm:*)Bash(node:*)
notion-deploy-integration View full skill →

Deploy Node.

ReadWriteEditBash(npx:*)Bash(vercel:*)Bash(railway:*)Bash(fly:*)

'Configure Notion enterprise access control with OAuth, workspace permissions,.

ReadWriteEdit
notion-hello-world View full skill →

'Create a minimal working Notion API example.

ReadWriteEdit

Execute Notion incident response procedures with triage, mitigation, and postmortem.

ReadBash(kubectl:*)Bash(curl:*)

'Install and configure the Notion API SDK with authentication.

ReadEditBash(npm:*)Bash(pip:*)