ponder-schema-specialist

Answer questions about Ponder schema tables, columns, relationships, and indexes.

3|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/gwpjp/Web3-Claude --skill ponder-schema-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ponder-schema-specialist
Source: https://github.com/gwpjp/Web3-Claude/tree/main/.claude/skills/ponder-schema-specialist
Command: npx skills add https://github.com/gwpjp/Web3-Claude --skill ponder-schema-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a read-only reference for the Ponder schema, enabling developers to quickly answer questions about tables, columns, relationships, indexes, and ID formats without inspecting the full source.

Core Features & Use Cases

  • Schema lookups: Identify which table contains a given column or how IDs are structured.
  • Relationship & index guidance: Determine references between tables and available indexes for efficient queries.
  • Rapid verification: Verify ID formats and constraints against the ponder.schema.ts, using the included schema-reference.md.
  • Use Case: When building a web3 indexer, ask the agent for the columns of the entity table and the ID format for events.

Quick Start

Initialize by reading the condensed schema reference in schema-reference.md and, if needed, consult ponder.schema.ts for exact verification.

Frequently Asked Questions about ponder-schema-specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up Ponder schema table structures and column types for web3 indexing?

To look up Ponder schema table structures and column types, query the read-only reference agent. It answers questions about tables, columns, indexes, and ID formats within the Ponder model for web3 indexing tasks without modifying code.

What is the ID format for entity tables in a Ponder schema?

The ID format for entity tables is defined within the ponder.schema.ts. You can rapidly verify exact ID formats and constraints against this file using the included schema-reference.md resource.

How do I find relationships and available indexes in a Ponder schema?

To find Ponder schema relationships and indexes, ask the reference agent for relationship and index guidance. It determines references between tables and available indexes for efficient queries.

Can the Ponder schema reference agent execute scripts or modify my schema?

No, the Ponder schema reference agent cannot execute scripts or modify your schema. It adheres to strict non-code constraints, avoiding modifications and deferring implementation details to the appropriate agent.