stack-scaffold

Generate a Next.js, Supabase, and Firebase app skeleton with deployment configuration.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/guifav/openclaw-skills --skill stack-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stack-scaffold
Source: https://github.com/guifav/openclaw-skills/tree/main/stack-scaffold
Command: npx skills add https://github.com/guifav/openclaw-skills --skill stack-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, git, npx.

What problem does it solve?

Quickly bootstrap a production-ready full-stack web project with Next.js App Router, integrated authentication (Supabase and Firebase), and deployment tooling, so teams can focus on feature work rather than boilerplate.

Core Features & Use Cases

  • End-to-end scaffold including app layout, API routes, and environment configuration for a production-ready project.
  • Integrated authentication scaffolding with ready-to-adapt Firebase and Supabase auth hooks and server helpers.
  • Cloudflare and Vercel-ready deployment configuration and recommended defaults to accelerate go-to-market.

Quick Start

Confirm the project name and target directory, then run the scaffold to generate the full stack project skeleton.

Frequently Asked Questions about stack-scaffold

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

FAQPage Schema
How do I scaffold a Next.js app with Supabase and Firebase authentication?

You can scaffold a full-stack Next.js project with integrated Supabase and Firebase authentication by running a deterministic bootstrapping workflow that generates a production-ready skeleton with wired auth hooks, server helpers, and environment-driven configuration.

What is the best way to bootstrap a full-stack project for Vercel and Cloudflare deployment?

The best way to bootstrap a full-stack project for Vercel and Cloudflare is to generate a Next.js app skeleton with sensible deployment defaults and environment configuration, accelerating go-to-market without manual boilerplate setup.

Do I need git and npx installed to generate a full-stack Next.js project skeleton?

Yes, you need node, git, and npx installed to execute the end-to-end bootstrapping workflow that generates the full-stack Next.js project skeleton with wired authentication and deployment configuration.

Does the generated full-stack scaffold include database migration setup?

Yes, the generated full-stack scaffold includes placeholder migration steps and provides guidance for post-scaffold setup, allowing you to adapt the initial database configuration for your specific Supabase backend requirements.

Can I use this scaffolding workflow for existing client projects or only new ones?

This scaffolding workflow applies to new client projects requiring a fully wired frontend, backend, auth, and deployment configuration, ensuring extensible scaffolding with sensible defaults rather than retrofitting existing codebases.