Maintain Ponder event coverage + Postgres projections for the game. Use when adding/modifying on-chain events, handler logic, schema migrations, or API alignment.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.