vue-skilld

Debug and modify Vue single-file components with version-aware guidance.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ForeverWorld/curdx-ralph --skill vue-skilld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vue-skilld
Source: https://github.com/ForeverWorld/curdx-ralph/tree/main/skills/vue-skilld
Command: npx skills add https://github.com/ForeverWorld/curdx-ralph --skill vue-skilld

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides concise, version-aware guidance for developers working with Vue single-file components and code that imports "vue", reducing time spent debugging template, reactivity, and compatibility issues across Vue releases.

Core Features & Use Cases

  • Context-aware debugging: Explains common runtime and compile-time errors in .vue files and recommends targeted fixes.
  • Version & API notes: Highlights breaking changes, new APIs (e.g., Vapor Mode, useId, defineModel), and compatibility considerations for Vue 3.5/3.6.
  • Best practices: Recommends patterns for reactivity, SFC script-setup usage, template refs, performance, and SSR hydration.
  • Reference lookup: Maps actionable guidance to authoritative docs, changelogs, and discussion threads for deeper investigation.
  • Use cases: Fast triage of template compilation errors, guiding refactors for new Vue features, or advising on mixing Vapor and VDOM components.

Quick Start

Open a .vue file and ask the skill to explain the error, propose a Vue 3.6-compatible fix, and list relevant docs.

Frequently Asked Questions about vue-skilld

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix common Vue single-file component template compiler errors?

To fix Vue single-file component template compiler errors, analyze the specific compile-time message and apply targeted corrections to your SFC syntax. Context-aware guidance recommends precise modifications for template structures and composition API usage to resolve these issues.

What is Vapor Mode in Vue 3.6 and how does it interop with VDOM components?

Vapor Mode in Vue 3.6 is a new compilation strategy that allows components to render without the virtual DOM. Guidance advises on mixing Vapor and traditional VDOM components, ensuring correct interop and compatibility during your refactoring process.

How do I update my Vue 3.5 SFCs to use new APIs like defineModel and useId?

To update Vue 3.5 SFCs, apply version-aware API notes to integrate new features like defineModel and useId. Refactoring guidance ensures you follow breaking changes and compatibility considerations while leveraging script-setup best practices.

Can I use this guidance for debugging Vue SSR and hydration issues?

Yes, you can use this guidance for debugging Vue SSR and hydration issues. It recommends best practices and targeted fixes for server-side rendering mismatches, ensuring your single-file components hydrate correctly across Vue 3.5 and 3.6 releases.

What are the best practices for Vue reactivity and template refs in script-setup?

Best practices for Vue reactivity and template refs in script-setup involve using the composition API correctly to maintain reactivity and performance. Guidance includes patterns for optimal SFC usage, template ref binding, and links to authoritative changelogs.