スキル一覧に戻る
JokeJason

nextjs-canary-docs

by JokeJason

downloads official documentation, filters it with AI assistance, and generates skills that make the docs available as local context for AI coding agents—a local alternative to Context7's cloud-based documentation lookup

2🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: nextjs-canary-docs description: Local Next.js documentation reference (canary branch). Use when asked about Next.js features, App Router, Server Components, routing, data fetching, rendering, caching, styling, optimizations, configuration, or Next.js APIs.

Next.js Documentation (Canary)

Next.js is a React framework for building full-stack web applications. It provides Server Components, automatic code splitting, file-based routing, and built-in optimizations for production.

App Router (Recommended): references/01-app/ - The newer router with React Server Components support (220 files)

  • 01-getting-started/ - Installation, project structure, core concepts
  • 02-guides/ - Tutorials on authentication, caching, forms, data security
  • 03-api-reference/ - Directives, components, file conventions, functions, config

Pages Router (Legacy): references/02-pages/ - The original Next.js router (148 files)

  • 01-getting-started/ - Setup and migration guides
  • 02-guides/ - Pages Router-specific tutorials
  • 03-building-your-application/ - Routing, rendering, data fetching
  • 04-api-reference/ - Pages Router API documentation

Architecture: references/03-architecture/ - How Next.js works under the hood (5 files)

Community: references/04-community/ - Contribution guidelines (2 files)

Key Entry Points

TaskStart Here
New to Next.jsreferences/01-app/01-getting-started/01-installation.mdx
Project structurereferences/01-app/01-getting-started/02-project-structure.mdx
Layouts and pagesreferences/01-app/01-getting-started/03-layouts-and-pages.mdx
Server vs Client Componentsreferences/01-app/01-getting-started/05-server-and-client-components.mdx
Data fetchingreferences/01-app/01-getting-started/07-fetching-data.mdx
Cachingreferences/01-app/02-guides/caching.mdx
Authenticationreferences/01-app/02-guides/authentication.mdx
Formsreferences/01-app/02-guides/forms.mdx
API referencereferences/01-app/03-api-reference/index.mdx
Components (Image, Link, etc.)references/01-app/03-api-reference/02-components/
Configurationreferences/01-app/03-api-reference/05-config/
Pages Router setupreferences/02-pages/01-getting-started/

When to use

Use this skill when the user asks about:

  • Next.js App Router or Pages Router
  • Server Components and Client Components
  • File-based routing, layouts, and navigation
  • Data fetching and caching strategies
  • Rendering (SSR, SSG, ISR, streaming)
  • Middleware and API routes
  • Image, Font, Link, Script optimization
  • next.config.js configuration
  • Deployment and production builds

How to find information

  1. First, read references/STRUCTURE.md to see all 377 documentation files organized by directory
  2. Use the Navigation Guide above to identify the relevant section
  3. Start with the Key Entry Points for common tasks
  4. For App Router: explore references/01-app/
  5. For Pages Router: explore references/02-pages/
  6. For API details: check 03-api-reference/ within each router section

STRUCTURE.md contains a complete file listing - always check it first when searching for specific topics.

スコア

総合スコア

70/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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