From figma-tools
피그마 URL과 참조할 기존 파일 경로가 함께 제공될 때, 피그마 디자인을 분석하고 참조 코드와 대조하여 구현 계획서를 작성한다. 기존 페이지 구조를 재사용하여 빠르게 구현하고 싶을 때 사용.
npx claudepluginhub window-ook/claude-code-lab --plugin figma-toolsThis skill uses the workspace's default tool permissions.
피그마 디자인 분석 결과와 사용자가 지정한 참조 코드를 대조하여 `.claude/plans/design/`에 구현 계획서를 작성한다.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
피그마 디자인 분석 결과와 사용자가 지정한 참조 코드를 대조하여 .claude/plans/design/에 구현 계획서를 작성한다.
Always read first:
다음 조건이 모두 충족될 때:
figma-plan/PRINCIPLES.md, 자체 TEMPLATE.md, figma-plan/CHECKLIST.md를 읽는다.
figma-analyzer 에이전트를 호출하여 피그마 디자인 데이터를 조회한다.
에이전트에 피그마 URL을 그대로 전달한다.
사용자가 지정한 참조 파일을 Read로 읽는다.
같은 디렉토리의 관련 .tsx/.ts 파일도 함께 읽는다:
읽은 코드에서 다음 패턴을 파악한다:
분석 결과를 TEMPLATE.md 구조에 따라 계획서를 작성한다. PRINCIPLES.md의 6가지 원칙을 준수한다. 참조 코드와의 대조 결과를 재사용/변경/신규로 분류한다.
CHECKLIST.md의 항목으로 계획서를 검증한다. 참조 대조 검증 섹션도 포함하여 검증한다. 실패 항목이 있으면 수정 후 재검증한다.
검증 통과 시 .claude/plans/design/{페이지명}-plan.md에 저장한다.
동일 페이지에 대해 figma-plan과 figma-reference-plan을 동시에 사용하지 않는다. 참조 코드가 없으면 figma-plan, 있으면 figma-reference-plan.