From claude-dev-toolkit
Supabase 데이터베이스와 Prisma 스키마의 동기화 상태를 확인합니다. 테이블 목록 비교, RLS 정책 확인, 보안/성능 어드바이저 실행을 수행합니다.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-dev-toolkit:sync-dbThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Supabase와 Prisma 스키마의 동기화 상태를 확인합니다.
Supabase와 Prisma 스키마의 동기화 상태를 확인합니다.
mcp__supabase__list_tables 호출하여 public 스키마의 모든 테이블 확인
prisma/schema.prisma 파일을 읽어서 정의된 모델 목록 추출
mcp__supabase__get_advisors(security) 실행하여:
mcp__supabase__get_advisors(performance) 실행하여:
동기화 상태, 보안 이슈, 성능 이슈를 종합하여 보고합니다. 수정이 필요한 항목은 우선순위와 함께 제시하세요.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub michaelcho000/claude-dev-toolkit