colebemis

7 mods across 1 repository, 126 stars between them.

auth-guide

01

colebemis/notion-workers

Skill Claude CodeCodex

Guide 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.

126 1mo ago A 54 tokens original MIT

sync-debug

02

colebemis/notion-workers

Skill Claude CodeCodex

Diagnose a failing or misbehaving sync — fetch run logs, identify errors, cross-reference with code, and suggest fixes.

126 1mo ago A 28 tokens copy · 100% MIT

sync-guide

03

colebemis/notion-workers

Skill Claude CodeCodex

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.

126 1mo ago A 53 tokens copy · 95% MIT

sync-validate

04

colebemis/notion-workers

Skill Claude CodeCodex

Review a sync capability for common bugs — cursor advancement, pagination termination, state persistence, bi-modal correctness, consistency buffers, and deletion handling.

126 1mo ago A 31 tokens copy · 88% MIT

sync

05

colebemis/notion-workers

Skill Claude CodeCodex

Scaffold a new sync capability with guided setup — asks about data source, mode, pagination, and cursor design, then generates working code.

126 1mo ago A 29 tokens copy · 89% MIT

colebemis/notion-workers

Instructions file CodexOpenCode

Instructions for colebemis/notion-workers, covering notion workers monorepo, conventions, workflows, implement capabilities in src/index.ts, update readme.md and verification expectations.

126 1mo ago A 987 tokens original MIT