Next Project Starter
Starter bundle for Next.js projects with commands, hooks, scripts, and MCP integration
bundles
bundle
nextjs
starter
Files
Toggle any file to view its contents.
Loading files...
Installation
Project Level (Recommended)
1
Create the .claude directory at your project root
mkdir -p .claude2
Create settings.json
touch .claude/settings.json3
Add to .claude/settings.json
{
"marketplaces": [
"https://github.com/JNLei/claude-tools.git"
],
"plugins": [
"next-project-starter@claudesmith-general"
]
}Global Level
1
Open Claude
2
Add or update marketplace
/plugin marketplace add JNLei/claude-toolsOr if already added:
/plugin marketplace update claudesmith-general3
Install plugin
/plugin install next-project-starter@claudesmith-general