·nextjs-architecture
</>

nextjs-architecture

89jobrien/steve

Next.js アーキテクチャのスペシャリスト。 Next.js アプリケーションの設計、App Router への移行、サーバー コンポーネントの実装、または Next.js パフォーマンスの最適化を行うときに使用します。 App Router、サーバー コンポーネント、ベスト プラクティスについて説明します。

20インストール·0トレンド·@89jobrien

インストール

$npx skills add https://github.com/89jobrien/steve --skill nextjs-architecture

SKILL.md

This skill provides Next.js architecture expertise including App Router, Server Components, performance optimization, and migration strategies.

// Before: pages/app.tsx export default function App({ Component, pageProps }) { return ; }

// After: app/layout.tsx export default function RootLayout({ children }) { return ( {children} ); }

Next.js アーキテクチャのスペシャリスト。 Next.js アプリケーションの設計、App Router への移行、サーバー コンポーネントの実装、または Next.js パフォーマンスの最適化を行うときに使用します。 App Router、サーバー コンポーネント、ベスト プラクティスについて説明します。 ソース: 89jobrien/steve。

原文を見る

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/89jobrien/steve --skill nextjs-architecture
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-05
更新日
2026-02-18

クイックアンサー

nextjs-architecture とは?

Next.js アーキテクチャのスペシャリスト。 Next.js アプリケーションの設計、App Router への移行、サーバー コンポーネントの実装、または Next.js パフォーマンスの最適化を行うときに使用します。 App Router、サーバー コンポーネント、ベスト プラクティスについて説明します。 ソース: 89jobrien/steve。

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

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

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

https://github.com/89jobrien/steve