← スキル一覧に戻る

nuxt-docs
by Patrity
⭐ 10🍴 0📅 2026年1月22日
SKILL.md
name: nuxt-docs description: Fetches Nuxt 4 framework documentation from GitHub. Use when needing info about Nuxt composables (useFetch, useAsyncData), directory structure, configuration, routing, data fetching, deployment, or any Nuxt framework concepts. allowed-tools: Bash, Read
Nuxt 4 Documentation Skill
Fetches up-to-date Nuxt framework docs from the official GitHub repository.
Categories
| Category | Topics |
|---|---|
getting-started | installation, config, routing, data-fetching, deployment |
api/composables | useFetch, useAsyncData, useState, useRoute, etc. |
api/components | NuxtPage, NuxtLayout, NuxtLink, ClientOnly, etc. |
api/utils | $fetch, defineNuxtConfig, definePageMeta, etc. |
directory-structure | app/, server/, composables/, pages/, etc. |
guide | concepts, best practices, recipes |
Usage
Fetch a specific topic
python3 .claude/skills/nuxt-docs/fetch.py data-fetching
python3 .claude/skills/nuxt-docs/fetch.py useFetch
python3 .claude/skills/nuxt-docs/fetch.py routing
List available topics
python3 .claude/skills/nuxt-docs/fetch.py --list
Check cache status
python3 .claude/skills/nuxt-docs/fetch.py --status
When to Use
- "How do I use useFetch?"
- "What's the Nuxt 4 directory structure?"
- "How do I configure nuxt.config.ts?"
- "How does server-side rendering work?"
- "How do I deploy a Nuxt app?"
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です