claude-code-nextjs-skills
Next.js app building, AI SDK integration, and Postgres search
All Skills in This Repository (10)
Pure Emerald Level Indicatorsai-sdk-6
Build AI agents and streaming features with the Vercel AI SDK v6 in Next.js apps.
nextjs-seo
Configure Next.js 16+ SEO metadata, Open Graph, and sitemaps.
postgres-semantic-search
Set up PostgreSQL semantic and hybrid search with pgvector and ParadeDB.
cache-components
Automate caching for Next.js server components with the 'use cache' directive.
ai-app
Scaffold Next.js AI applications with integrated UI and AI SDKs.
skill-creator
Scaffold Claude Code skills with SKILL.md, references, scripts, and assets.
vercel-react-best-practices
Identify and optimize React/Next.js performance bottlenecks in codebases.
ai-elements
Provide reusable UI components for building AI-native chat interfaces and workflows.
nextjs-shadcn
Scaffold Next.js 16 frontends with shadcn/ui and Tailwind presets.
openai-agents-sdk
Develop AI agents and workflows with the OpenAI Agents SDK in Python.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-nextjs-skills?โผ
Run `npx skills add laguagu/claude-code-nextjs-skills --all -g -y` in your terminal to install all skills globally.
What does this Next.js skills pack cover?โผ
It covers Next.js App Router best practices, Cache Components, SEO, shadcn/ui components, React performance rules, and view transitions. It also includes AI SDK v6/v7 guides, chatbot blueprints, and Postgres semantic search.
How to build a production chatbot with Next.js?โผ
Use the nextjs-chatbot skill for human-in-the-loop approval, session persistence, GDPR consent, and tool rendering patterns. The ai-app skill scaffolds the full project with AI SDK and ai-elements components.
Does it work with Cursor, Codex, and Claude Code?โผ
Yes. The repo follows the Agent Plugins v1.0.0 format, so the same skills load in Claude Code, ChatGPT, Codex, Cursor, GitHub Copilot, VS Code, and Kiro.
Can I add vector search to Postgres with these skills?โผ
Yes. The postgres-semantic-search skill provides ready-to-run SQL scripts for pgvector semantic search, hybrid BM25 ranking, fuzzy matching, and multilingual retrieval.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core