Maintain Ponder event coverage + Postgres projections for the game. Use when adding/modifying on-chain events, handler logic, schema migrations, or API alignment.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Maintain Ponder event coverage + Postgres projections for the game. Use when adding/modifying on-chain events, handler logic, schema migrations, or API alignment.
Ponder Indexer Events (Coverage + Projections)
When to use
Contracts changed events/fields.
You add new game mechanics requiring new projections or endpoints.
Goal (Definition of Done)
✅ ABI is synced with the contracts build artifacts.
✅ All required events are handled and projected consistently.
✅ DB schema supports queries needed by the UI/API.