schema0-cli
Installation
SKILL.md
Sandbox Commands
The codebase lives on a remote sandbox. All file operations and shell commands go through schema0 sandbox exec. Deployment uses schema0 sandbox deploy.
Command Summary
| Command | Purpose |
|---|---|
schema0 sandbox exec "<cmd>" |
Run a shell command on the remote sandbox |
schema0 sandbox read <path> |
Read a file from the sandbox |
schema0 sandbox write <path> |
Write a file to the sandbox |
schema0 sandbox ls [path] [-L <depth>] |
List directory tree (respects .gitignore) |
schema0 sandbox grep <pattern> [--path ..] |
Search file contents on the sandbox |
schema0 sandbox deploy |
Build and deploy the application |
schema0 version list |
List all versions |
schema0 version preview <hash> |
Create preview from dev deployment |
schema0 version deploy <hash> |
Promote preview to production |
schema0 whoami |
Verify authentication |
schema0 secrets list/set/delete |
Manage secrets |
Related skills
More from schema0/skills
schema0-dev
>-
23schema0-mobile
Mobile platform patterns — React Native / Expo, worker architecture, ORPC client, and navigation
17schema0-rls
Row-level security setup — RLS policies, authenticated database connections, and user-scoped data access
17schema0-ai
AI SDK integration with ORPC — chat streaming, prompt-response, tool calling, and provider configuration
17schema0-testing
Testing guide for web and mobile platforms — bun:test, Jest, PGlite, 3-layer validation, and test templates
17schema0-web-crud
Web frontend CRUD features — query collections, table columns, dialogs, forms, views, sidebar, and orchestration
17