vuetify skills

14 tagged vuetify, measured the same way as everything else here.

Browse within: vue 14boilerplate 7jwt 7rust 7stack 7vuex 7wasm 7

feature

01

pierreb-devkit/Vue

Skill Claude CodeCodex

Use this whenever the user asks to "implement", "add", "build", "create", or "modify" a feature, page, view, component, or module in this Vue project. Three phases: Phase 0 scope analysis (flows + edge cases + UI needs + plan validation, STOP for user), Phase 1 implementation (layered UI → Store → API, Vue 3…

20 4d ago A 123 tokens

pull-request

02

pierreb-devkit/Vue

Skill Claude CodeCodex

Use this whenever the user asks to "open a PR", "ship this", "create the pull request", "make a PR", or once a Vue feature/fix is verified and ready to push. Full lifecycle: branch → commit (commitizen) → issue → draft PR → CI → ready → autonomous monitor loop (fix comments, resolve threads, iterate until CI green +…

20 4d ago A 114 tokens

ui

03

pierreb-devkit/Vue

Skill Claude CodeCodex

Design system reference for the Devkit Vue stack (Vuetify 4 + custom theme helpers). Use when asked about styling, theming, layout, design system, Vuetify components, visual verification, or UI patterns. Automatically consumed by /feature when the task has a visual component. Can also be invoked directly for…

20 4d ago A 80 tokens

docx-generator

04

guyoung/boxagnts

Skill Claude CodeCodex

Production-grade DOCX generator that creates valid Microsoft Word (.docx) files from Markdown or structured AST using a safe streaming ZIP engine and minimal but strict OOXML baseline.

11 1mo ago A 38 tokens original MIT

pptx-generator

05

guyoung/boxagnts

Skill Claude CodeCodex

Compile Markdown into a valid Microsoft PowerPoint (.pptx) file using pure JavaScript. Pipeline: Markdown → AST → Slide IR → Layout IR → OOXML → ZIP. Images embedded from local files.

11 1mo ago A 45 tokens original MIT

xlsx-generator

06

guyoung/boxagnts

Skill Claude CodeCodex

Production-grade XLSX generator that creates valid Microsoft Excel (.xlsx) files from structured table data using a DEFLATE-mode ZIP engine (uses zlib for compression). Supports formulas, merged cells, styles (bold/font/alignment/border/fill/number-format/column-width), panes/freeze-panes, multi-sheet, and auto-sizing.

11 1mo ago A 72 tokens original MIT