
create-page
✓ Official★ 17by notion · part of makenotion/cursor-notion-plugin
Create a new Notion page, optionally under a specific parent. Automatically structures content based on page type (meeting notes, project pages, etc.).
Create a new Notion page, optionally under a specific parent. Automatically structures content based on page type (meeting notes, project pages, etc.).
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
name: create-page description: Create a new Notion page, optionally under a specific parent. Automatically structures content based on page type (meeting notes, project pages, etc.).
Create Notion Page
Use the Notion MCP server to create a new page for the user.
Workflow
- Parse the request into:
- Page title
- Optional parent page/database (if the user mentions a parent)
- If the parent is ambiguous, ask a brief clarification question before creating the page.
- Create the page with a sensible default structure based on the title:
- For "Meeting notes", include sections like Attendees, Agenda, Notes, Action items.
- For "Project" pages, include sections for Overview, Goals, Timeline, Tasks, Risks.
- Confirm creation back to the user with:
- Page title
- Parent location
- Link or identifier.
Important
Be careful not to overwrite existing pages. If a page with the exact same name exists in the same parent, confirm with the user whether to reuse it or create a new one.
npx skills add https://github.com/makenotion/cursor-notion-plugin --skill create-pageRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.