一键导入
anticapture-indexer
Use for apps/indexer work: event handlers, DAO indexer implementations, Ponder schema/config changes, and indexer safety checks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use for apps/indexer work: event handlers, DAO indexer implementations, Ponder schema/config changes, and indexer safety checks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use for apps/api work: adding or changing REST controllers, services, repositories, mappers, clients, schema mapping, or API tests.
Use for apps/dashboard work: routes, features, shared components/hooks, styling, data-fetching wiring, and dashboard tests.
Use for apps/gateful work: REST aggregation of DAO APIs, Hono + zod-openapi routing, DAO source discovery (DAO_API_*), proxying, caching, circuit breaker, and gateway tests.
Use when preparing a PR — adding a changeset, choosing bump types, empty changesets, API-contract changes, or understanding the version/release flow.
Use when adding a new DAO to the Anticapture platform. Covers all five components — indexer, API, gateway, dashboard, and enum sync — with a step-by-step checklist.
Use when adding a new DAO to the Anticapture dashboard. Walks through enum registration, config creation, quorum label, icon setup, and wiring — with exact file paths and a worked example (FLUID).
| name | anticapture-indexer |
| description | Use for apps/indexer work: event handlers, DAO indexer implementations, Ponder schema/config changes, and indexer safety checks. |
apps/indexer.apps/indexersrc/eventHandlers/src/indexer/<dao>/ponder.schema.tsconfig/<dao>.config.tsTreat all indexer edits as high-risk for reindex cost.
| What you're adding | Where it goes | Further information |
|---|---|---|
| Event handler | src/eventHandlers/ | |
| DAO-specific implementation | src/indexer/<dao>/ | |
| DAO configuration | config/<dao>.config.ts | |
| Database schema changes | ponder.schema.ts | ./references/database.md |
pnpm run --filter=@anticapture/indexer typecheckpnpm run --filter=@anticapture/indexer lint