Notion Publisher banner
dtothefp dtothefp

Notion Publisher

Project Management community

Description

--- name: notion-publisher description: Mirrors a markdown source-of-truth file to Notion as a child page under the right project parent, with consistent block formatting. Reads the project's `context/notion-databases.json` to decide where to route. Called by every ingest agent (`social-ingest`, `personal-ingest`, `document-ingest`) as the final step of their pipeline. Can also be invoked directly when the user wants an existing markdown file mirrored into Notion ("push this to Notion"). tools:

Installation

Installs to ~/.claude/agents/dtothefp-claude-monorepo-notion-publisher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dtothefp/claude-monorepo/HEAD/.claude/agents/notion-publisher.md -o ~/.claude/agents/dtothefp-claude-monorepo-notion-publisher.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository