MoneyPlug
Community@MoneyPlug
MoneyPlug provides Notion Workers sync engineering skills covering backfill-delta architecture, third-party authentication, scaffolding, validation, and debugging.
Agent Skills by MoneyPlug
Showing 5 vetted skills indexed across 1 GitHub repositories.
sync-guide
Guides implementation of 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 MoneyPlug
FAQPage SchemaWhat tasks can I accomplish with MoneyPlug's Notion sync skills?▼
You can scaffold new sync capabilities with guided setup, validate syncs for cursor and pagination bugs, debug failing syncs via run logs, and follow reference guides on two-sync architecture, consistency buffers, pacers, and deletion strategies.
Who are these Notion Workers sync skills designed for?▼
They target developers building and maintaining Notion Worker sync capabilities who need structured guidance on backfill-plus-delta architecture, replace mode, pagination, and third-party credential setup for external service APIs.
How do the sync, sync-validate, and sync-debug skills differ?▼
The sync skill scaffolds new sync code through guided questions; sync-validate reviews existing syncs for common bugs like cursor advancement and state persistence; sync-debug diagnoses live failures by fetching run logs and suggesting fixes.
When should I use the auth-guide skill?▼
Use auth-guide when a Notion Worker needs credentials for a non-Notion API, covering external-service API keys, personal access tokens, and OAuth. It does not apply to Notion API tokens or the ntn login flow.
What prerequisites or permissions do these skills require?▼
The invocable skills (sync, sync-validate, sync-debug) run with file and shell permissions including Read, Write, Edit, Bash, Glob, and Grep. The two guide skills auto-load contextually when sync or authentication work is detected.