Our review
Provides pre-built templates for scaffolding new projects in various tech stacks, from full-stack web apps to CLI tools.
Strengths
- Covers 12 common tech stacks
- Clear selection rules based on project type
- Each template includes detailed setup instructions
- Saves time by providing a consistent starting point
Limitations
- Only 12 templates, may not cover niche stacks
- Templates are static; user may need to customize significantly
- Relies on user accurately identifying their project type
When starting a new project from scratch and you need a quick, standardized foundation following best practices for the chosen tech stack.
For existing projects that need modifications or when the required stack is not among the 12 provided templates.
Security analysis
SafeThe skill only uses read-only tools (Read, Glob, Grep) and provides a catalog of static template files. There are no executable commands, network access, or destructive actions.
No concerns found
Examples
Create a new Next.js full-stack web app with Prisma.I need a new REST API using Express and JWT.Scaffold a React Native mobile app with Expo and Zustand.name: templates description: Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks. allowed-tools: Read, Glob, Grep
Project Templates
Quick-start templates for scaffolding new projects.
🎯 Selective Reading Rule
Read ONLY the template matching user's project type!
| Template | Tech Stack | When to Use | |----------|------------|-------------| | nextjs-fullstack | Next.js + Prisma | Full-stack web app | | nextjs-saas | Next.js + Stripe | SaaS product | | nextjs-static | Next.js + Framer | Landing page | | express-api | Express + JWT | REST API | | python-fastapi | FastAPI | Python API | | react-native-app | Expo + Zustand | Mobile app | | flutter-app | Flutter + Riverpod | Cross-platform | | electron-desktop | Electron + React | Desktop app | | chrome-extension | Chrome MV3 | Browser extension | | cli-tool | Node.js + Commander | CLI app | | monorepo-turborepo | Turborepo + pnpm | Monorepo | | astro-static | Astro + MDX | Blog / Docs |
Usage
- User says "create [type] app"
- Match to appropriate template
- Read ONLY that template's TEMPLATE.md
- Follow its tech stack and structure
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.