← all publishers

makenotion

@makenotion source repo

22 published skills

  1. Sync · makenotion
    Scaffold a new sync capability with guided setup — asks about data source, mode, pagination, and cursor design, then generates working code
    0
    installs
  2. Workflow · makenotion
    Scaffold a Notion Worker Workflow with typed triggers and replay-safe durable steps.
    0
    installs
  3. Auth Guide · makenotion
    Guide 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`.
    0
    installs
  4. Sync Debug · makenotion
    Diagnose a failing or misbehaving sync — fetch run logs, identify errors, cross-reference with code, and suggest fixes
    0
    installs
  5. Sync Guide · makenotion bundle
    Comprehensive 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.
    0
    installs
  6. Custom Blocks · makenotion
    Comprehensive guide to building Notion worker custom blocks - use when the user wants to build interactive UI connected to Notion data.
    0
    installs
  7. Sync Validate · makenotion
    Review a sync capability for common bugs — cursor advancement, pagination termination, state persistence, bi-modal correctness, consistency buffers, and deletion handling
    0
    installs
  8. Workflow Guide · makenotion
    Reference for typed triggers, durable steps, replay-safe data flow, and idempotent Workflow effects.
    0
    installs
  9. Workflow Validate · makenotion
    Review Notion Worker Workflows for trigger typing and retry safety.
    0
    installs
  10. Calendar · makenotion bundle
    Use 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.
    0
    installs
  11. Research Documentation · makenotion
    Search across your Notion workspace, synthesize findings from multiple pages, and create comprehensive research documentation with proper citations and actionable insights.
    0
    installs
  12. Spec To Implementation · makenotion
    Turn product or tech specs into concrete Notion tasks. Breaks down spec pages into detailed implementation plans with clear tasks, acceptance criteria, and progress tracking.
    0
    installs
  13. Tasks Setup · makenotion
    Set up a Notion task board for tracking tasks. Guides users through using a template or connecting an existing board.
    0
    installs
  14. Database Query · makenotion
    Query a Notion database by name or ID and return structured, readable results with optional filters and sorting.
    0
    installs
  15. Knowledge Capture · makenotion
    Transform conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context with proper organization and linking.
    0
    installs
  16. Tasks Explain Diff · makenotion
    Generate a rich Notion document explaining code changes. Creates comprehensive documentation with background, intuition, code walkthrough, and verification steps.
    0
    installs
  17. Meeting Intelligence · makenotion
    Prepare meeting materials by gathering context from Notion, enriching with research, and creating both an internal pre-read and external agenda saved to Notion.
    0
    installs
  18. Tasks Plan · makenotion
    Create an implementation plan from a Notion task or specification. Breaks down requirements into actionable steps with estimates and dependencies.
    0
    installs
  19. Create Page · makenotion
    Create a new Notion page, optionally under a specific parent. Automatically structures content based on page type (meeting notes, project pages, etc.).
    0
    installs
  20. Create Task · makenotion
    Create a new task in the user's Notion tasks database with sensible defaults for due date, status, owner, and project.
    0
    installs
  21. Tasks Build · makenotion
    Build a task from a Notion page URL. Fetches task details, marks it in progress, implements the work, and updates status in Notion.
    0
    installs
  22. Search · makenotion
    Search the user's Notion workspace using the Notion MCP server. Use for finding pages, databases, and content by keywords or natural-language queries.
    0
    installs