·nextjs
""

nextjs

lobbi-docs/claude

App Router、サーバー コンポーネント、API ルート、デプロイメントを含む Next.js 開発。 Next.js アプリ、SSR、SSG、および React サーバー コンポーネントに対してアクティブ化します。

9インストール·0トレンド·@lobbi-docs

インストール

$npx skills add https://github.com/lobbi-docs/claude --skill nextjs

SKILL.md

Provides comprehensive Next.js development capabilities for modern web applications.

\\\` app/ ├── layout.tsx # Root layout ├── page.tsx # Home page ├── loading.tsx # Loading UI ├── error.tsx # Error handling ├── not-found.tsx # 404 page ├── globals.css ├── agents/ │ ├── page.tsx # /agents │ ├── [id]/ │ │ ├── page.tsx # /agents/[id] │ │ └── edit/ │ │ └── page.tsx # /agents/[id]/edit │ └── new/ │ └── page.tsx # /agents/new ├── api/

│ └── agents/ │ ├── route.ts # /api/agents │ └── [id]/ │ └── route.ts # /api/agents/[id] └── (dashboard)/ # Route group ├── layout.tsx └── settings/ └── page.tsx \\\`

App Router、サーバー コンポーネント、API ルート、デプロイメントを含む Next.js 開発。 Next.js アプリ、SSR、SSG、および React サーバー コンポーネントに対してアクティブ化します。 ソース: lobbi-docs/claude。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/lobbi-docs/claude --skill nextjs
カテゴリ
""ライティング
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

nextjs とは?

App Router、サーバー コンポーネント、API ルート、デプロイメントを含む Next.js 開発。 Next.js アプリ、SSR、SSG、および React サーバー コンポーネントに対してアクティブ化します。 ソース: lobbi-docs/claude。

nextjs のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/lobbi-docs/claude --skill nextjs インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/lobbi-docs/claude