templates

Load matching TEMPLATE.md definitions to scaffold projects across tech stacks.

132|22|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/xenitV1/Antigravity-Workflows --skill templates-xenitv1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: templates
Source: https://github.com/xenitV1/Antigravity-Workflows/tree/main/skills/app-builder/templates
Command: npx skills add https://github.com/xenitV1/Antigravity-Workflows --skill templates-xenitv1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project scaffolding for new applications is time-consuming. This skill provides ready-made templates to bootstrap projects quickly and reduce boilerplate overhead. It also advertises 12 templates spanning multiple tech stacks to accelerate start-up time.

Core Features & Use Cases

  • Pre-configured starter templates for common tech stacks (Next.js, Express, Flutter, React Native, Electron, Chrome extension, CLI tools, Monorepos, and more)
  • Selective Reading Rule to pick exactly the matching template
  • TEMPLATE.md definitions describe structure, tech stack, and directory layout for each template

Quick Start

Select a template name (for example nextjs-fullstack) and load its TEMPLATE.md to bootstrap a new project.

Frequently Asked Questions about templates

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap a new project with scaffolding templates?

Project scaffolding templates provide pre-configured starter code for rapid application setup. Select your target tech stack (Next.js, Express, Flutter, React Native, Electron, Chrome extension, or CLI tools), load the matching TEMPLATE.md definition, and use its directory structure and configuration to initialize your project instantly.

What tech stacks and frameworks do these templates support?

Templates cover 12 diverse tech stacks including Next.js fullstack, Express backends, Flutter mobile, React Native, Electron desktop apps, Chrome extensions, CLI tools, and monorepos. Each template includes pre-configured structure, dependencies, and starter code tailored to its framework.

Can I use templates to reduce boilerplate when starting a new application?

Yes. Templates eliminate repetitive setup by providing ready-made project structures with boilerplate already in place. Instead of manually configuring directories, dependencies, and starter files, select a template matching your tech stack and begin development immediately.

How does the template selection process work?

A selective reading rule loads only the TEMPLATE.md matching your specified target type. This ensures you get exactly the scaffolding structure you need without loading unrelated templates, streamlining the bootstrap process.

What information does each template provide?

Each TEMPLATE.md definition describes the tech stack, directory layout, project structure, and configuration details specific to that template type. This documentation enables rapid exploration of architecture patterns and provides everything needed to start coding.