Duckshot Productions avatar

Duckshot Productions

Official

@Duckshot-Productions

0Followers
|
5Public Repos
|
5Published Skills

Duckshot Productions provides skills for building, validating, and debugging Notion Workers data syncs with backfill-delta architecture and third-party authentication.

Skills Distribution
DomainDeveloper To...Data Synchronizati.. (45%)Sync Debugging & V.. (30%)Third-Party Authen.. (15%)Developer Document.. (10%)

Agent Skills by Duckshot Productions

Showing 5 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Duckshot Productions

FAQPage Schema
What 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.