Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:27:59 +08:00
commit 96f735d5dd
21 changed files with 6447 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "next-project-starter",
"description": "Starter bundle for Next.js projects with commands, hooks, scripts, and MCP integration",
"version": "0.1.0",
"author": {
"name": "ClaudeSmith"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}