What problem does it solve? Sharing a locally built skill with your team requires manually copying metadata, packaging files, and creating database entries, which is error-prone and often skipped. This Skill automates publishing a local skill to the company's Notion skills database with validation, duplicate detection, and mandatory confirmation. ## Core Features & Use Cases - Automated Upload Pipeline: Validates SKILL.md frontmatter, bundles all skill files (scripts, references, assets) into a base64-encoded JSON package, and uploads it via the Notion File Upload API. - Duplicate Protection & Versioning: Blocks overwrites of existing skills, supports semantic version tracking, and offers an --as-new flag for publishing improved versions as separate entries. - Guided Metadata Mapping: Infers the appropriate Team, sets Owner from user-config.yaml, and requires a dry-run preview with explicit user confirmation before pushing. - Use Case: After creating a new query-notion-db skill locally, run this Skill to preview the upload, confirm the Team assignment, and publish it so anyone in the company can discover it in Notion. ## Quick Start Push my local skill from 03-skills/my-skill to the Notion skills database with a dry-run preview first.