pr-explainer
01Agent Cursor
Drafts high-quality GitHub PR descriptions from git diffs vs origin/main. Use proactively when opening a PR, summarizing a branch, or turning local changes into reviewer-ready context (TL;DR, why, how, testing, risk).
Agent Cursor
Drafts high-quality GitHub PR descriptions from git diffs vs origin/main. Use proactively when opening a PR, summarizing a branch, or turning local changes into reviewer-ready context (TL;DR, why, how, testing, risk).
Cursor rule Cursor
Before substantive work, read CLAUDE.md at the repo root. It is the source of truth for architecture and conventions.
Cursor rule Cursor
Mirror the closest existing handler in the same domain before inventing a new structure.
Cursor rule Cursor
When adding a new onchain table, add the onchainTable in ponder.schema.ts, then implement the matching EntityService, export it, and wire handlers with multiMapper where applicable.
Cursor rule Cursor
Add public methods on the entity service for logic reused by multiple handlers.
Cursor rule Cursor
Guidelines for speccing on-chain protocol indexing tasks.
Cursor rule Cursor
Run typecheck against mainnet registry workflow.
Instructions file CodexOpenCode
Instructions for centrifuge/api-v3, covering cfg-api-v3 — ai & contributor guide, hard rules, services, multimapper (multi-version contracts) and chains & contracts.