inquirerer-anti-patterns
Installation
SKILL.md
CLI Anti-Patterns: Avoid These Libraries
This skill defines what NOT to do when building CLI tools in Constructive projects. All CLI development should use inquirerer instead of other CLI libraries.
When to Apply
Apply this skill when:
- Reviewing code that imports commander, inquirer.js, yargs, or similar
- Someone asks about using a CLI library other than inquirerer
- Creating a new CLI tool and considering which library to use
Forbidden Libraries
Do NOT use these libraries in Constructive projects: