From saas-framework-kit
Patrón real: `src/components/Form/TextInputComponent.vue` + registro en `src/models/input_registry.ts`. Lee ambos antes de generar.
How this skill is triggered — by the user, by Claude, or both
Slash command
/saas-framework-kit:new-inputThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Patrón real: `src/components/Form/TextInputComponent.vue` + registro en `src/models/input_registry.ts`. Lee ambos antes de generar.
Patrón real: src/components/Form/TextInputComponent.vue + registro en src/models/input_registry.ts. Lee ambos antes de generar.
Input solicitado: $ARGUMENTS
src/components/Form/<Pascal>Component.vue con <script setup lang="ts">:
entityClass: typeof BaseEntity, entity: BaseEntity, propertyKey: string, modelValue?: T.const metadata = useInputMetadata(props.entityClass, props.entity, props.propertyKey);.update:modelValue al cambiar; añade :data-testid="\input-${propertyKey}`"` al control.onMounted Application.eventBus.on('validate-inputs', handleValidation); en onBeforeUnmount el off; en fallo Application.View.value.isValid = false y muestra mensajes en .validation-messages.<style scoped> con tokens de src/css/constants.css. Sin !important, sin lógica en template.src/enums/string_type.ts.src/models/input_registry.ts: importa el componente y añade inputRegistry.register(<propType>, <StringType|null>, <Pascal>Component); (ver los registros existentes al final del archivo).node node_modules/vue-tsc/bin/vue-tsc.js --noEmit.Cumple .claude/rules/components.md.
npx claudepluginhub miguelalrendon/plantilla_saas_vue --plugin saas-framework-kitOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.