Design patterns and conventions for the vm0 CLI user experience
Scanned 9/2/2026
Install to Claude Code
npx -y skills add vm0-ai/vm0 --skill cli-design --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cli Design?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vm0-ai-cli-design)More formats (shields.io, HTML) on the badges page.
---
name: cli-design
description: Design patterns and conventions for the vm0 CLI user experience
context: fork
---
# CLI Design Skill
Use this skill when writing new CLI commands, reviewing CLI code, or fixing inconsistencies.
## Key Principles
1. **Atomic Command** — each command does one operation, agents compose them freely
2. **TTY & Non-TTY** — every command works in both interactive and programmatic modes
3. **Guided Flow** — output always guides to the next action (success → next step, error → remediation, empty → creation)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!