regle
Type-safe Vue 3 form validation and Vuelidate migration
All Skills in This Repository (11)
Pure Emerald Level Indicatorsvitepress
Convert Markdown files into Vue-powered documentation sites with VitePress.
vitest
Run Vitest unit tests for JavaScript and TypeScript projects.
antfu
Configure Vue 3 projects with pnpm, strict TypeScript, and @antfu/eslint-config.
vue
Apply Vue 3 Composition API patterns with TypeScript and script setup.
vue-best-practices
Codify Vue 3 TypeScript best practices for vue-tsc and Volar configuration.
pnpm
Manage Node.js project dependencies with pnpm workspace features.
tsdown
Bundle TypeScript libraries with Rolldown and automatic type declarations.
vite
Start a Vite dev server with native ESM and instant HMR.
pinia
Manage Vue 3 application state with type-safe Pinia stores.
nuxt
Create SSR-enabled Vue applications with Nuxt's file-based routing and auto-imports.
turborepo
Coordinate Turborepo monorepo workflows for multi-package builds and caching.
Frequently Asked Questions
FAQPage SchemaHow to install Regle skills?โผ
Run `npx skills add victorgarciaesgi/regle --all -g -y` in your terminal to install all Regle skills globally.
What is Regle used for?โผ
Regle is a headless, type-safe form validation library for Vue 3. These skills help your coding assistant write, customize, and debug Regle forms correctly.
How to migrate from Vuelidate to Regle?โผ
The regle-migrate-vuelidate skill converts your forms step by step, replacing useVuelidate with useRegle, mapping validators to built-in rules, and updating bindings automatically.
Does Regle work with Zod or Valibot?โผ
Yes. The regle-schemas skill covers schema-based validation with Zod, Valibot, ArkType, and any Standard Schema library via @regle/schemas.
Do these skills work with Cursor and Claude Code?โผ
Yes. All skills follow the universal SKILL.md standard and work in Claude Code, Cursor, and any agent supporting the Agent Skills spec.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core