nextjs
✓Next.js-Entwicklung einschließlich App Router, Serverkomponenten, API-Routen und Bereitstellung. Aktivieren Sie für Next.js-Apps, SSR, SSG und React Server-Komponenten.
Installation
SKILL.md
Provides comprehensive Next.js development capabilities for modern web applications.
\\\` app/ ├── layout.tsx # Root layout ├── page.tsx # Home page ├── loading.tsx # Loading UI ├── error.tsx # Error handling ├── not-found.tsx # 404 page ├── globals.css ├── agents/ │ ├── page.tsx # /agents │ ├── [id]/ │ │ ├── page.tsx # /agents/[id] │ │ └── edit/ │ │ └── page.tsx # /agents/[id]/edit │ └── new/ │ └── page.tsx # /agents/new ├── api/
│ └── agents/ │ ├── route.ts # /api/agents │ └── [id]/ │ └── route.ts # /api/agents/[id] └── (dashboard)/ # Route group ├── layout.tsx └── settings/ └── page.tsx \\\`
Next.js-Entwicklung einschließlich App Router, Serverkomponenten, API-Routen und Bereitstellung. Aktivieren Sie für Next.js-Apps, SSR, SSG und React Server-Komponenten. Quelle: lobbi-docs/claude.
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/lobbi-docs/claude --skill nextjs- Quelle
- lobbi-docs/claude
- Kategorie
- ""Schreiben
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-01
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist nextjs?
Next.js-Entwicklung einschließlich App Router, Serverkomponenten, API-Routen und Bereitstellung. Aktivieren Sie für Next.js-Apps, SSR, SSG und React Server-Komponenten. Quelle: lobbi-docs/claude.
Wie installiere ich nextjs?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/lobbi-docs/claude --skill nextjs Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/lobbi-docs/claude
Details
- Kategorie
- ""Schreiben
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-01