with one click
SUNNYSIDE-CRUISE
SUNNYSIDE-CRUISE contains 2 collected skills from danb-band, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Guide for adding a new domain feature to the assassin app. Apply this skill whenever a new feature, domain, or module needs to be built inside the features/ directory — following the project's layered architecture: schema → repository → service → actions → queries/mutations → hooks. Use this skill for requests like "add a new feature", "create a new domain", "build a feature for X", "add a feature folder", or any request that involves creating files under src/features/.
Guide for adding a new Supabase migration to the assassin app. Use this skill whenever a new DB table, column, enum, index, RLS policy, trigger, or Prisma model change is needed. Triggers on requests like "add a table", "create a migration", "add a column to X", "new Prisma model", "DB schema 변경", "RLS 추가", "마이그레이션 만들어줘", or any request that requires touching prisma/schema.prisma or supabase/migrations/.