Skill Claude CodeCodex
Comprehensive guide to building Notion worker custom blocks - use when the user wants to build interactive UI connected to Notion data.
Skill Claude CodeCodex
Comprehensive guide to building Notion worker custom blocks - use when the user wants to build interactive UI connected to Notion data.
Skill Claude CodeCodex
Diagnose a failing or misbehaving sync — fetch run logs, identify errors, cross-reference with code, and suggest fixes.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Review a sync capability for common bugs — cursor advancement, pagination termination, state persistence, bi-modal correctness, consistency buffers, and deletion handling.
Skill Claude CodeCodex
Scaffold a new sync capability with guided setup — asks about data source, mode, pagination, and cursor design, then generates working code.
Skill Claude CodeCodex
Use the Notion CLI (ntn) to interact with the Notion API, manage workers, and upload files. Use when the user asks to "call the Notion API", "deploy a worker", "upload a file to Notion", "create a page", "query a database", or any task involving the ntn command.
MCP server Claude CodeCodexCursor +2
MCP server "lore" as configured in makenotion/lore. Launched with lore mcp. Needs 3 environment variables to run.
Instructions file CodexOpenCode
Instructions for makenotion/lore, covering agent reference, subsystem guides, detailed guides, repo at a glance and quick commands.
Instructions file
Instructions for makenotion/lore, a project described as: Persistent, shared AI memory backed by Notion for MCP-compatible assistants.
makenotion/cursor-notion-plugin
Skill Claude CodeCodex
Insert a new row into a specified Notion database using natural-language property values. Handles property name matching and validation.
makenotion/cursor-notion-plugin
Skill Claude CodeCodex
Create a new Notion page, optionally under a specific parent. Automatically structures content based on page type (meeting notes, project pages, etc.).
makenotion/cursor-notion-plugin
Skill Claude CodeCodex
Create a new task in the user's Notion tasks database with sensible defaults for due date, status, owner, and project.
makenotion/cursor-notion-plugin
Skill Claude CodeCodex
Query a Notion database by name or ID and return structured, readable results with optional filters and sorting.
makenotion/cursor-notion-plugin
Skill Claude CodeCodex
Quickly find pages or databases in Notion by title keywords. Returns precise matches rather than comprehensive results.
makenotion/cursor-notion-plugin
Skill Claude CodeCodex
Transform 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-plugin
Skill Claude CodeCodex
Prepare 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-plugin
Skill Claude CodeCodex
Search across your Notion workspace, synthesize findings from multiple pages, and create comprehensive research documentation with proper citations and actionable insights.
makenotion/cursor-notion-plugin
Skill Claude CodeCodex
Search 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-plugin
Skill Claude CodeCodex
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.
makenotion/cursor-notion-plugin
Skill Claude CodeCodex
Build 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-plugin
Skill Claude CodeCodex
Generate a rich Notion document explaining code changes. Creates comprehensive documentation with background, intuition, code walkthrough, and verification steps.
makenotion/cursor-notion-plugin
Skill Claude CodeCodex
Create an implementation plan from a Notion task or specification. Breaks down requirements into actionable steps with estimates and dependencies.
makenotion/cursor-notion-plugin
Skill Claude CodeCodex
Set up a Notion task board for tracking tasks. Guides users through using a template or connecting an existing board.