スキル一覧に戻る
Patrity

nuxt-ui

by Patrity

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

SKILL.md


name: nuxt-ui description: Fetches Nuxt UI v4 component documentation from GitHub. Use when building UI with Nuxt UI, needing component APIs, props, slots, or usage examples. allowed-tools: Bash, Read, WebFetch

Nuxt UI v4 Documentation Skill

Fetches up-to-date Nuxt UI v4 docs from the official GitHub repository.

Usage

Fetch a specific component's docs

python3 .claude/skills/nuxt-ui-docs/fetch.py <ComponentName>

Examples:

python3 .claude/skills/nuxt-ui-docs/fetch.py Button
python3 .claude/skills/nuxt-ui-docs/fetch.py Modal
python3 .claude/skills/nuxt-ui-docs/fetch.py Form

Update all cached docs

python3 .claude/skills/nuxt-ui-docs/fetch.py --update-all

Check what's cached

python3 .claude/skills/nuxt-ui-docs/fetch.py --status

Cache System

  • Docs are cached in .claude/skills/nuxt-ui-docs/cache/
  • Manifest at .claude/skills/nuxt-ui-docs/manifest.json tracks:
    • Last fetch timestamp per component
    • GitHub commit SHA at time of fetch
  • Use --force to bypass cache and fetch fresh

Quick Reference

Read the cached quick reference for common patterns:

Source

Docs fetched from: https://github.com/nuxt/ui/tree/v4/docs/content/docs

When to Use

  • "What props does UButton accept?"
  • "How do I use UForm with validation?"
  • "Show me UTable examples"
  • "What slots does UModal have?"

スコア

総合スコア

50/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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