create-page

作成者: notion

新しいNotionページを作成します。必要に応じて特定の親ページの下に作成します。ページタイプ(ミーティングノート、プロジェクトページなど)に基づいて自動的にコンテンツを構成します。

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

Create Notion Page

Use the Notion MCP server to create a new page for the user.

Workflow

  1. Parse the request into:
    • Page title
    • Optional parent page/database (if the user mentions a parent)
  2. If the parent is ambiguous, ask a brief clarification question before creating the page.
  3. 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.
  4. 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.

notionのその他のスキル

database-query
notion
Notionデータベースを名前またはIDでクエリし、オプションのフィルターと並べ替えを適用して、構造化された読みやすい結果を返します。
official
find
notion
Notion内のページやデータベースをタイトルのキーワードで素早く検索します。包括的な結果ではなく、正確な一致を返します。
official
create-database-row
notion
指定されたNotionデータベースに、自然言語のプロパティ値を使用して新しい行を挿入します。プロパティ名のマッチングと検証を処理します。
official
create-task
notion
ユーザーのNotionタスクデータベースに、期日、ステータス、担当者、プロジェクトの適切なデフォルト値で新しいタスクを作成します。
official
knowledge-capture
notion
会話や議論をNotionの構造化されたドキュメントページに変換します。チャットコンテキストから洞察、決定、知識をキャプチャします…
official
meeting-intelligence
notion
Notionからコンテキストを収集し、リサーチで補完して、社内用の事前読み物と社外用のアジェンダを作成し、Notionに保存することで、会議資料を準備します。
official
research-documentation
notion
Notionワークスペース全体を検索し、複数ページからの調査結果を統合して、適切な引用を含む包括的な研究ドキュメントを作成します…
official
search
notion
Notion MCPサーバーを使用してユーザーのNotionワークスペースを検索します。キーワードや自然言語クエリによるページ、データベース、コンテンツの検索に使用します。
official