원클릭으로
seed
Manage database seed data (PostgreSQL). Trigger: "seed", "add network", "add token", "update seed".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage database seed data (PostgreSQL). Trigger: "seed", "add network", "add token", "update seed".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Mandatory Prismix browser verification for web UI changes. Use when modifying or reviewing frontend-rendered behavior, including src/web files, shared UI components, routes, layouts, CSS/Tailwind classes, visual assets, displayed i18n strings, browser auth flows, or frontend-visible API behavior.
Review and accept external modifications to the working tree (Codex, linters, collaborators). Diff, assess, flag issues. Trigger: "review changes", "review external", "check what changed".
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view transitions, `startViewTransition`, `ViewTransition`, transition types, or asks about animating between UI states in React without third-party animation libraries.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Backend code review for src/server/. 3 parallel agents: architecture, security+performance, engineering+scalability. Supports diff mode. Trigger: "review server", "review backend".
| name | seed |
| description | Manage database seed data (PostgreSQL). Trigger: "seed", "add network", "add token", "update seed". |
Single source of truth for all default data: deploy/seed/pg.sql.
deploy/seed/pg.sql — understand current seed data and section structuredeploy/seed/pg.sql — maintain section headers, column order, ON CONFLICT DO NOTHINGsrc/shared/tokens.ts (KNOWN_ADDRESSES maps)| Category | Table | Conflict Key |
|---|---|---|
| Networks | supported_networks | chain_id |
| Tokens | allowed_tokens | (symbol, network) |
| Facilitator | global_settings key facilitator_config | (key) |
| Auth providers | global_settings key auth_providers | (key) |
| Admins | admins + identities | (address) / (provider, provider_account_id, user_role) |
ON CONFLICT DO NOTHING)global_settings must be valid escaped JSON strings