makenotion
- 22 skills
- 0 followers
- 15 hours ago last updated
- ▌ Sync · makenotionScaffold a new sync capability with guided setup — asks about data source, mode, pagination, and cursor design, then generates working code
- ▌ Workflow · makenotionScaffold a Notion Worker Workflow with typed triggers and replay-safe durable steps.
- ▌ Auth Guide · makenotionGuide to setting up third-party authentication for a Notion Worker. Covers brokered credentials for external-service API keys / personal access tokens, OAuth, and plaintext environment secrets only when worker code needs the value. Use when the worker needs credentials for a non-Notion API, not for Notion API tokens or `ntn login`.
- ▌ Sync Debug · makenotionDiagnose a failing or misbehaving sync — fetch run logs, identify errors, cross-reference with code, and suggest fixes
- ▌ Sync Guide · makenotion bundleComprehensive 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.
- ▌ Custom Blocks · makenotionComprehensive guide to building Notion worker custom blocks - use when the user wants to build interactive UI connected to Notion data.
- ▌ Sync Validate · makenotionReview a sync capability for common bugs — cursor advancement, pagination termination, state persistence, bi-modal correctness, consistency buffers, and deletion handling
- ▌ Workflow Guide · makenotionReference for typed triggers, durable steps, replay-safe data flow, and idempotent Workflow effects.
- ▌
- ▌ Calendar · makenotion bundleUse when building an Apps workflow that reads calendars, finds meeting times or rooms, manages events, or creates and manages scheduling links through a calendar connection.
- ▌ Research Documentation · makenotionSearch across your Notion workspace, synthesize findings from multiple pages, and create comprehensive research documentation with proper citations and actionable insights.
- ▌ Spec To Implementation · makenotionTurn product or tech specs into concrete Notion tasks. Breaks down spec pages into detailed implementation plans with clear tasks, acceptance criteria, and progress tracking.
- ▌ Tasks Setup · makenotionSet up a Notion task board for tracking tasks. Guides users through using a template or connecting an existing board.
- ▌ Database Query · makenotionQuery a Notion database by name or ID and return structured, readable results with optional filters and sorting.
- ▌ Knowledge Capture · makenotionTransform conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context with proper organization and linking.
- ▌ Tasks Explain Diff · makenotionGenerate a rich Notion document explaining code changes. Creates comprehensive documentation with background, intuition, code walkthrough, and verification steps.
- ▌ Meeting Intelligence · makenotionPrepare meeting materials by gathering context from Notion, enriching with research, and creating both an internal pre-read and external agenda saved to Notion.
- ▌ Tasks Plan · makenotionCreate an implementation plan from a Notion task or specification. Breaks down requirements into actionable steps with estimates and dependencies.
- ▌ Create Page · makenotionCreate a new Notion page, optionally under a specific parent. Automatically structures content based on page type (meeting notes, project pages, etc.).
- ▌ Create Task · makenotionCreate a new task in the user's Notion tasks database with sensible defaults for due date, status, owner, and project.
- ▌ Tasks Build · makenotionBuild a task from a Notion page URL. Fetches task details, marks it in progress, implements the work, and updates status in Notion.
- ▌ Search · makenotionSearch the user's Notion workspace using the Notion MCP server. Use for finding pages, databases, and content by keywords or natural-language queries.