スキル一覧に戻る
colinmollenhour

nuxt-ui

by colinmollenhour

0🍴 0📅 2026年1月16日
GitHubで見るManusで実行

SKILL.md


name: nuxt-ui description: Use when implementing or debugging UI features with Nuxt UI components, designing forms, tables, modals, or any user interface work - fetches current documentation to ensure accurate component APIs

Nuxt UI Skill

Source of Truth: https://ui.nuxt.com/llms.txt for all Nuxt UI component APIs.

Nuxt UI v4 is actively developed with frequent changes. Training data may be outdated. Always verify component APIs before implementing.

Mandatory Workflow

Step 1: Fetch Targeted Documentation

Before implementing ANY Nuxt UI component, execute a WebFetch request:

WebFetch to https://ui.nuxt.com/llms.txt with prompt:
"Extract ONLY the documentation for [UComponent] from Nuxt UI.
Include: Props, Slots, Events, code examples.
Exclude everything else. Return a concise summary."

CRITICAL: Never fetch the full documentation. Use targeted extraction to avoid context bloat.

Step 2: Read Relevant Guide

Read the appropriate guide for your task:

TaskGuide
Form validation, inputs, selectsFORMS.md
Data tables with filteringTABLES.md
Modals, slideovers, popoversOVERLAYS.md
Buttons, dropdowns, badges, layoutCOMPONENTS.md
Best practices, accessibility, common mistakesPATTERNS.md

Step 3: Implement with Type Safety

All implementations must use:

  • Zod schemas for form validation
  • Proper TypeScript types
  • FormSubmitEvent<Schema> for form handlers

Red Flags - Stop and Fetch Docs First

Warning SignWhy It's Dangerous
"I know how UModal works"API may have changed
"This is a simple component"Simple tasks have highest error rates
Using @close instead of v-model:openEvent names change between versions

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です