templates

Generate project scaffolding templates for Next.js, Express.js, React Native, Flutter, Electron, and Astro.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Tai-ch0802/skills-bundle --skill templates-tai-ch0802
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: templates
Source: https://github.com/Tai-ch0802/skills-bundle/tree/main/i18n/zh-TW/app-builder/templates
Command: npx skills add https://github.com/Tai-ch0802/skills-bundle --skill templates-tai-ch0802

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides ready-to-use project templates for various tech stacks, eliminating the need to set up boilerplate code from scratch for new applications.

Core Features & Use Cases

  • Diverse Tech Stacks: Offers templates for web apps (Next.js, Astro), APIs (Express, FastAPI), mobile (React Native, Flutter), desktop (Electron), and more.
  • Standardized Structure: Each template includes a well-defined directory structure and essential configurations.
  • Use Case: When starting a new SaaS product using Next.js and Stripe, you can select the nextjs-saas template to get a pre-configured project with authentication, database, and payment integration setup.

Quick Start

Use the templates skill to generate a new Next.js full-stack application.

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 full-stack application with pre-configured boilerplate?▼

To scaffold a Next.js full-stack application, select a template like `nextjs-saas` to generate a pre-configured project structure with essential setups such as authentication, database, and payment integration.

What project scaffolding templates are available for mobile app development?▼

For mobile app development, project scaffolding templates are available for React Native and Flutter, providing pre-configured structures to facilitate rapid mobile application creation.

Can I use these templates to set up a REST API using Express or FastAPI?▼

Yes, you can use these templates to set up a REST API. They offer pre-configured scaffolding for both Express.js and FastAPI, streamlining the initial project setup for backend services.

Does this boilerplate include configurations for building desktop applications?▼

Yes, the boilerplate includes configurations for building desktop applications. It provides a specific Electron template that supplies the essential pre-configured structure needed for desktop development.

What is the best way to eliminate boilerplate setup when starting a new SaaS product?▼

The best way to eliminate boilerplate setup for a new SaaS product is using a specialized Next.js template. It instantly provides a standardized directory structure with essential configurations like Stripe payment integration.

When should I use a static site template like Astro for my project?▼

You should use a static site template like Astro when your project prioritizes fast static content delivery. The template supplies a pre-configured structure tailored for static site generation.