Kevin Falentio avatar

Kevin Falentio

Community

@falentio

33Followers
|
100Public Repos
|
66Published Skills

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.

Skills Distribution
DomainUI/UX & Crea...Frontend Framework.. (30%)Web Animation & Mo.. (25%)Interface Design &.. (20%)Development Proces.. (15%)

Agent Skills by Kevin Falentio

Showing 66 vetted skills indexed across 1 GitHub repositories.

falentiofalentio

pick-ui-library

Recommends curated frontend libraries for UI tasks like charts, toasts, and drag and drop.

Community
Basic
falentiofalentio

vueuse-functions

Maps Vue.js and Nuxt requirements to appropriate VueUse composables with usage references.

Community
Intermediate
falentiofalentio

animate

Implements UI animations by selecting tools, properties, easings, and durations through a gated decision sequence.

Community
Intermediate
falentiofalentio

better-interface

Orchestrates cross-discipline interface reviews across accessibility, layout, writing, typography, color, and UI polish.

Community
Advanced
falentiofalentio

find-animation-opportunities

Scan a codebase for UI moments that would benefit from motion and propose exact animation recipes.

Community
Intermediate
falentiofalentio

improve-animations

Audits codebase animation and motion code, then writes self-contained implementation plans for other agents.

Community
Advanced
falentiofalentio

explain-interface

Explains how a website or visual effect was built from a URL or screenshot.

Community
Advanced
falentiofalentio

vitest

Write, configure, and run Vitest unit tests with Vite-native tooling.

Community
Intermediate
falentiofalentio

vue

Guides writing Vue 3 single-file components with Composition API and script setup macros.

Community
Intermediate
falentiofalentio

interface-review

Reviews git diffs, branches, and pull requests for interface regressions across UI, accessibility, typography, and layout.

Community
Advanced
falentiofalentio

vue-best-practices

Guides Vue 3 development with Composition API, component design, and performance best practices.

Community
Advanced
falentiofalentio

better-colors

Generate, name, and audit color palettes, tokens, and contrast pairs in CSS projects.

Community
Intermediate
falentiofalentio

better-ui

Reviews and polishes UI code with exact values for radius, shadows, icons, and animations.

Community
Intermediate
falentiofalentio

better-typography

Reviews and fixes CSS typography covering type scales, spacing, wrapping, and OpenType features.

Community
Intermediate
falentiofalentio

vue-testing-best-practices

Guides Vue 3 testing with Vitest, Vue Test Utils, Pinia, and Playwright patterns.

Community
Intermediate
falentiofalentio

better-layout

Reviews and fixes UI layout structure, grouping, alignment, and adaptive behavior in CSS and HTML.

Community
Intermediate
falentiofalentio

vite

Configures Vite projects, plugins, SSR builds, and Vite 8 Rolldown migrations.

Community
Intermediate
falentiofalentio

apple-design

Implements Apple-style fluid interface design with spring animations and gesture-driven interactions for the web.

Community
Intermediate
falentiofalentio

pinia

Implement type-safe state management stores in Vue applications using Pinia.

Community
Intermediate
falentiofalentio

nuxt

Guides building Nuxt 4 applications with SSR, file-based routing, and auto-imports.

Community
Intermediate
falentiofalentio

variant

Builds multiple UI variants of one component behind a URL-driven picker for comparison.

Community
Intermediate
falentiofalentio

better-writing

Reviews and rewrites interface copy, error messages, and microcopy for clarity and consistency.

Community
Intermediate
falentiofalentio

review-animations

Reviews animation and motion code against easing, duration, origin, and performance standards.

Community
Intermediate
falentiofalentio

break

Renders one UI component under hostile content scenarios and reports visible breaks.

Community
Intermediate

Frequently Asked Questions About Kevin Falentio

FAQPage Schema
What 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.