Get the FREE Ultimate OpenClaw Setup Guide →

templates

npx machina-cli add skill vudovn/antigravity-kit/templates --openclaw
Files (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!

TemplateTech StackWhen to Use
nextjs-fullstackNext.js + PrismaFull-stack web app
nextjs-saasNext.js + StripeSaaS product
nextjs-staticNext.js + FramerLanding page
express-apiExpress + JWTREST API
python-fastapiFastAPIPython API
react-native-appExpo + ZustandMobile app
flutter-appFlutter + RiverpodCross-platform
electron-desktopElectron + ReactDesktop app
chrome-extensionChrome MV3Browser extension
cli-toolNode.js + CommanderCLI app
monorepo-turborepoTurborepo + pnpmMonorepo
astro-staticAstro + MDXBlog / Docs

Usage

  1. User says "create [type] app"
  2. Match to appropriate template
  3. Read ONLY that template's TEMPLATE.md
  4. 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

  1. Step 1: User says "create [type] app"
  2. Step 2: System matches to the appropriate template
  3. 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
Sponsor this space

Reach thousands of developers