·inquirerer-anti-patterns
</>

inquirerer-anti-patterns

CLI 開発のアンチパターン。 Constructive プロジェクトでは、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。

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 開発のアンチパターン。 Constructive プロジェクトでは、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 で使用できるようになります

ソースリポジトリはどこですか?

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