agentsclimarketplace

Vuetify

Skill G1Joshi/Agent-Skills/skills/frameworks/vuetify

Vuetify Material Design component framework for Vue. Use for Vue UI.From its SKILL.md

Install
npx -y skills add G1Joshi/Agent-Skills --skill vuetify

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.0 KB, 241 tokens by cl100k_base, as published. Nobody here has run it

Vuetify

Vuetify is the comprehensive UI toolkit for Vue. v3 (Titan) is built for Vue 3 and Vite, offering massive performance improvements over v2.

When to Use

  • Enterprise Dashboards: The VDataTable is feature-rich.
  • Material Design: Strict adherence to MD3 (Material Design 3).
  • Speed: Rapid prototyping with pre-built components.

Core Concepts

Layout System

v-app, v-main, v-container. Essential for structure.

Slots

Extensive use of slots for customization (<template v-slot:append>).

Defaults

Global configuration of component default props.

Best Practices (2025)

Do:

  • Use Vite: Webpack is legacy.
  • Use Tree-shaking: Import only what you use (automatic in v3).
  • Use SASS/SCSS Variables: For theming.

Don't:

  • Don't mix with other UI libs: Vuetify is invasive (global styles).

References

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,834. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.