notion-onboarding
Installation
SKILL.md
Notion Workspace Onboarding
Maps the user's Notion workspace and saves a state file that all future Notion skills read.
State file: ~/.config/notion/workspace.json
Step 0 — Check existing state
cat ~/.config/notion/workspace.json 2>/dev/null
If it exists: show the current mapping, ask the user if they want to update it or continue. If absent: proceed with full onboarding.
Step 1 — Verify auth & get user
notion user me
Related skills