Files
2025-11-30 08:27:59 +08:00

17 lines
314 B
JSON

{
"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"
]
}