Kevin Falentio
Community@falentio
Kevin Falentio's registry curates 67 skills spanning Vue/Nuxt frontend engineering, web animation craft, UI polish, and structured development practices like TDD, triage, and code review.
Agent Skills by Kevin Falentio
Showing 66 vetted skills indexed across 1 GitHub repositories.
pick-ui-library
Recommends curated frontend libraries for UI tasks like charts, toasts, and drag and drop.
vueuse-functions
Maps Vue.js and Nuxt requirements to appropriate VueUse composables with usage references.
animate
Implements UI animations by selecting tools, properties, easings, and durations through a gated decision sequence.
better-interface
Orchestrates cross-discipline interface reviews across accessibility, layout, writing, typography, color, and UI polish.
find-animation-opportunities
Scan a codebase for UI moments that would benefit from motion and propose exact animation recipes.
improve-animations
Audits codebase animation and motion code, then writes self-contained implementation plans for other agents.
explain-interface
Explains how a website or visual effect was built from a URL or screenshot.
vitest
Write, configure, and run Vitest unit tests with Vite-native tooling.
vue
Guides writing Vue 3 single-file components with Composition API and script setup macros.
interface-review
Reviews git diffs, branches, and pull requests for interface regressions across UI, accessibility, typography, and layout.
vue-best-practices
Guides Vue 3 development with Composition API, component design, and performance best practices.
better-colors
Generate, name, and audit color palettes, tokens, and contrast pairs in CSS projects.
better-ui
Reviews and polishes UI code with exact values for radius, shadows, icons, and animations.
better-typography
Reviews and fixes CSS typography covering type scales, spacing, wrapping, and OpenType features.
vue-testing-best-practices
Guides Vue 3 testing with Vitest, Vue Test Utils, Pinia, and Playwright patterns.
better-layout
Reviews and fixes UI layout structure, grouping, alignment, and adaptive behavior in CSS and HTML.
vite
Configures Vite projects, plugins, SSR builds, and Vite 8 Rolldown migrations.
apple-design
Implements Apple-style fluid interface design with spring animations and gesture-driven interactions for the web.
pinia
Implement type-safe state management stores in Vue applications using Pinia.
nuxt
Guides building Nuxt 4 applications with SSR, file-based routing, and auto-imports.
variant
Builds multiple UI variants of one component behind a URL-driven picker for comparison.
better-writing
Reviews and rewrites interface copy, error messages, and microcopy for clarity and consistency.
review-animations
Reviews animation and motion code against easing, duration, origin, and performance standards.
break
Renders one UI component under hostile content scenarios and reports visible breaks.
Frequently Asked Questions About Kevin Falentio
FAQPage SchemaWhat tasks can I accomplish with falentio's skill collection?▼
You can build Vue 3/Nuxt frontends with Pinia and VueUse, create and audit web animations with exact motion values, polish UI across typography, color, layout, and accessibility, run Vitest and Playwright tests, and execute structured practices like TDD, code review, issue triage, and conventional commits.
Who is the target audience for these skills?▼
Frontend engineers and design engineers working in the Vue/Nuxt/Vite ecosystem, plus developers who want disciplined workflows. Motion-focused skills suit those crafting high-polish interfaces, while git, triage, and ticketing skills serve maintainers managing repositories and issue trackers.
What are the prerequisites and dependencies for using these skills?▼
Vue skills require Vue 3+ or Nuxt 3+ projects. shadcn-vue needs a components.json project and npx/pnpm/bunx access. Playwright-cli requires Node with npx. Git skills need a repository; pnpm and Vite skills apply to projects using those respective stacks.
Are these skills open source and what licenses apply?▼
Several skills carry explicit MIT licenses, including vueuse-functions, vue-best-practices, vue-testing-best-practices, git-commit, and postgres. Many framework skills are generated from official sources like vuejs/docs, vite, and nuxt repositories by Anthony Fu. Other skills list no explicit license.
How do the animation skills differ from each other?▼
The animate skill writes new animation implementations from scratch. find-animation-opportunities proposes where motion should exist without implementing. improve-animations audits a codebase and produces prioritized fix plans. review-animations critiques existing motion code against a high craft bar. animate-expo covers React Native and Expo specifically.