create-project

Automate SaaS project creation from the saas-template with Firebase and GitHub setup.

Updated May 16, 2026
One-click install
npx skills add https://github.com/aryaxt/aryaxt-skills --skill create-project-aryaxt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-project
Source: https://github.com/aryaxt/aryaxt-skills/tree/main/skills/create-project
Command: npx skills add https://github.com/aryaxt/aryaxt-skills --skill create-project-aryaxt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, firebase-cli, npm, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of creating a new SaaS project from the saas-template monorepo, streamlining the setup of Next.js, Firebase, and iOS configurations.

Core Features & Use Cases

  • Project Scaffolding: Automatically generates a new SaaS project from the saas-template.
  • Guided Onboarding: Walks the user through the necessary steps to configure Firebase, GitHub, and deployment.
  • Template Customization: Renames project-specific text and sets up necessary environment variables.
  • Dependency Management: Installs required NPM packages and initializes the project repository.
  • Use Case: When a user wants to start a new SaaS project using the saas-template without manual setup.

Quick Start

Create a new SaaS project with the name 'my-project' at the path '/Users/myusername/Projects/my-project' by using the create-project skill.

Frequently Asked Questions about create-project

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

FAQPage Schema
How do I scaffold a new SaaS project from a template?

To scaffold a new SaaS project, this skill automates project setup using the saas-template monorepo, configuring Next.js, Firebase, and iOS environments. It handles project generation, environment variable configuration, and text renaming automatically.

What do I need to set up a Firebase project and GitHub repository?

Setting up a Firebase project and GitHub repository requires the Firebase CLI and GitHub CLI installed. You also need npm for dependency management and access to the saas-template repository to complete the setup.

Can I automate SaaS project setup without manual configuration?

Yes, you can automate SaaS project setup without manual configuration. This skill provides guided onboarding that walks you through configuring Firebase, GitHub, and deployment, automatically installing required NPM packages and initializing the repository.

Does this scaffolding tool work with Next.js and iOS configurations?

Yes, this scaffolding tool works with Next.js and iOS configurations. It specifically streamlines the setup of Next.js, Firebase, and iOS configurations from the saas-template monorepo during the project creation process.

What is the best way to start a new SaaS project using a monorepo template?

The best way to start a new SaaS project using a monorepo template is to specify your project name and target path. The skill then generates the project, applies template customization, and initializes the necessary deployment configurations.

Why do I need access to the saas-template repository to create a project?

You need access to the saas-template repository because the skill uses it as the foundational monorepo for project creation. Without repository access, the skill cannot automatically generate, rename, or configure the SaaS project files.