scaffolding

Generate initial project structures for Next.js, Supabase, and Stripe applications.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/mqzkim/trading --skill scaffolding-mqzkim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffolding
Source: https://github.com/mqzkim/trading/tree/main/.agents/skills/scaffolding
Command: npx skills add https://github.com/mqzkim/trading --skill scaffolding-mqzkim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of initial project structures for new applications, micro-SaaS, or API services, saving significant setup time and ensuring a consistent, best-practice foundation.

Core Features & Use Cases

  • Project Scaffolding: Generates a complete project directory with essential files and configurations based on specified types (SaaS, API, directory, MCP).
  • Technology Stack Integration: Sets up projects with modern stacks like Next.js 15, Supabase, and Stripe.
  • Use Case: Quickly start a new micro-SaaS project by defining its name and type, and the Skill will generate a Next.js application with authentication, database, and payment integration boilerplate.

Quick Start

Use the scaffolding skill to create a new project named 'MyAwesomeApp' with the type 'saas'.

Frequently Asked Questions about scaffolding

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

FAQPage Schema
How do I generate a Next.js boilerplate with Supabase and Stripe integration?

To generate a Next.js boilerplate with Supabase and Stripe, use the scaffolding skill to define your project name and type, such as 'saas'. It outputs a complete project directory with authentication, database, and payment configurations pre-built.

What is the fastest way to scaffold a micro-SaaS project structure?

Scaffolding a micro-SaaS project structure is fastest by defining the application type during generation. This skill outputs a foundational directory with essential files, database schema designs, and best-practice configurations, skipping manual setup.

Does this project generation tool support custom database schema design?

Yes, project generation supports custom database schema design. When creating your initial project structure for micro-SaaS or API services, the skill generates boilerplate code that incorporates your specified database schema and custom features.

Can I use this scaffolding tool to set up Next.js 15 project configurations?

You can use this scaffolding tool to set up Next.js 15 project configurations. It automates technology stack integration, generating the complete project directory with modern framework foundations and essential boilerplate files.