Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks.
Add this skill
npx mdskills install sickn33/templatesCovers 12 tech stacks but lacks actionable instructions for actually scaffolding projects
1---2name: templates3description: Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks.4allowed-tools: Read, Glob, Grep5---67# Project Templates89> Quick-start templates for scaffolding new projects.1011---1213## 🎯 Selective Reading Rule1415**Read ONLY the template matching user's project type!**1617| Template | Tech Stack | When to Use |18|----------|------------|-------------|19| [nextjs-fullstack](nextjs-fullstack/TEMPLATE.md) | Next.js + Prisma | Full-stack web app |20| [nextjs-saas](nextjs-saas/TEMPLATE.md) | Next.js + Stripe | SaaS product |21| [nextjs-static](nextjs-static/TEMPLATE.md) | Next.js + Framer | Landing page |22| [express-api](express-api/TEMPLATE.md) | Express + JWT | REST API |23| [python-fastapi](python-fastapi/TEMPLATE.md) | FastAPI | Python API |24| [react-native-app](react-native-app/TEMPLATE.md) | Expo + Zustand | Mobile app |25| [flutter-app](flutter-app/TEMPLATE.md) | Flutter + Riverpod | Cross-platform |26| [electron-desktop](electron-desktop/TEMPLATE.md) | Electron + React | Desktop app |27| [chrome-extension](chrome-extension/TEMPLATE.md) | Chrome MV3 | Browser extension |28| [cli-tool](cli-tool/TEMPLATE.md) | Node.js + Commander | CLI app |29| [monorepo-turborepo](monorepo-turborepo/TEMPLATE.md) | Turborepo + pnpm | Monorepo |30| [astro-static](astro-static/TEMPLATE.md) | Astro + MDX | Blog / Docs |3132---3334## Usage35361. User says "create [type] app"372. Match to appropriate template383. Read ONLY that template's TEMPLATE.md394. Follow its tech stack and structure40
Full transparency — inspect the skill content before installing.