templates

Scaffolds new projects using twelve tech-stack-specific starter templates.

2|Updated May 30, 2026
One-click install
npx skills add https://github.com/virahitvin8/crafty-gis --skill templates-virahitvin8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: templates
Source: https://github.com/virahitvin8/crafty-gis/tree/main/GIT_STAR/.agent/skills/app-builder/templates
Command: npx skills add https://github.com/virahitvin8/crafty-gis --skill templates-virahitvin8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new application from scratch requires repetitive decisions about tech stack, directory structure, dependencies, and configuration. This Skill removes that friction by providing ready-made scaffolding templates for twelve common project types. ## Core Features & Use Cases - Selective Template Loading: Reads only the template matching the requested project type, covering Next.js (fullstack, SaaS, static), Express, FastAPI, React Native, Flutter, Electron, Chrome Extension, CLI tools, Turborepo monorepos, and Astro. - Structured Guidance: Each template defines tech stack, directory structure, key concepts, setup steps, and best practices for its stack. - Use Case: When a user asks to create a SaaS product, the Skill loads the nextjs-saas template and scaffolds a project with Auth.js, Stripe billing, Prisma, and Tailwind v4 following 2026 standards. ## Quick Start Create a new SaaS web app using the appropriate project template.

Frequently Asked Questions about templates

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

FAQPage Schema
How do I scaffold a new Next.js SaaS application?

Request a SaaS project and the Skill loads the nextjs-saas template, which defines Next.js 16, Auth.js v6, Stripe payments, Prisma with PostgreSQL, and Tailwind v4. It provides the directory structure, environment variables, and ordered setup commands.

What project templates are available for new apps?

Twelve templates cover Next.js fullstack, SaaS, and static sites, Express and FastAPI APIs, React Native and Flutter mobile apps, Electron desktop apps, Chrome MV3 extensions, Node.js CLI tools, Turborepo monorepos, and Astro content sites.

Which template should I use for a mobile app?

Use react-native-app for Expo-based apps with Expo Router, NativeWind, and Zustand, or flutter-app for Dart projects with Riverpod, Go Router, and clean architecture. Choose based on your team's JavaScript versus Dart preference.

Does the templates skill support monorepo project setup?

Yes, the monorepo-turborepo template covers pnpm workspaces, turbo.json pipelines, shared packages for UI, config, and types, and remote caching. It includes commands for running and adding dependencies to individual workspace apps.

What are the limitations of these project templates?

Templates provide starting principles, structure, and setup steps rather than complete generated codebases. They do not include executable scaffolding scripts, so the AI applies the guidance manually when creating project files.