create-page
द्वारा notion
एक नया Notion पेज बनाएँ, वैकल्पिक रूप से किसी विशिष्ट पैरेंट के अंतर्गत। पेज प्रकार (मीटिंग नोट्स, प्रोजेक्ट पेज, आदि) के आधार पर स्वचालित रूप से सामग्री को संरचित करता है।
npx skills add https://github.com/makenotion/cursor-notion-plugin --skill create-pageCreate 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.