·mcp-server-skills
</>

mcp-server-skills

gocallum/nextjs16-agent-skills

Muster zum Erstellen von MCP-Servern in Next.js mit mcp-Handler, gemeinsam genutzten Zod-Schemas und wiederverwendbaren Serveraktionen.

94Installationen·5Trend·@gocallum

Installation

$npx skills add https://github.com/gocallum/nextjs16-agent-skills --skill mcp-server-skills

SKILL.md

Goal: Keep route.ts minimal. Put logic + Zod schemas in lib/ so both the MCP handler and server actions share a single source of truth.

Server actions call the same logic as the MCP handler and power the web UI, keeping responses aligned.

1) Single source of truth — schemas + logic in lib/; both MCP tools and server actions import them. 2) Validation first — use Zod for inputs and reuse the same schema for UI + MCP.

Muster zum Erstellen von MCP-Servern in Next.js mit mcp-Handler, gemeinsam genutzten Zod-Schemas und wiederverwendbaren Serveraktionen. Quelle: gocallum/nextjs16-agent-skills.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/gocallum/nextjs16-agent-skills --skill mcp-server-skills
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist mcp-server-skills?

Muster zum Erstellen von MCP-Servern in Next.js mit mcp-Handler, gemeinsam genutzten Zod-Schemas und wiederverwendbaren Serveraktionen. Quelle: gocallum/nextjs16-agent-skills.

Wie installiere ich mcp-server-skills?

Ö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/gocallum/nextjs16-agent-skills --skill mcp-server-skills 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/gocallum/nextjs16-agent-skills