Agent skill · Documentation

research-nextjs

Research Next.js 15 patterns, examples, and documentation using Exa code search and Ref documentation

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-nextjs --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/research-nextjs/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Research Next.js Patterns Use this skill when you need to: - Learn about Next.js 15 App Router patterns - Find real-world implementation examples - Research Server Components vs Client Components - Understand caching and revalidation strategies - Learn about metadata, routing, or middleware patterns ## Process 1. **Identify Research Need** - What specific Next.js pattern or feature do you need? - Is it about routing, data fetching, performance, or configuration? 2. **Search Documentation (Ref)** ``` Use ref_search_documentation with query focused on: - "Next.js 15 app router [specific topic]" - "Next.js server components" - "Next.js [feature name]" ``` 3. **Find Code Examples (Exa)** ``` Use get_code_context_exa with query: - "Next.js 15 app router [pattern] implementation example" - "Next.js server component with [feature]" - "Next.js API route [specific use case]" ``` 4. **Read Full Documentation** ``` Use ref_read_url to get complete docs from search results ``` 5. **Synthesize Learning** - Compare documentation with real code examples - Identify best practices - Note any version-specific considerations - Document patterns in .claude/memory/org/patterns.json ## Example Queries

What's inside
Steps it walks through
  1. Process
  2. Example Queries
  3. Server Components
  4. API Routes
  5. Caching
  6. Output
  7. When to Use
  8. Related Skills
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the research-nextjs skill do?

Research Next.js 15 patterns, examples, and documentation using Exa code search and Ref documentation

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-nextjs --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going