byvuejs-ai· 8 skills
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.
$npx -y skills add vuejs-ai/skills --skill create-adaptable-composableInstalls into the current project.
Run `npx skills use "https://github.com/vuejs-ai/skills" --skill "vuejs-ai/skills/create-adaptable-composable"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/vuejs-ai/skills" that are relevant to the current task. Run `npx skills add "https://github.com/vuejs-ai/skills"` and select the relevant skills, then follow their instructions.