Generate production-ready Next.js projects with TypeScript, Tailwind CSS, shadcn/ui, and API integration. Use when the user asks to build, create, develop, or scaffold a Next.js application, web app, full-stack project, or frontend with backend integration. Prioritizes modern stack (Next.js 14+, TypeScript, shadcn/ui, axios, react-query) and best practices. Also triggers on requests to add features, integrate APIs, or extend existing Next.js projects.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install frontend-dev或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install frontend-dev⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/frontend-dev/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: ui-development description: Generate production-ready Next.js projects with TypeScript, Tailwind CSS, shadcn/ui, and API integration. Use when the user asks to build, create, develop, or scaffold a Next.js application, web app, full-stack project, or frontend with backend integration. Prioritizes modern stack (Next.js 14+, TypeScript, shadcn/ui, axios, react-query) and best practices. Also triggers on requests to add features, integrate APIs, or extend existing Next.js projects. ---
Generate production-ready Next.js projects from natural language, with shadcn/ui components, API integration, type safety, and modern tooling.
Fast path for simple projects:
Live preview: Projects run on PM2 (port 3002), accessible at http://localhost:3002 or via nginx proxy if configured.
Default workflow: All projects use PM2 for dev server management (prevents port conflicts, ensures single instance).
sudo apt-get install chromium-browser (Debian/Ubuntu)sudo apt-get install nginx ```nginx # /etc/nginx/sites-available/
location / { proxy_pass http://localhost:3002; # PM2 dev server proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade'; proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; } } ```
sudo ln -s /etc/nginx/sites-available/ /etc/nginx/sites-enabled/ && sudo systemctl reload nginx http://localhost:3002 (PM2 port)Before starting, ask user if they want to enable optional features.
Quick reference for typical requests:
(dashboard) route group, shadcn data tables, chartsapp/page.tsx, hero section, features grid, testimonialsapp/blog/[slug]/page.tsx, markdown support(auth) group), protected routes, subscription logicAsk user: What type of project are you building? (helps determine structure and components)
Core:
API Integration (default):
Optional (based on needs):
Industry-standard Next.js 14+ App Router structure with feature-based organization:
...
安装 NextJS Frontend Development + Integration 后,可以对 AI 说这些话来触发它
Help me get started with NextJS Frontend Development + Integration
Explains what NextJS Frontend Development + Integration does, walks through the setup, and runs a quick demo based on your current project
Use NextJS Frontend Development + Integration to generate production-ready Next
Invokes NextJS Frontend Development + Integration with the right parameters and returns the result directly in the conversation
What can I do with NextJS Frontend Development + Integration in my developer & devops workflow?
Lists the top use cases for NextJS Frontend Development + Integration, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/frontend-dev/ 目录(个人级,所有项目可用),或 .claude/skills/frontend-dev/(项目级)。重启 AI 客户端后,用 /frontend-dev 主动调用,或让 AI 根据上下文自动发现并使用。
NextJS Frontend Development + Integration 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
NextJS Frontend Development + Integration 可免费安装使用。请查阅仓库了解许可证信息。
Generate production-ready Next.js projects with TypeScript, Tailwind CSS, shadcn/ui, and API integration. Use when the user asks to build, create, develop, or scaffold a Next.js application, web app, full-stack project, or frontend with backend integration. Prioritizes modern stack (Next.js 14+, TypeScript, shadcn/ui, axios, react-query) and best practices. Also triggers on requests to add features, integrate APIs, or extend existing Next.js projects.
Automate my developer & devops tasks using NextJS Frontend Development + Integration
Identifies repetitive steps in your workflow and sets up NextJS Frontend Development + Integration to handle them automatically
NextJS Frontend Development + Integration 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。