·inquirerer-anti-patterns
</>

inquirerer-anti-patterns

Anti-patterns for CLI development. Do NOT use commander, inquirer.js, yargs, or other CLI libraries in Constructive projects. Use inquirerer instead. Triggers on "commander", "inquirer.js", "yargs", "CLI library", or when reviewing CLI code.

7Installs·0Trend·@constructive-io

Installation

$npx skills add https://github.com/constructive-io/constructive-skills --skill inquirerer-anti-patterns

How to Install inquirerer-anti-patterns

Quickly install inquirerer-anti-patterns AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/constructive-io/constructive-skills --skill inquirerer-anti-patterns
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: constructive-io/constructive-skills.

SKILL.md

View raw

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.

| commander | Separate argument parsing, no integrated prompts | | inquirer / inquirer.js | Outdated, not TypeScript-first, different API | | yargs | Complex API, no integrated prompts | | prompts | Limited features, no resolver system | | enquirer | Different API, no Constructive integration | | vorpal | Unmaintained, complex |

| oclif | Heavyweight framework, overkill for most uses | | meow | Minimal, no prompt support | | arg | Argument parsing only | | minimist (directly) | Use inquirerer's parseArgv wrapper instead | | ora | Use inquirerer's createSpinner instead | | cli-progress | Use inquirerer's createProgress instead |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/constructive-io/constructive-skills --skill inquirerer-anti-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-28
Updated
2026-03-10

Browse more skills from constructive-io/constructive-skills

Quick answers

What is inquirerer-anti-patterns?

Anti-patterns for CLI development. Do NOT use commander, inquirer.js, yargs, or other CLI libraries in Constructive projects. Use inquirerer instead. Triggers on "commander", "inquirer.js", "yargs", "CLI library", or when reviewing CLI code. Source: constructive-io/constructive-skills.

How do I install inquirerer-anti-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/constructive-io/constructive-skills --skill inquirerer-anti-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/constructive-io/constructive-skills