research-nextjs
Research Next.js 15 patterns, examples, and documentation using Exa code search and Ref documentation
npx skills add majiayu000/claude-skill-registry --skill research-nextjs --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Process
- Example Queries
- Server Components
- API Routes
- Caching
- Output
- When to Use
- Related Skills
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.
