Projx
Description
Projx — A CLI tool for scaffolding production-grade projects. Pick your stack (FastAPI, Fastify, React, Flutter), get a fully wired template with auth, database, CI/CD, and E2E tests. Update anytime when templates improve.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Projx
[](https://www.npmjs.com/package/create-projx) [](https://github.com/ukanhaupa/projx/actions/workflows/ci.yml) [](https://github.com/ukanhaupa/projx) [](https://opensource.org/licenses/MIT)
**Go from blank folder to production-ready project in 30 seconds.** Backend-only API, AI/ML app, mobile, full-stack, infra setup — pick what you need and get it wired with auth, database, Docker, CI/CD, hooks, and tests. All optional. All yours.

npx create-projx my-app
No SDK lock-in. No runtime dependency on Projx. Just clean code in your repo that you own forever.
You've done this a hundred times
Every new project starts with the same week of plumbing:
- Wire up auth (again).
- Configure the database and migrations (again).
- Write the Dockerfile and
docker-compose.yml(again). - Set up CI, linting, formatting, pre-commit hooks (again).
- Build the same login + CRUD scaffolding (again).
- Realize at 11pm that something's broken and you don't remember why (again).
You ship features two weeks late because the first two weeks were boilerplate.
Or your AI does it badly
Ask an LLM to "scaffold a full-stack app" and you get 50 files of plausible-looking code that breaks on first run. Wrong import paths. Outdated package versions. Auth that doesn't actually authenticate. You end up debugging machine-generated boilerplate, which is worse than writing it yourself.
What if you just… didn't?
npx create-projx my-app # interactive — pick exactly what you need
cd my-app
./scripts/setup.sh # installs everything you picked
Pick any combination of components — they're all optional:
# AI/ML backend only
npx create-p
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps