Nuxt UI Skill
Use this skill to answer Nuxt UI questions with official documentation links instead of memory-only guidance.
Workflow
- •Read
references/source-map.mdfirst to locate likely pages quickly. - •Read
references/llms.txtwhen the topic is not in the map or needs broader coverage. - •Open the linked raw markdown pages from
ui.nuxt.com/raw/docs/...before giving high-confidence implementation advice. - •Prefer Nuxt UI v4 guidance by default; if the project is on older versions, use migration docs and call out version gaps.
- •Distinguish Nuxt integration from plain Vue integration when installation or runtime behavior differs.
- •Include concrete source links in the final answer and explicitly state version/framework context.
Search Pattern
Use targeted text search on the local index file:
powershell
Select-String -Path "skills/nuxt-ui/references/llms.txt" -Pattern "Form|Table|Modal|theme|css variables|useToast|installation/vue"
Then open the most relevant raw docs links from matched lines.
Answer Rules
- •State assumptions when framework context is unclear (
NuxtvsVue). - •Highlight version-specific differences when migration docs indicate API/theme changes.
- •Prefer component/composable API pages over marketing summaries for implementation details.
- •Prefer official docs pages over third-party content for API semantics.