Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:46:30 +08:00
commit bee854e2b7
9 changed files with 1349 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "nextjs-fullstack-scaffold",
"description": "This skill should be used when the user requests to scaffold, create, or initialize a full-stack Next.js application with a modern tech stack including Next.js 16, React 19, TypeScript, Tailwind CSS v4, shadcn/ui, Supabase auth, Prisma ORM, and comprehensive testing setup. Use it for creating production-ready starter templates with authentication, protected routes, forms, and example features. Trigger terms scaffold, create nextjs app, initialize fullstack, starter template, boilerplate, setup n",
"version": "1.0.0",
"author": {
"name": "Hope Overture",
"email": "support@worldbuilding-app-skills.dev"
},
"skills": [
"./skills"
]
}