laguagu/claude-code-nextjs-skills

Claude Code skills for AI apps • Next.js 16 • AI SDK 6 • pgvector • bun • Ralph Loop

6 stars0 forksUpdated Jan 26, 2026
npx skills add laguagu/claude-code-nextjs-skills

README

Claude Code AI Skills

Skills for building AI applications, especially Next.js + bun runtime.

Quick Start

# Start a full-stack AI app
/ai-app

# Start autonomous Ralph Loop for complex apps
/ralph-loop:ralph-loop "/ai-app @spec/PLAN.md build this app" --max-iterations 50 --completion-promise "DONE"

# Or use individual skills as needed
/ai-sdk-6              # AI agents & streaming
/postgres-semantic-search  # Vector/hybrid search

Skills

🚀 App Development

SkillDescription
ai-appFull-stack AI app (chatbots, agents, dashboards)
nextjs-shadcnNext.js 16 + shadcn/ui + bun
cache-componentsNext.js Cache Components & PPR
nextjs-seoSEO optimization (metadata, sitemaps, JSON-LD)

🤖 AI SDKs

SkillDescription
ai-sdk-6Vercel AI SDK v6 (agents, streaming, tools)
ai-elementsAI Elements UI components
openai-agents-sdkOpenAI Agents SDK (Python)

🗄️ Data & Search

SkillDescription
postgres-semantic-searchpgvector semantic & hybrid search

🛠️ Meta

SkillDescription
skill-creatorCreate custom skills - includes Ralph Loop docs

📦 Based On

Custom Agents

Example agents for common workflows. Copy to .claude/agents/ to use.

AgentDescription
code-simplifierRefines code for clarity (DRY/KISS/YAGNI) after coding sessions
nextjs-reviewerGenerates review reports for Next.js projects

See sub-agents reference for creating custom agents.

Installation

Copy or symlink skills to:

  • Global: ~/.claude/skills/
  • Project: .claude/skills/

MCP Server

Includes Next.js DevTools MCP:

{
  "mcpServers": {
    "next-devtools": {
      "command": "npx",
      "args": ["-y", "next-devtools-mcp@latest"]
    }
  }
}

License

MIT (this repository)

Some skills are extended from open source originals:

Publisher

laguagulaguagu

Statistics

Stars6
Forks0
Open Issues0
LicenseMIT License
CreatedJan 11, 2026