Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

makenotion/cursor-notion-plugin

14 skills385 installs266 starsGitHub

Install

npx skills add https://github.com/makenotion/cursor-notion-plugin

Skills in this repo

1Database QueryThe database-query skill uses the Notion MCP server to query databases on a user's behalf and present results in a readable decision-oriented format. The workflow interprets requests to extract the target database by name or ID plus optional filters and sorts such as status Active, owner Alice, or due date this week. When multiple databases match a name, the agent asks the user to choose before querying. Queries apply requested filters, default to twenty to fifty rows unless the user asks for more, and return compact table-like output with key properties like Name, Status, Owner, and Due plus short summaries when rich text content exists. The skill explicitly avoids dumping raw JSON, focusing on readability and actionability. Empty results are reported clearly with suggested alternative filters. Triggers include asking to query, list, or filter rows from a named Notion database. Use whenever Cursor users need structured Notion database lookups through the plugin MCP integration without manual API formatting.47installs2SearchThe search skill queries the user's Notion workspace through the Notion MCP server using natural-language queries. Returns scannable summaries with page or database title, type, and one-line description rather than raw JSON. Suggests query refinements when no results match. Use when users need to find Notion pages, databases, tasks, or content by keywords or natural language.34installs3Create Database RowThe create-database-row skill inserts new records into Notion databases using the Notion MCP server, mapping user-provided field values to database properties with human-readable confirmation of created rows.28installs4Create PageThe create-page skill creates Notion pages under specified parents using Notion MCP, setting title and initial content blocks with clear summaries of created page links for the user.28installs5Tasks BuildThe tasks-build skill implements task creation and workflow building in Notion using the cursor-notion-plugin tasks skills family, structuring task databases, statuses, and execution flows for project tracking inside Notion.28installs6Tasks Explain DiffThe tasks-explain-diff skill creates a comprehensive Notion page explaining code changes pointed to by the user or the most recent conversation batch. Sections include Background with broad and narrow context for beginners and experts, Intuition with concrete toy examples and mermaid diagrams, Code walkthrough grouping changes by purpose with file and line links, Verification covering tests and manual QA steps, optional Alternatives with pros and cons columns for orthogonal approaches, and a Quiz with five medium-difficulty multiple choice questions using toggle blocks for answers. Formatting emphasizes clarity, smooth transitions, consistent diagram families, and callouts for key concepts. The Notion MCP creates the page and returns its URL. Use after implementing features when stakeholders need an educational change narrative.28installs7Tasks SetupThe tasks-setup skill guides users through configuring a Notion workspace for task skills in the cursor-notion-plugin. Option one duplicates the code-with-notion-board template from notion.notion.site, instructing users to click duplicate in the top bar and share the copied link. Option two connects an existing board by URL, using Notion MCP to inspect structure and verify properties such as Status and Title, suggesting additions when fields are missing. After setup it confirms MCP access and points users to tasks-build and tasks-explain-diff skills. The flow is conversational like a setup wizard rather than a one-shot command. Use before create-task, tasks-build, or tasks-plan when no task database is configured yet.27installs8Create TaskThe create-task skill uses Notion MCP to add a row to the user tasks database from a natural language request. It extracts the task title plus optional due date, status, owner or assignee, and related project or page. The agent prefers databases whose name or description clearly indicates tasks or todo items, asking the user to choose when multiple candidates exist. Created rows map available properties including Title, Due date, Status, Owner, and Project. Confirmation returns the task title, key properties, and a link or identifier. If required properties are missing or the tasks database cannot be identified confidently, the skill asks a concise clarification question before making changes. Use for quick task capture during coding sessions without leaving the editor.26installs9Tasks PlanThe tasks-plan skill turns a Notion task or specification page into a structured implementation plan using Notion MCP. It fetches the source page including requirements, acceptance criteria, constraints, and linked references, then categorizes functional and non-functional requirements, dependencies, and blockers. Work is broken into logical phases with actionable tasks, technical approaches, and risk notes. The agent creates a new Notion page titled Implementation Plan with overview, specification link, technical approach, numbered phase checklists, dependencies, and risks sections linking back to the source. It optionally creates individual task database items when the user has a tasks board configured. Output includes overview, specification reference, architecture decisions, phased checklists, dependencies, and mitigations. Use when a Notion spec needs a delivery plan before coding starts.26installs10FindThe find skill uses Notion MCP to locate pages or databases whose titles match fuzzy search terms such as Q1 plan or product launch spec. It searches both individual pages and databases, returning a short list of best matches with title, type, and parent location when available. The skill prefers precision over recall, showing five to ten highly relevant results rather than noisy long lists. When nothing matches, it states that clearly and suggests alternate search terms. Use when you need a specific Notion page or database URL before fetching content, creating tasks, or writing documentation.25installs11Meeting IntelligenceThe meeting-intelligence skill prepares meeting materials by gathering Notion context, enriching with research, and creating both an internal pre-read and external agenda saved to Notion. Workflow collects meeting topic, attendees, purpose, and related project, searches Notion for project pages, prior notes, specs, and customer context, then adds industry or technical research as appropriate. Internal pre-reads cover overview, background, current status, insights, discussion points, and expected outcomes for internal attendees only. External agendas include timed agenda items, objectives, decisions needed, and related resource links for all participants. Documents cross-link pre-read and agenda and attach to project meeting sections. Agenda templates vary for decision, status, customer, and brainstorming meetings. Best practices keep pre-reads concise, label Notion versus research sources, and share materials early for important meetings. Prepares you for meetings by gathering context from Notion, enriching it with research, and creating comprehensive meeting materials. Generates both an internal pre-read for attendees and an external-facing agenda for the meeting itself.23installs12Research DocumentationThe research-documentation skill runs comprehensive research workflows across a Notion workspace using MCP search and page fetch. It searches by topic, optionally filters by teamspace, fetches full content from relevant pages, and synthesizes themes, connections, gaps, and conflicts. Output formats include research summary, comprehensive report, quick brief, or comparison report depending on user needs. Structured pages include executive summary, organized sections, citations linking to source pages, and actionable conclusions. Best practices emphasize verifying sources, noting publication dates, and separating facts from interpretation. Use when a topic requires aggregating scattered Notion knowledge into a single documented artifact with proper attribution.23installs13Knowledge CaptureThe knowledge-capture skill transforms conversations and discussions into structured documentation pages in Notion with proper organization and linking. Workflow extracts key points from chat context, chooses structure by content type such as concept, how-to, decision, FAQ, or learning retrospective, searches Notion for the right wiki page or database destination, then creates the page via MCP with tags and backlinks. Destination patterns cover general wikis, project child pages, documentation databases, decision logs, and FAQ databases with appropriate properties. Best practices emphasize capturing promptly while context is fresh, linking extensively to related pages, using searchable titles, and including concrete examples. Post-creation steps update hub index pages and parent project documentation sections so content stays discoverable. Transforms conversations, discussions, and insights into structured documentation in your Notion workspace. Captures knowledge from chat context, formats it appropriately, and saves it to the right location with proper organization and linking.22installs14Spec To ImplementationThe spec-to-implementation skill turns product or tech specs into concrete Notion tasks with implementation plans and progress tracking. Workflow searches Notion for the specification page, fetches requirements and acceptance criteria, extracts functional and non-functional needs, then creates an Implementation Plan page with phases, technical approach, dependencies, risks, and success criteria. It locates the tasks database, creates individual tasks with status and priority properties, and links plan and spec bidirectionally. Progress updates adjust task status, milestone notes, and plan checklists as work proceeds. Task breakdown patterns support by-component, by-feature-slice, or by-priority structures. Best practices keep tasks small, link deliverables like PRs, and document spec changes impacting scope. Transforms specifications into actionable implementation plans with progress tracking. Fetches spec documents, extracts requirements, breaks down into tasks, and manages implementation workflow. When asked to implement a specification:20installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

makenotion/cursor-notion-plugin · 14 skills · Skillselion