Create Adaptable Composable

Create a library-grade Vue composable that accepts maybe-reactive inputs (MaybeRef / MaybeRefOrGetter) so callers can pass a plain value, ref, or getter. Normalize inputs with toValue()/toRef() inside reactive effects (watch/watchEffect) to keep behavior predictable and reactive. Use this skill when user asks for creating adaptable or reusable composables. Use when this capability is needed.

tomevault-io 2527e75 2 files · 3.3 KB Updated

File contents

tomevault-io/skills-registry/tree/main/vuejs-ai--skills--create-adaptable-composable commit 2527e7522f

Frequently asked questions

npx skillmds@latest add tomevault-io/create-adaptable-composable