vm0-ai/vm0 · Archived

cli-design

Design patterns and conventions for the vm0 CLI user experience

First seen Jul 30, 2026

Installation

$ npx skills add vm0-ai/vm0 --skill cli-design

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from vm0-ai/vm0.

npx skills add vm0-ai/vm0

Browse all from vm0-ai/vm0

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1.1K
License LICENSE
Default branch main
Open issues 68
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 554 B
  • docs SUMMARY.md 81 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

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)