- Auth GuideGuide to setting up third-party authentication for a Notion Worker. Covers external-service API keys / personal access tokens and OAuth. Use when the worker needs credentials for a non-Notion API, not for Notion API tokens or `ntn login`.makenotion/workers-template434
- SyncScaffold a new sync capability with guided setup — asks about data source, mode, pagination, and cursor design, then generates working codemakenotion/workers-template434
- Sync DebugDiagnose a failing or misbehaving sync — fetch run logs, identify errors, cross-reference with code, and suggest fixesmakenotion/workers-template434
- Sync GuideComprehensive guide to building Notion Workers syncs — covers the two-sync architecture (backfill+delta), replace mode, pagination, consistency buffers, pacers, deletion strategies, and common pitfalls. Auto-loads when sync-related work is detected.makenotion/workers-template434
- Sync ValidateReview a sync capability for common bugs — cursor advancement, pagination termination, state persistence, bi-modal correctness, consistency buffers, and deletion handlingmakenotion/workers-template434
- Notion Knowledge CaptureTransforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context, formats appropriately, and saves to wikis or databases with proper organization and linking for easy discovery.makenotion/claude-code-notion-plugin432
- Notion Meeting IntelligencePrepares meeting materials by gathering context from Notion, enriching with Claude research, and creating both an internal pre-read and external agenda saved to Notion. Helps you arrive prepared with comprehensive background and structured meeting docs.makenotion/claude-code-notion-plugin432
- Notion Research DocumentationSearches across your Notion workspace, synthesizes findings from multiple pages, and creates comprehensive research documentation saved as new Notion pages. Turns scattered information into structured reports with proper citations and actionable insights.makenotion/claude-code-notion-plugin432
- Notion Spec To ImplementationTurns product or tech specs into concrete Notion tasks that Claude code can implement. Breaks down spec pages into detailed implementation plans with clear tasks, acceptance criteria, and progress tracking to guide development from requirements to completion.makenotion/claude-code-notion-plugin432
- Notion Knowledge CaptureTransforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context, formats appropriately, and saves to wikis or databases with proper organization and linking for easy discovery.makenotion/notion-cookbook162
- Notion Meeting IntelligencePrepares meeting materials by gathering context from Notion, enriching with Claude research, and creating both an internal pre-read and external agenda saved to Notion. Helps you arrive prepared with comprehensive background and structured meeting docs.makenotion/notion-cookbook162
- Notion Research DocumentationSearches across your Notion workspace, synthesizes findings from multiple pages, and creates comprehensive research documentation saved as new Notion pages. Turns scattered information into structured reports with proper citations and actionable insights.makenotion/notion-cookbook162
- Notion Spec To ImplementationTurns product or tech specs into concrete Notion tasks that Claude code can implement. Breaks down spec pages into detailed implementation plans with clear tasks, acceptance criteria, and progress tracking to guide development from requirements to completion.makenotion/notion-cookbook162
- Create Database RowInsert a new row into a specified Notion database using natural-language property values. Handles property name matching and validation.makenotion/cursor-notion-plugin17
- Create PageCreate a new Notion page, optionally under a specific parent. Automatically structures content based on page type (meeting notes, project pages, etc.).makenotion/cursor-notion-plugin17
- Create TaskCreate a new task in the user's Notion tasks database with sensible defaults for due date, status, owner, and project.makenotion/cursor-notion-plugin17
- Database QueryQuery a Notion database by name or ID and return structured, readable results with optional filters and sorting.makenotion/cursor-notion-plugin17
- FindQuickly find pages or databases in Notion by title keywords. Returns precise matches rather than comprehensive results.makenotion/cursor-notion-plugin17
- Knowledge CaptureTransform conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context with proper organization and linking.makenotion/cursor-notion-plugin17
- Meeting IntelligencePrepare meeting materials by gathering context from Notion, enriching with research, and creating both an internal pre-read and external agenda saved to Notion.makenotion/cursor-notion-plugin17
- Research DocumentationSearch across your Notion workspace, synthesize findings from multiple pages, and create comprehensive research documentation with proper citations and actionable insights.makenotion/cursor-notion-plugin17
- SearchSearch the user's Notion workspace using the Notion MCP server. Use for finding pages, databases, and content by keywords or natural-language queries.makenotion/cursor-notion-plugin17
- Spec To ImplementationTurn product or tech specs into concrete Notion tasks. Breaks down spec pages into detailed implementation plans with clear tasks, acceptance criteria, and progress tracking.makenotion/cursor-notion-plugin17
- Tasks BuildBuild a task from a Notion page URL. Fetches task details, marks it in progress, implements the work, and updates status in Notion.makenotion/cursor-notion-plugin17
- Tasks Explain DiffGenerate a rich Notion document explaining code changes. Creates comprehensive documentation with background, intuition, code walkthrough, and verification steps.makenotion/cursor-notion-plugin17
- Tasks PlanCreate an implementation plan from a Notion task or specification. Breaks down requirements into actionable steps with estimates and dependencies.makenotion/cursor-notion-plugin17
- Tasks SetupSet up a Notion task board for tracking tasks. Guides users through using a template or connecting an existing board.makenotion/cursor-notion-plugin17