with one click
pos
ProjectOS CLI — scaffold, codegen, validate type-safe monorepo projects
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
ProjectOS CLI — scaffold, codegen, validate type-safe monorepo projects
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Contract-first, LLM-optimized monorepo scaffold Use when: (1) calling its 64 API functions, (2) configuring projectos-monorepo, (3) understanding its 62 type definitions, (4) working with its 1 classes, (5) user mentions "projectos-monorepo" or asks about its API.
The pos CLI — scaffold, codegen, validate, and manage type-safe projectOS projects Use when: (1) running pos CLI commands, (2) calling its 14 API functions, (3) understanding its 1 type definitions, (4) user mentions "projectos", "pos", "cli", "scaffold", "codegen", (5) user mentions "projectos" or asks about its API.
| name | pos |
| description | ProjectOS CLI — scaffold, codegen, validate type-safe monorepo projects |
| version | 2026.4.1 |
| triggers | ["create a new project","scaffold project","run codegen","validate types","start dev daemon"] |
ProjectOS CLI for scaffolding and managing contract-first, type-safe monorepo projects.
pos init <name> — Scaffold a new projectOS projectpos codegen — Run Zod -> JSON Schema -> SDK codegen pipelinepos validate — Type-check the projectpos dev — Start daemon with codegen and validation servicespos manifest — Regenerate projectos.manifest.jsonpos daemon start|stop|status — Manage the background daemonpos version — Print versionpos init my-app --type api-server --domains users,products --json
cd my-app && pnpm install && pnpm build
--json for machine-readable outputpos validate --json returns structured type errors for self-correction