Instructions file
Claude Code instructions for makenotion/notion-mcp-server, covering claude.md, project overview, architecture, key patterns and adding new endpoints.
Instructions file
Claude Code instructions for makenotion/notion-mcp-server, covering claude.md, project overview, architecture, key patterns and adding new endpoints.
makenotion/claude-code-notion-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: notion-workspace-plugin.
makenotion/claude-code-notion-plugin
Plugin Claude Code
Notion Skills + Notion MCP server packaged as a Claude Code plugin.
makenotion/claude-code-notion-plugin
MCP server Claude CodeCodexCursor +2
Notion's hosted MCP server: lets the agent search, read and edit pages and databases. Remote server at mcp.notion.com.
makenotion/claude-code-notion-plugin
Command
Insert a new row into a specified Notion database using natural-language property values.
makenotion/claude-code-notion-plugin
Command
Create a new Notion page, optionally under a specific parent, using the Notion Workspace Skill and Notion MCP server.
makenotion/claude-code-notion-plugin
Command
Create a new task in the user’s Notion tasks database with sensible defaults.
makenotion/claude-code-notion-plugin
Command
Query a Notion database by name or ID and return structured, readable results.
makenotion/claude-code-notion-plugin
Command
Quickly find pages or databases in Notion by title keywords.
makenotion/claude-code-notion-plugin
Command
Search the user’s Notion workspace using the Notion MCP server and Notion Workspace Skill.
makenotion/claude-code-notion-plugin
Skill Claude CodeCodex
Transforms 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-plugin
Skill Claude CodeCodex
Prepares 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-plugin
Skill Claude CodeCodex
Searches 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-plugin
Skill Claude CodeCodex
Turns 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.
Instructions file GitHub Copilot
Instructions for makenotion/notion-cookbook: Follow the repository-wide instructions in AGENTS.md. They are the canonical source for project layout, recipe selection, implementation, safety, and validation.
Instructions file CodexOpenCode
Instructions for makenotion/notion-cookbook, covering agent instructions, repository map, find the right recipe, run a recipe and adapt an existing recipe.
Skill Claude CodeCodex
Reference for typed triggers, durable steps, replay-safe data flow, and idempotent workflow effects.
Skill Claude CodeCodex
Review Notion App workflows for trigger typing and retry safety.
Skill Claude CodeCodex
Scaffold a Notion App workflow with typed triggers and replay-safe durable steps.
Skill Claude CodeCodex
Transforms 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.
Skill Claude CodeCodex
Prepares 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.
Skill Claude CodeCodex
Searches 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.
Skill Claude CodeCodex
Turns 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.
Skill Claude CodeCodex
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…