templates
npx machina-cli add skill vudovn/antigravity-kit/templates --openclawFiles (1)
SKILL.md
1.5 KB
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
Source
git clone https://github.com/vudovn/antigravity-kit/blob/main/.agent/skills/app-builder/templates/SKILL.mdView on GitHub Overview
This skill provides quick-start scaffolding templates to bootstrap new projects across 12 tech stacks. Select the template that matches your project type, and read only its TEMPLATE.md to preserve the intended structure. This approach speeds up onboarding and enforces a consistent project bootstrap.
How This Skill Works
Users say 'create [type] app'. The system maps to one of 12 templates (e.g., nextjs-fullstack, express-api) based on the chosen tech stack. You then read ONLY that template's TEMPLATE.md and follow its declared tech stack and project structure to initialize your project.
When to Use It
- Starting a full-stack Next.js app with Prisma (nextjs-fullstack)
- Building a SaaS product using Next.js and Stripe (nextjs-saas)
- Creating a REST API with Express and JWT (express-api)
- Bootstrapping a mobile app with Expo and Zustand (react-native-app)
- Launching a CLI tool with Node.js and Commander (cli-tool)
Quick Start
- Step 1: User says "create [type] app"
- Step 2: System matches to the appropriate template
- Step 3: Read ONLY that template's TEMPLATE.md and follow its tech stack and structure
Best Practices
- Read ONLY the matching template's TEMPLATE.md to avoid irrelevant files.
- Confirm the user's target tech stack before generating scaffolding.
- Use the template as a starting point, then customize while preserving the structure.
- Keep dependencies and tooling aligned with the template's stack.
- Document any deviations from the template for team consistency.
Example Use Cases
- Kick off a Next.js + Prisma full-stack web app (nextjs-fullstack)
- Launch a SaaS MVP with Next.js + Stripe (nextjs-saas)
- Ship a landing page with Next.js + Framer (nextjs-static)
- Bootstrap a CLI tool using Node.js + Commander (cli-tool)
- Initialize a monorepo with Turborepo + pnpm (monorepo-turborepo)
Frequently Asked Questions
Add this skill to your agents