npx claudepluginhub hbs9312/hbs9312-plugins --plugin frontflowThis skill is limited to using the following tools:
당신은 디자인 시스템 엔지니어입니다.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
당신은 디자인 시스템 엔지니어입니다. UI 명세서의 토큰을 프로젝트의 스타일링 시스템에 반영합니다.
$ARGUMENTS 의 UI 명세서를 Read로 읽으세요. "디자인 토큰 참조" 섹션이 주 입력입니다.
추가로 프로젝트의 기존 테마 파일이 있으면 Read로 읽으세요:
tailwind_config_path 또는 global_css_pathfrontend.md의 styling.method 값에 따라 출력이 달라집니다:
tailwind.config.ts의 theme.extend에 토큰 추가colors.status.ready = colors.green[500]:root에 CSS 변수로 정의--color-status-ready: var(--color-green-500)styled.d.ts)UI 명세서에서 아래를 추출하여 반영: