ukanhaupaukanhaupaCommunityยท1 Agent Skills Included

projx

Scaffold production-ready full-stack apps with auth, tests, and CI

Generates complete full-stack projects with backends, frontends, mobile apps, infrastructure, and end-to-end tests in one command. Eliminates weeks of repetitive boilerplate like auth wiring, Dockerfiles, CI pipelines, and database migrations. Ships tested templates with auto-CRUD entities, encrypted config, and 80% coverage gates so generated code runs correctly on the first try.
npx skills add ukanhaupa/projx --all -g -y
Available:

Tells your AI agent how the CLI and its templates are organized, which commands to run for scaffolding and entity generation, and which conventions and quality gates to respect when editing generated code.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install projx?โ–ผ

Run `npx skills add ukanhaupa/projx --all -g -y` in your terminal to install this skill globally for your AI agent.

How to scaffold a full-stack app quickly?โ–ผ

Ask your agent to start a new project and it will run `npx create-projx my-app --components fastify,vitejs,e2e -y`, giving you a tested backend, frontend, and test suite in seconds.

Which backends and ORMs does projx support?โ–ผ

It ships FastAPI, Fastify, Express, Go, Rust, and Laravel backends, with Prisma, Drizzle, Sequelize, TypeORM, SQLAlchemy, GORM, and SeaORM as ORM options.

Does projx work with Claude Code and Cursor?โ–ผ

Yes. It ships a SKILL.md file so Claude Code, Cursor, and other agents call the CLI directly instead of hand-writing fragile boilerplate.

Can I update a scaffolded project later?โ–ผ

Yes. The `update` command merges template upgrades into your project with a three-tier merge, so your custom code survives.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’