@skills · Owner
Agent skills by wsimmonds
11 skills indexed from github.com/wsimmonds. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- claude-nextjs-skills · Collection · 109 stars
- nextjs-advanced-routing · Skill · 109 stars
Guide for advanced Next.js App Router patterns including Route Handlers, Parallel Routes, Intercepting Routes, Server Actions, error boundaries, draft mode
- nextjs-anti-patterns · Skill · 109 stars
Identify and fix common Next.js App Router anti-patterns and mistakes. Use when reviewing code for Next.js best practices, debugging performance issues, mi
- nextjs-app-router-fundamentals · Skill · 109 stars
Guide for working with Next.js App Router (Next.js 13+). Use when migrating from Pages Router to App Router, creating layouts, implementing routing, handli
- nextjs-client-cookie-pattern · Skill · 109 stars
Pattern for client components calling server actions to set cookies in Next.js. Covers the two-file pattern of a client component with user interaction (on
- nextjs-dynamic-routes-params · Skill · 109 stars
Guide for Next.js App Router dynamic routes and pathname parameters. Use when building pages that depend on URL segments (IDs, slugs, nested paths), access
- nextjs-pathname-id-fetch · Skill · 109 stars
Focused pattern for fetching data using URL parameters in Next.js. Covers creating dynamic routes ([id], [slug]) and accessing route parameters in server c
- nextjs-server-client-components · Skill · 109 stars
Guide for choosing between Server Components and Client Components in Next.js App Router. CRITICAL for useSearchParams (requires Suspense + 'use client'),
- nextjs-server-navigation · Skill · 109 stars
Guide for implementing navigation in Next.js Server Components using Link component and redirect() function. Covers the difference between server and clien
- nextjs-use-search-params-suspense · Skill · 109 stars
Pattern for using useSearchParams hook with Suspense boundary in Next.js. Covers the required combination of 'use client' directive and Suspense wrapper wh
- vercel-ai-sdk · Skill · 109 stars
Guide for Vercel AI SDK v5 implementation patterns including generateText, streamText, useChat hook, tool calling, embeddings, and MCP integration. Use whe