notion-core-workflow-a

Installation
SKILL.md

Notion Core Workflow A — Databases & Pages

Overview

Primary workflow for Notion integrations: querying databases with filters/sorts, creating pages with typed properties, updating page properties, and retrieving page content.

Prerequisites

  • Completed notion-install-auth setup
  • A Notion database shared with your integration
  • Understanding of your database's property schema

Instructions

Step 1: Retrieve Database Schema

import { Client } from '@notionhq/client';

const notion = new Client({ auth: process.env.NOTION_TOKEN });
Installs
1
GitHub Stars
2.4K
First Seen
Mar 25, 2026
notion-core-workflow-a — jeremylongshore/claude-code-plugins-plus-skills