$npx -y skills add One-Man-Company/Skills-ContextManager --skill templatesProject scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks.
| 1 | # Project Templates |
| 2 | |
| 3 | > Quick-start templates for scaffolding new projects. |
| 4 | |
| 5 | --- |
| 6 | |
| 7 | ## 🎯 Selective Reading Rule |
| 8 | |
| 9 | **Read ONLY the template matching user's project type!** |
| 10 | |
| 11 | | Template | Tech Stack | When to Use | |
| 12 | |----------|------------|-------------| |
| 13 | | [nextjs-fullstack](nextjs-fullstack/TEMPLATE.md) | Next.js + Prisma | Full-stack web app | |
| 14 | | [nextjs-saas](nextjs-saas/TEMPLATE.md) | Next.js + Stripe | SaaS product | |
| 15 | | [nextjs-static](nextjs-static/TEMPLATE.md) | Next.js + Framer | Landing page | |
| 16 | | [express-api](express-api/TEMPLATE.md) | Express + JWT | REST API | |
| 17 | | [python-fastapi](python-fastapi/TEMPLATE.md) | FastAPI | Python API | |
| 18 | | [react-native-app](react-native-app/TEMPLATE.md) | Expo + Zustand | Mobile app | |
| 19 | | [flutter-app](flutter-app/TEMPLATE.md) | Flutter + Riverpod | Cross-platform | |
| 20 | | [electron-desktop](electron-desktop/TEMPLATE.md) | Electron + React | Desktop app | |
| 21 | | [chrome-extension](chrome-extension/TEMPLATE.md) | Chrome MV3 | Browser extension | |
| 22 | | [cli-tool](cli-tool/TEMPLATE.md) | Node.js + Commander | CLI app | |
| 23 | | [monorepo-turborepo](monorepo-turborepo/TEMPLATE.md) | Turborepo + pnpm | Monorepo | |
| 24 | | [astro-static](astro-static/TEMPLATE.md) | Astro + MDX | Blog / Docs | |
| 25 | |
| 26 | --- |
| 27 | |
| 28 | ## Usage |
| 29 | |
| 30 | 1. User says "create [type] app" |
| 31 | 2. Match to appropriate template |
| 32 | 3. Read ONLY that template's TEMPLATE.md |
| 33 | 4. Follow its tech stack and structure |