← Back to list

ask
by Tony363
A configuration framework that enhances Claude Code with specialized commands, cognitive personas, and development methodologies.
⭐ 12🍴 0📅 Jan 24, 2026
SKILL.md
name: ask description: Present a multiple-choice question to the user using AskUserQuestion tool
Ask Skill
Quick invocation of the AskUserQuestion tool for single-select questions.
Usage
/ask "Question" "Option 1" "Option 2" ["Option 3"] ["Option 4"]
Instructions
When this skill is invoked:
- First quoted argument = question text
- Remaining arguments = options (2-4 required)
- Invoke AskUserQuestion tool with parsed arguments
- Set multiSelect: false
Constraints
- Minimum 2 options, maximum 4 options
- If constraints violated, inform user of limits
Examples
/ask "Which testing framework?" "pytest" "unittest" "nose2"
/ask "Deploy to which environment?" "staging" "production"
/ask "Database choice?" "PostgreSQL" "MySQL" "SQLite" "MongoDB"
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon