ponder-gen

Installation
SKILL.md

Ponder Generator

This skill guides the generation and maintenance of Ponder indexer code for the Sooth Protocol, leveraging Ponder's type-safe, no-codegen approach.

When to Use This Skill

Invoke this skill when:

  • Adding indexing for new contracts
  • Updating handlers after ABI changes
  • Setting up event listeners for new events
  • Debugging indexer sync issues
  • Optimizing indexer performance

Ponder Project Structure

packages/indexer/
├── ponder.config.ts      # Network and contract configuration
├── ponder.schema.ts      # Database schema (Drizzle-like)
Related skills
Installs
2
First Seen
Jan 20, 2026