一键导入
anticapture-api
Use for apps/api work: adding or changing REST controllers, services, repositories, mappers, clients, schema mapping, or API tests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use for apps/api work: adding or changing REST controllers, services, repositories, mappers, clients, schema mapping, or API tests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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).
Use when you need to hit the running local stack (API, gateful, dashboard, indexer) to test or verify a change. Covers scripts/dev.sh, hot reload, and the ports each service listens on.
| name | anticapture-api |
| description | Use for apps/api work: adding or changing REST controllers, services, repositories, mappers, clients, schema mapping, or API tests. |
apps/api.apps/api@hono/zod-openapisrc/repositories/drizzle)/docs| What you're adding | Where it goes | Further information |
|---|---|---|
| API endpoints | src/controllers/<domain>/ | ./references/new-endpoint.md |
| Business logic | src/services/<domain>/ | |
| Database query | src/repositories/<domain>/ | |
| Data transformation | src/mappers/<domain>/ | |
| External API integration | src/clients/<service>/ | |
| Database schema | src/database/schema.ts | ./references/database-schema.md |
./references/new-endpoint.md../references/database-schema.md exactly../references/testing-endpoint.md.pnpm api typecheckpnpm api lintpnpm api test