Duckshot Productions
Official@Duckshot-Productions
Duckshot Productions provides skills for building, validating, and debugging Notion Workers data syncs with backfill-delta architecture and third-party authentication.
Agent Skills by Duckshot Productions
Showing 5 vetted skills indexed across 1 GitHub repositories.
sync-guide
Guides building Notion Workers syncs with pagination, cursors, and deletion strategies.
auth-guide
Configure third-party API key and OAuth authentication for Notion Workers.
sync
Scaffolds Notion Worker sync capabilities with guided architecture, schema, and pagination design.
sync-validate
Review Notion worker sync code for pagination, cursor, and state bugs.
sync-debug
Diagnose failing Notion worker syncs by inspecting run logs and cross-referencing sync code.
Frequently Asked Questions About Duckshot Productions
FAQPage SchemaWhat tasks can I accomplish with Duckshot Productions' skills?▼
You can scaffold new Notion Worker syncs with guided setup, validate existing syncs for cursor and pagination bugs, debug failing syncs via run logs, configure third-party authentication with API keys or OAuth, and reference a comprehensive two-sync architecture guide.
Who are these Notion Workers sync skills designed for?▼
They target developers building and maintaining Notion Workers that synchronize external data sources into Notion. Engineers handling backfill-plus-delta architectures, consistency buffers, pacers, and deletion strategies benefit most from the scaffolding, validation, and debugging capabilities.
How do the sync, sync-validate, and sync-debug skills work in practice?▼
The sync skill asks about data source, mode, pagination, and cursor design, then generates working code. Sync-validate reviews state persistence and deletion handling, while sync-debug fetches run logs, identifies errors, and suggests fixes using Read, Bash, Glob, Grep, Edit, and Write permissions.
When should I use the auth-guide skill instead of Notion API tokens?▼
Use auth-guide when your Notion Worker needs credentials for a non-Notion external service, such as third-party API keys, personal access tokens, or OAuth flows. It explicitly does not cover Notion API tokens or the ntn login process.
What prerequisites are needed to use these sync skills?▼
You need a Notion Workers project context, since all five skills address sync construction, validation, debugging, and external authentication within that environment. The sync-guide auto-loads when sync-related work is detected; the three invocable skills require shell and file access permissions.