interactive-menu-builder
Installation
SKILL.md
Interactive Menu Builder
When to Use This Skill
✅ Use when:
- Building user-friendly CLI tools
- Need navigation through multiple options
- Complex tools with many sub-commands
- Tools used by humans (not just automation)
- Consolidating multiple scripts into one interface
❌ Avoid when:
- Scripts meant for automation/CI
- Simple single-purpose scripts
- When a plain command-line interface is sufficient
Complete Example: Multi-Level Menu System
Full implementation from workspace CLI: