Claude Code Plugins

Community-maintained marketplace

Feedback

Build and deploy this Next.js admin dashboard application. Use when building, deploying, or preparing the project for production.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name build-and-deploy
description Build and deploy this Next.js admin dashboard application. Use when building, deploying, or preparing the project for production.

Build and Deploy TailAdmin Next.js

CRITICAL: For Vercel, use vercel build --prod then vercel deploy --prebuilt --prod.

Tech Stack

  • Next.js 16.x with React 19
  • TypeScript
  • Tailwind CSS v4
  • ApexCharts for data visualization

Workflow

1. Install Dependencies

npm install

2. Build

npm run build

3. Deploy

Vercel (Recommended for Next.js):

vercel pull --yes -t $VERCEL_TOKEN
vercel build --prod -t $VERCEL_TOKEN
vercel deploy --prebuilt --prod --yes -t $VERCEL_TOKEN

Netlify:

netlify deploy --prod

Development

npm run dev
# Opens at http://localhost:3000

Environment Variables

No required environment variables for the base template. Add your own as needed for API integrations.