Multi-file
productivityOfficial
Official Provider SkillView repo
Comprehensive guide to building Notion Workers syncs — covers the two-sync architecture (backfill+delta), replace mode, pagination, consistency buffers, pacers, deletion strategies, and common pitfalls. Auto-loads when sync-related work is detected.
Files7 files
SKILL.md254 lines
Loading editor…
Install
RecommendedOne command — your agent picks it up automatically.
Select an AI agent above to see the install command.
or
Manual Install
More stepsDownload the archive and add the files to your project manually.
Skill details
Versionv1.0.0
AuthorNotion
Categoryproductivity
Skill IDmakenotion/workers-template/.agents/skills/sync-guide
Files7 files
Related skills
Auth GuideGuide to setting up third-party authentication for a Notion Worker. Covers external-service API keys / personal access tokens and OAuth. Use when the worker needs credentials for a non-Notion API, not for Notion API tokens or `ntn login`.SyncScaffold a new sync capability with guided setup — asks about data source, mode, pagination, and cursor design, then generates working codeSync DebugDiagnose a failing or misbehaving sync — fetch run logs, identify errors, cross-reference with code, and suggest fixesSync ValidateReview a sync capability for common bugs — cursor advancement, pagination termination, state persistence, bi-modal correctness, consistency buffers, and deletion handlingKnowledge CaptureTransform conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context with proper organization and linking.Spec To ImplementationTurn product or tech specs into concrete Notion tasks. Breaks down spec pages into detailed implementation plans with clear tasks, acceptance criteria, and progress tracking.