
9 results

Anthony Fu's opinionated tooling and conventions for JavaScript/TypeScript projects. Use when setting up new projects, configuring ESLint/Prettier alternatives, monorepos, library publishing, or when the user mentions Anthony Fu's preferences.

프론트엔드 빌드 도구 통합 가이드. Vite (빌드/개발서버), Vitest (테스트), tsdown (라이브러리 번들링), pnpm (패키지 관리), Turborepo (모노레포). vite.config.ts, vitest, tsdown.config.ts, pnpm-workspace.yaml, turbo.json 작업 시 사용.

프론트엔드 디자인 & UI 가이드. 프로덕션급 인터페이스 제작 및 Web Interface Guidelines 준수 리뷰. 웹 컴포넌트, 페이지, 대시보드, 랜딩페이지 빌드 또는 UI 리뷰/접근성 감사 시 사용.

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

Nuxt full-stack Vue framework with SSR, auto-imports, and file-based routing. Use when working with Nuxt apps, server routes, useFetch, middleware, or hybrid rendering.

VitePress static site generator powered by Vite and Vue. Use when building documentation sites, configuring themes, or writing Markdown with Vue components.

Rules for structuring Vue 3 components so humans can read and maintain them. Component level hierarchy (Page/Feature/Controller/Humble/Atomic), composable lifecycle cohesion, Core-Adapter separation, props drilling resolution, and store responsibility boundaries. Use when writing, splitting, or refactoring Vue components.

Vue 3 생태계 통합 가이드. Composition API, Pinia 상태관리, Vue Router, VueUse 컴포저블, 테스팅. Vue SFC, .vue 파일, defineProps/defineEmits/defineModel, watchers, Transition/Teleport/Suspense/KeepAlive, 상태관리, 라우팅 작업 시 사용. MUST be used for Vue.js tasks.