templates

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

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/beliciobcardoso/mcp-postgres --skill templates-beliciobcardoso
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: templates
Source: https://github.com/beliciobcardoso/mcp-postgres/tree/main/.agent/skills/app-builder/templates
Command: npx skills add https://github.com/beliciobcardoso/mcp-postgres --skill templates-beliciobcardoso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new project from scratch involves repetitive decisions about tech stack, directory structure, and configuration. This Skill provides ready-made scaffolding templates so you can bootstrap applications quickly with consistent, modern conventions. ## Core Features & Use Cases - 12 Project Templates: Covers Next.js (fullstack, SaaS, static), Express API, FastAPI, React Native, Flutter, Electron, Chrome Extension, CLI tools, Turborepo monorepos, and Astro static sites. - Selective Reading: Only the template matching your project type is loaded, keeping context focused and efficient. - Modern Stack Guidance: Each template includes up-to-date tech stacks (React 19, Tailwind v4, Auth.js v6, Expo SDK 52+), directory structures, setup steps, and best practices. - Use Case: When a user says "create a SaaS app", the Skill loads the nextjs-saas template and scaffolds the project with Stripe billing, Auth.js authentication, and Prisma database layers. ## Quick Start Ask the assistant to create a new app of a specific type, such as "create a Chrome extension project", 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 project with a template?▼

Request a project type such as fullstack, SaaS, or static site, and the matching Next.js template is loaded. It provides the directory structure, Tailwind v4 configuration, Prisma setup, and step-by-step initialization commands.

What project templates are available for app scaffolding?▼

Twelve templates are available: nextjs-fullstack, nextjs-saas, nextjs-static, express-api, python-fastapi, react-native-app, flutter-app, electron-desktop, chrome-extension, cli-tool, monorepo-turborepo, and astro-static.

Which template should I use for a SaaS product with payments?▼

Use the nextjs-saas template, which includes Stripe Checkout and Customer Portal integration, Auth.js v6 authentication, Prisma with PostgreSQL, and Resend for transactional email.

Does the React Native template support Expo Router?▼

Yes, the react-native-app template uses Expo SDK 52+ with Expo Router v4 for file-based navigation, NativeWind v4 for Tailwind styling, and Zustand with React Query for state management.

Can I use these templates for a monorepo setup?▼

Yes, the monorepo-turborepo template covers pnpm workspaces, shared packages for UI and config, and a turbo.json task pipeline with caching for building multiple apps together.

What are the limitations of these scaffolding templates?▼

Templates provide starting structures and conventions rather than complete applications. Business logic, custom features, and production hardening such as monitoring and CI/CD must be implemented separately.