소개
This skill empowers Claude to architect production-ready Vue 3 composables by implementing the adaptable pattern. It ensures functions can accept plain values, refs, or getters—using MaybeRef and MaybeRefOrGetter types—and correctly normalizes them using modern reactivity APIs like toValue() and toRef(). By standardizing how inputs are handled within watchers and effects, this skill helps developers create flexible, reusable logic that remains predictable and performant across diverse implementation contexts in Vue and Nuxt projects.