
laguagu/claude-code-nextjs-skills
3 skills2.4k installs126 starsGitHub
Install
npx skills add https://github.com/laguagu/claude-code-nextjs-skillsSkills in this repo
1Nextjs Seonextjs-seo packages AI Search Optimization (GEO and AEO) for Next.js sites so solo founders can be cited in Google AI Overviews, ChatGPT Search, Perplexity, Gemini, and similar surfaces without chasing hype-only tactics. The skill stresses that generative visibility stacks on normal SEO: indexing, snippets, crawlability, and user-valuable structure. It documents official Google positioning on eligibility, gives a sober read on llms.txt, distinguishes AI training crawlers from search or citation bots, and suggests practical robots configuration with a reminder that real blocking may need edge or WAF rules. Builders still implement metadata, structured data, and measurable visibility checks in the App Router or Pages context they already use. Use when you are shipping or iterating a Next.js product and want agents to apply consistent, evidence-aligned GEO patterns rather than one-off blog advice.1.3kinstalls2Openai Agents SdkOpenAI Agents SDK is an agent skill for Python developers who want a structured guide to the `openai-agents` package instead of piecing together docs from memory. It walks through installation, API keys, Azure OpenAI configuration through LiteLLM, and the everyday building blocks: defining agents with instructions and models, running sync and async flows with Runner, attaching function tools, constraining outputs with schemas, persisting context in SQLite sessions, and operating guardrails, handoffs, streaming, and tracing. Solo and indie builders shipping agent backends or internal automations use it when imports from `agents` appear in the repo or when questions come up about Runner, tools, and observability. The skill fits the Build phase as agent-tooling and often extends into Ship when you harden tracing and production LLM routing.574installs3Nextjs Shadcnnextjs-shadcn is a architecture playbook for solo builders using Next.js with shadcn/ui alongside coding agents. It answers the recurring failure mode where every component becomes a client component or props break serialization across the server boundary. The skill gives an explicit decision tree for when to add use client, how to route auth-heavy areas under protected segments, and where to park Server Actions versus shared UI primitives. Folder conventions separate route-local code from cross-cutting components, hooks, data queries, and an ai/ directory for tools and prompts so agent features do not sprawl through app routes. Styling guidance pushes Tailwind v4 CSS variables in globals.css so shadcn themes stay consistent instead of one-off hex values. Invoke it while bootstrapping dashboards, auth flows, or AI-assisted features where Next 15 patterns and shadcn composition need to stay coherent across many generated files.572installs