What problem does it solve? Maintaining a dual-write architecture where TRACKER markdown files remain the source of truth while Notion serves as a human-readable mirror requires manual copy-paste and reformatting. This Skill automates pushing markdown documents (strategy, specs, reports) into Notion as child pages under a designated parent page. ## Core Features & Use Cases - Markdown to Notion Conversion: Converts headings, tables, code blocks, quotes, and inline formatting into Notion blocks via a sync script. - Automatic Title and Parent Handling: Derives the page title from the first H1 and targets a default parent page, with overrides via --title and --parent flags. - Batch Upload Handling: Splits content into batches of 90 blocks to work around Notion's 100-block API limit, with debug output for failed chunks. - Use Case: After writing a strategy document in TRACKER/knowledge/nodes/rsun/strategy/, run the sync to create a Notion mirror, then annotate the TRACKER index with the Notion URL so the knowledge graph knows the mirror exists. ## Quick Start Sync the markdown file at TRACKER/knowledge/nodes/rsun/strategy/my-doc.md to Notion under the default parent page and update the TRACKER index with the resulting URL.