Agent skill
cli-design
Design patterns and conventions for the vm0 CLI user experience
Install this agent skill to your Project
npx add-skill https://github.com/vm0-ai/vm0/tree/main/.claude/skills/cli-design
SKILL.md
CLI Design Skill
Use this skill when writing new CLI commands, reviewing CLI code, or fixing inconsistencies.
Documentation
Read the CLI design guideline: docs/cli-design-guideline.md
Key Principles
- Atomic Command — each command does one operation, agents compose them freely
- TTY & Non-TTY — every command works in both interactive and programmatic modes
- Guided Flow — output always guides to the next action (success → next step, error → remediation, empty → creation)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
ccstate
Patterns and best practices for using ccstate state management in the vm0 platform
commit
Complete pre-commit workflow - run quality checks (format, lint, type, test) and validate/create conventional commit messages
feature-switch
Feature switch system guide for gating new user-facing features behind feature flags
testing
Comprehensive testing patterns and anti-patterns for writing and reviewing tests
code-quality
Deep code review and quality analysis for vm0 project
project-principles
Core architectural and code quality principles that guide all development decisions in the vm0 project
Didn't find tool you were looking for?