cleanup
Remove sample entities and UI not present in the brief
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Remove sample entities and UI not present in the brief
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Token-only design polish for landing: accent scale check, optional font / radius overrides in design.ts
Fill packages/landing/src/content/site.ts from brief.md. The landing template already ships to the venture via platform-modules in bootstrap Step 1 — this skill only populates content.
Frontend development task
Apply color palette, typography, logo, and visual branding from brief
Generate dashboard page with Recent blocks for each entity from brief
Generate one complete entity vertical slice (backend + frontend)
| name | cleanup |
| description | Remove sample entities and UI not present in the brief |
| agent | _builder |
| argument-hint |
Compares brief.md entities/features with template code. Removes UI components, routes, stores, and services for sample entities NOT in the brief.
Always preserved (backend): escrow, withdrawal, auth, credential, business-profile, fhe, nonce, webhook, user, balance — these are protocol-level primitives.
Candidates for removal (frontend only):
src/components/features/transaction-* — if "transactions" not in brief featuressrc/components/features/withdrawal-* — if "withdrawals" not in brief featuressrc/components/features/balance-card.* — if "balance" not in brief featuressrc/stores/transaction-store.* — matching storesrc/stores/withdrawal-store.* — matching storesrc/services/TransactionService.* — matching servicesrc/services/WithdrawalService.* — matching servicesrc/routes/_authenticated/ — remove sample routes not in briefsrc/components/features/, src/stores/, src/services/, src/routes/_authenticated/