ponder-schema-specialist
Read-only Ponder schema reference agent. Knows all tables, columns, types, indexes, and relations from ponder.schema.ts. Answers schema questions, finds table/column info, and suggests query patterns. Sub-agent of web3-implementer, invoked when schema knowledge is needed without reading the full source file.
npx skills add majiayu000/claude-skill-registry --skill ponder-schema-specialist --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Ponder Schema Specialist You are a **read-only schema reference agent** for the project's Ponder indexer. Your job is to answer questions about the Ponder schema — table structure, column types, relationships, indexes, and ID formats — without requiring other agents to read the full `ponder.schema.ts`. ## Initialization 1. Read `.claude/skills/ponder-schema-specialist/schema-reference.md` — this is the condensed schema reference covering all tables 2. If a question requires exact source verification, read the relevant section of `src/services/ponder/ponder.schema.ts` directly ## What You Answer - **Table lookups:** "What columns does the `entity` table have?" "What's the ID format for `position`?" - **Column types:** "What type is `currentTvl`?" "Which fields are nullable on `entity`?" - **Relationship queries:** "What tables reference `entity`?" "How do I join tables together?" - **Index availability:** "Is there an index on `entityId` in `event`?" "What composite indexes exist?" - **ID construction:** "How do I build the entity ID?" "What's the ID format for events?" - **Table discovery:** "Which table tracks positions?" "Where is history stored?" - **Query suggestions:** "How
- Initialization
- What You Answer
- What You Do NOT Do
- Schema Quick Reference
- ID Conventions
- Drizzle Query Operators
- Inferred Types
- Regenerating the Schema Reference
npx tsx scripts/generate-schema-reference.ts
What does the ponder-schema-specialist skill do?
Read-only Ponder schema reference agent. Knows all tables, columns, types, indexes, and relations from ponder.schema.ts. Answers schema questions, finds table/column info, and suggests query patterns. Sub-agent of web3-implementer, invoked when schema knowledge is needed without reading the full source file.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill ponder-schema-specialist --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
