← スキル一覧に戻る

nuxt-auto-import
by select
Free legal movie streams from Archive.org and YouTube
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: nuxt-auto-import description: Guide for checking and fixing Nuxt 4 auto-import usage. Use this when reviewing impors in Vue components, composables, or TypeScript files in a Nuxt 4 project.
Auto-imported = No import statement needed. Use directly.
Fix type errors: Run nuxt prepare to rebuild auto-import list.
Import path: Use ~ prefix in /app (e.g., ~/types/index)
✅ Auto-Imported (No import needed)
app/components/*.vue- All componentsapp/composables/*.ts- All composablesapp/stores/*.ts- All storesapp/utils/*.ts- Root level only (nested files need imports)shared/types/*.ts- Server + Appshared/utils/*.ts- Server + Appserver/utils/- Server only
❌ NOT Auto-Imported (Require import)
app/types/- Useimport type { ... } from '~/types'app/utils/nested/- Nested utils need importsapp/layouts/,pages/,plugins/,workers/- All need imports
Action: Remove unnecessary imports for auto-imported modules.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です