ask-user-choice

Community

Clear choices, faster decisions.

Authorsyou6162
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill ensures you always present users with concrete, 2–4 option choices, reducing ambiguity and accelerating decisions. It uses the AskUserQuestion tool and defaults to multiSelect enabled for flexibility.

Core Features & Use Cases

  • Structured questions: Each question includes a header and 2–4 labeled options with detailed descriptions.
  • multiSelect default true: Allows selecting multiple options when appropriate.
  • Use cases: Choosing libraries or architectures, prioritizing tasks, deciding on approaches, or sequencing actions.

Quick Start

質問を作成する際は以下の形式で渡します。質問文、ヘッダ、multiSelect、そしてラベル付き選択肢のリストを含めます。
例: 質問: どのデータベースを使用しますか? ヘッダ: Database multiSelect: true 選択肢:

  • label: PostgreSQL description: "高機能で信頼性の高いオープンソース関係データベース。大規模データにも耐性があり、複雑なクエリに適している。"
  • label: MySQL description: "広く普及しているリレーショナルデータベース。運用ノウハウが豊富で学習コストが低い。"
  • label: SQLite description: "軽量で組み込み向け、ローカル開発や小規模アプリに最適。"

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ask-user-choice
Download link: https://github.com/syou6162/claude-code-commands/archive/main.zip#ask-user-choice

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository