agentsclimarketplace

Nextjs app router conventions

Skill yend724/agent-skills/skills/nextjs-app-router-conventions

Next.js App Router conventions covering file-based routing, caching strategies, Server Actions, Metadata API, and framework-specific patterns. Auto-triggers when working within Next.js App Router projects (app/ directory, next.config, route handlers). Covers file-based routing, caching, Server Actions, Metadata API, and framework-specific patterns.From its SKILL.md

Install
npx -y skills add yend724/agent-skills --skill nextjs-app-router-conventions

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

4.4 KB, ~1.2k tokens by cl100k_base, as published. Nobody here has run it

Next.js App Router Conventions

Next.js App Router のフレームワーク固有規約集。ファイルベースルーティング、キャッシュ戦略、Server Actions、Metadata API に関するルールを定義する。

When to Apply

以下の作業時に自動で参照する:

  • ページ・レイアウトの作成
  • Server Actions の実装
  • Route Handler の作成
  • キャッシュ戦略の設計
  • Metadata / OGP の設定
  • Proxy の実装

Compatibility

Next.js 16+

Rule Categories

CategoryPrefix
ファイル規約file-
Server Actionsactions-
キャッシュ戦略cache-
Metadata / SEOmetadata-
ルーティングパターンrouting-
Proxyproxy-

Quick Reference

ファイル規約

Server Actions

キャッシュ戦略

Metadata / SEO

データ取得

ルーティングパターン

Proxy

How to Use

個別ルールの詳細は rules/ ディレクトリ内のファイルを参照。上記 Quick Reference のリンクから各ルールにアクセスできる。

各ルールファイルには以下が含まれる:

  • ルールの説明と根拠
  • Bad: 間違ったコード例
  • Good: 正しいコード例
  • Next.js バージョン固有の注意点

What ships with it: 22 files

47.7 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.