projx Skill
projx is a TypeScript AI agent skill for Cursor, VS Code with npx, docker, git clone. 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 an.
How to use projx Skill
Install or run
npx create-projx my-appClient configuration
{
"name": "drizzle",
"displayName": "Drizzle",
"frameworks": ["fastify", "express"],
"removeFromBase": [
"prisma",
"src/plugins/prisma.ts",
"src/prisma.ts",
"src/lib/prisma-client.ts",
"src/lib/service-config.ts",
"src/modules/_base",
"src/modules/audit-logs",
"tests/modules/audit-logs.test.ts",
"tests/modules/audit-middleware.test.ts",
"tests/modules/auto-routes.test.ts",
"tests/modules/entity-validation.test.ts",
"tests/modules/expand.test.ts",
"tests/modules/field-privacy.test.ts",
"tests/modules/meta.test.ts",
"tests/modules/query-engine.test.ts",
"tests/modules/repository.test.ts",
"tests/modules/service.test.ts",
"tests/helpers/crud-test-base.ts",
"tests/helpers/crud-test-base.test.ts",
"tests/helpers/migration-checksum.ts",
"tests/helpers/migration-checksum.test.ts",
"tests/global-setup.ts",
"tests"
],
"packageOverrides": {
"descriptionReplace": {
"from": "Prisma",
"to": "Drizzle"
},
"removeDependencies": ["@prisma/client"],
"removeDevDependencies": ["prisma"],
"addDependencies": {
"drizzle-orm": "^0.44.5",
"pg": "^8.16.3"
},
"addDevDependencies": {
"@types/pg": "^8.15.5",
"drizzle-kit": "^0.31.4"
},
"removeScriptPrefixes": ["prisma:"],
"addScripts": {
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push"
}
},
"dockerfile": {
"extraConfigFiles": ["drizzle.config.ts"],
"migrateCommand": "drizzle-kit push --force"
}
}
Compatible clients
What is projx Skill?
projx is a TypeScript AI agent skill for Cursor, VS Code with npx, docker, git clone. 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 an. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Browser use support
- Anthropic provider support
- addons/orms/drizzle/manifest.json config support
- SKILL.md config support
Technical details
Install or run projx using npx. Check ukanhaupa/projx for the latest setup command.
- Built for TypeScript
- Built for Node.js
- Built for Python
- Built for Go
- Built for Rust
- Install or run with npx
- Install or run with docker
- Install or run with git clone
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use projx Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for cursor users.
Built with
Explore related resources
Frequently asked questions
What is projx?
projx is a TypeScript AI agent skill for Cursor, VS Code with npx, docker, git clone. 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.
Who is projx best for?
projx is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, cursor users.
How do I install projx?
Install or run projx using npx. Check projx for the latest setup command.
Is projx actively maintained?
projx may need a closer maintenance check before production use.
Auto-fetched from GitHub.