Next Project Starter

Starter bundle for Next.js projects with commands, hooks, scripts, and MCP integration

ClaudeSmith
Updated 11/22/2025
v0.1.0
GitHub
bundles
bundle
nextjs
starter

Files

Toggle any file to view its contents.

.claude-plugin
commands
hooks
scripts
skills
.mcp.json
{
  "mcpServers": {
    "shadcn": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "shadcn@latest",
        "mcp"
      ],
      "env": {}
    },
    "next-devtools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "next-devtools-mcp@latest"
      ],
      "env": {}
    }
  }
}
README.md
Starter bundle for Next.js projects with commands, hooks, scripts, and MCP integration

Installation

Project Level (Recommended)

1

Create the .claude directory at your project root

mkdir -p .claude
2

Create settings.json

touch .claude/settings.json
3

Add to .claude/settings.json

{
  "marketplaces": [
    "https://github.com/JNLei/claude-tools.git"
  ],
  "plugins": [
    "next-project-starter@claude-tools"
  ]
}

Global Level

1

Open Claude

2

Add or update marketplace

/plugin marketplace add JNLei/claude-tools
Or if already added:
/plugin marketplace update claude-tools
3

Install plugin

/plugin install next-project-starter@claude-tools