CLI Commands
A comprehensive guide to ProofKit CLI commands
ProofKit now focuses on project bootstrap, diagnostics, and agent-facing entrypoints. Package-native CLIs such as @proofkit/typegen and fmodata own their own workflows.
Basic Commands
Initialize a New Project
Create a new ProofKit project:
npm run proofkit initpnpm proofkit inityarn proofkit initbun proofkit initInspect a Project
Inspect project health and get exact next steps:
npm run proofkit doctorpnpm proofkit doctoryarn proofkit doctorbun proofkit doctorAgent Entry Point
Reserve a stable AI-agent workflow entrypoint:
npm run proofkit promptpnpm proofkit promptyarn proofkit promptbun proofkit promptThis command is currently a placeholder and will later output agent-ready prompts that match the current project state.
Maintenance Commands
Package-native Tools
For ongoing project work, prefer package-native CLIs:
npx @proofkit/typegennpx @proofkit/typegen uifmodata ...
