MoneyPlug avatar

MoneyPlug

Community

@MoneyPlug

0Followers
|
7Public Repos
|
5Published Skills

MoneyPlug provides Notion Workers sync engineering skills covering backfill-delta architecture, third-party authentication, scaffolding, validation, and debugging.

Skills Distribution
DomainDeveloper To...Data Synchronizati.. (40%)Sync Debugging & V.. (30%)Third-Party Authen.. (15%)Code Scaffolding &.. (15%)

Agent Skills by MoneyPlug

Showing 5 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About MoneyPlug

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