·inquirerer-anti-patterns
</>

inquirerer-anti-patterns

CLI 开发的反模式。不要在建设性项目中使用 Commander、inquirer.js、yargs 或其他 CLI 库。请改用询问者。在“commander”、“inquirer.js”、“yargs”、“CLI 库”上或在查看 CLI 代码时触发。

7安装·0热度·@constructive-io

安装

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

如何安装 inquirerer-anti-patterns

通过命令行快速安装 inquirerer-anti-patterns AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/constructive-io/constructive-skills --skill inquirerer-anti-patterns
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:constructive-io/constructive-skills。

SKILL.md

查看原文

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 |

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/constructive-io/constructive-skills --skill inquirerer-anti-patterns
分类
</>开发工具
认证
收录时间
2026-02-28
更新时间
2026-03-10

Browse more skills from constructive-io/constructive-skills

快速解答

什么是 inquirerer-anti-patterns?

CLI 开发的反模式。不要在建设性项目中使用 Commander、inquirer.js、yargs 或其他 CLI 库。请改用询问者。在“commander”、“inquirer.js”、“yargs”、“CLI 库”上或在查看 CLI 代码时触发。 来源:constructive-io/constructive-skills。

如何安装 inquirerer-anti-patterns?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/constructive-io/constructive-skills --skill inquirerer-anti-patterns 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

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