projx

Generate full-stack project structures from predefined templates and custom configurations.

70|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/ukanhaupa/projx --skill projx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: projx
Source: https://github.com/ukanhaupa/projx/tree/main
Command: npx skills add https://github.com/ukanhaupa/projx --skill projx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires create-projx-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the time-consuming process of manually setting up a full-stack project, reducing development time and allowing for more focus on features.

Core Features & Use Cases

  • Project Scaffold: Automatically creates full-stack project structures based on user preferences.
  • Backend Options: Supports multiple backend options, including fastapi, fastify, express, go, rust, and laravel.
  • Frontend Options: Provides frontend templates for React (Vite.js, Next.js), Flutter, and others.
  • Testing and Infra: Includes options for E2E testing and infrastructure setup.
  • Use Case: A developer can quickly start a new project by running a command and selecting the components they want, such as a backend, frontend, and tests.

Quick Start

Scaffold a new project with the CLI: npx create-projx my-app --components fastify,vitejs,e2e --package-manager npm -y

Frequently Asked Questions about projx

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

FAQPage Schema
How do I scaffold a full-stack project with React and Fastify?

Scaffold a full-stack project with React and Fastify by running the CLI command `npx create-projx my-app --components fastify,vitejs,e2e --package-manager npm -y` to auto-generate the structure. It eliminates manual setup by prompting for frontend, backend, and testing preferences.

What backend and frontend frameworks are available for project scaffolding?

Project scaffolding supports backend frameworks including fastapi, fastify, express, go, rust, and laravel, alongside frontend templates for React (Vite.js, Next.js) and Flutter. These options allow customized full-stack project generation.

Does project scaffolding include testing and infrastructure setup?

Project scaffolding includes options for E2E testing and infrastructure setup during the generation process. Users select these components alongside frontend and backend frameworks to automate the entire project configuration.

What is the best way to automate full-stack development setup?

Automate full-stack development setup by using a project scaffolding CLI tool to generate predefined templates and custom configurations. This approach eliminates manual configuration processes, allowing developers to focus on building features.

Can I use a custom package manager when generating a project structure?

You can specify a custom package manager when generating a project structure by passing the `--package-manager` flag in the CLI command. The tool applies this configuration to install dependencies for your selected components.

Why should I use project scaffolding instead of manual project setup?

Project scaffolding eliminates the time-consuming process of manually setting up full-stack projects, significantly reducing development time. It applies predefined templates and custom configurations instantly, allowing more focus on application features.