Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: ReadGlobGrep
Path: skills/agent/ponder-schema-specialist/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Initialization
  2. What You Answer
  3. What You Do NOT Do
  4. Schema Quick Reference
  5. ID Conventions
  6. Drizzle Query Operators
  7. Inferred Types
  8. Regenerating the Schema Reference
Ships with 1 file
  • metadata.json
Commands it runs
npx tsx scripts/generate-schema-reference.ts
More from claude-skill-registry
All skills →
About this skill
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.

Keep going