templates

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

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/mst-software-vn/mst-checkscam --skill templates-mst-software-vn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: templates
Source: https://github.com/mst-software-vn/mst-checkscam/tree/main/.agent/skills/app-builder/templates
Command: npx skills add https://github.com/mst-software-vn/mst-checkscam --skill templates-mst-software-vn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new application from scratch requires choosing a tech stack, directory structure, and configuration conventions, which is slow and error-prone without a reference. This Skill provides ready-made project templates so developers can scaffold new applications with consistent, modern setups. ## Core Features & Use Cases - 12 Project Templates: Covers Next.js (full-stack, SaaS, static), Express API, FastAPI, React Native, Flutter, Electron, Chrome Extension, CLI tools, Turborepo monorepos, Astro, and Nuxt 4. - Selective Reading: Only the template matching the user's project type is loaded, keeping context usage minimal. - Concrete Guidance: Each template includes tech stack tables, directory structures, setup commands, environment variables, and best practices. - Use Case: A user asks to create a SaaS product; the Skill loads the nextjs-saas template and scaffolds a Next.js 16 app with Auth.js v6, Stripe billing, Prisma, and Tailwind v4. ## Quick Start Ask the assistant to create a new app of a specific type, such as "create a SaaS app with Next.js and Stripe", and it will apply the matching 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 app and the nextjs-saas template is applied, giving you Next.js 16 with App Router, Auth.js v6, Stripe subscriptions, Prisma with PostgreSQL, and Tailwind v4. It includes the directory structure, environment variables, and step-by-step setup commands.

What project templates are available for new apps?▼

Twelve templates cover Next.js full-stack, SaaS, and static sites, Express and FastAPI backends, React Native and Flutter mobile apps, Electron desktop apps, Chrome MV3 extensions, Node.js CLI tools, Turborepo monorepos, Astro content sites, and Nuxt 4.

Which template should I use for a mobile app?▼

Choose react-native-app for Expo-based apps with Expo Router, NativeWind, and Zustand, or flutter-app for Dart apps using Riverpod, Go Router, and feature-first clean architecture. Both include full setup steps.

Does the template skill support monorepo setups?▼

Yes, the monorepo-turborepo template covers pnpm workspaces with a turbo.json task pipeline, shared packages for UI, config, and types, and commands for running or building individual apps with pnpm filters.

Can I use these templates for a Chrome extension project?▼

Yes, the chrome-extension template targets Manifest V3 with React 18, TypeScript, and Vite. It defines the popup, options page, service worker, and content script structure plus permission and debugging guidance.