projx
Scaffold production-ready full-stack apps with auth, tests, and CI
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core