Nextjs
Advanced Next.js skills for App Router, Server Components, and data fetching.
Installation
First, install the Han CLI tool:
npm install -g @thebushidocollective/hanThen install the plugin:
han plugin install buki-nextjsOverview
Advanced Next.js skills for App Router, Server Components, and data fetching.
Skills
This plugin provides the following skills:
- Nextjs App Router
- Nextjs Data Fetching
- Nextjs Server Components
Usage
Once enabled, Claude will automatically apply these skills when working with relevant code. The plugin provides context and expertise that Claude uses to:
- Write idiomatic code following best practices
- Suggest appropriate patterns and architectures
- Catch common mistakes and anti-patterns
- Provide framework-specific guidance
License
Licensed under MIT - see repository for details.
Skills
nextjs-app-router
Use when next.js App Router with layouts, loading states, and streaming. Use when building modern Next.js 13+ applications.
nextjs-data-fetching
Use when next.js data fetching patterns including SSG, SSR, and ISR. Use when building data-driven Next.js applications.
nextjs-server-components
Use when next.js Server Components for optimal performance. Use when building data-intensive Next.js applications.