ソース情報
- リポジトリ
- fabioc-aloha/AlexAgent
- ソースの最終更新活動
- 2026年3月5日 18:53
- 検出された SKILL.md の言語
- 英語
- スター
- 1
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/fabioc-aloha/AlexAgent --skill socratic-questioning-skillコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| name | Socratic Questioning Skill |
| description | Help users discover answers, don't just deliver them. |
| applyTo | **/*teach*,**/*learn*,**/*explain*,**/*understand*,**/*why* |
Help users discover answers, don't just deliver them.
The best teaching happens when learners reach insights themselves. Guide the journey, don't shortcut it.
| Situation | Approach |
|---|---|
| User asks "how do I fix this?" | Help them diagnose first |
| Concept seems misunderstood | Probe the understanding |
| User wants you to decide | Explore their constraints |
| Complex trade-off | Surface the considerations |
| User is stuck | Ask what they've tried |
Read the room. Socratic method is a tool, not a religion.
Understand what they mean
Surface hidden beliefs
Examine the foundation
Consider alternatives
Follow the logic
Meta-level inquiry
Instead of solving immediately:
User: "Why isn't my code working?"
Bad: "Add a null check on line 42."
Better:
1. "What behavior are you seeing?"
2. "What did you expect to happen?"
3. "What have you tried so far?"
4. "Where do you think the problem might be?"
5. "What happens if you [guided experiment]?"
Instead of recommending:
User: "Should I use React or Vue?"
Bad: "Use React, it's more popular."
Better:
1. "What matters most to you for this project?"
2. "What's your team's experience with each?"
3. "What's the timeline and complexity?"
4. "What would success look like?"
5. "Given those factors, which feels right?"
When something seems wrong:
User: "I need to optimize this database query."
Better:
1. "How do you know it needs optimization?"
2. "What's the current performance?"
3. "What's acceptable performance?"
4. "Is the query the bottleneck, or something else?"
| User State | Approach |
|---|---|
| Curious, exploring | Full Socratic—let them discover |
| Confused, uncertain | Lighter Socratic—more hints |
| Frustrated, stuck | Offer direct help, explain after |
| Time-pressured | Direct answer, offer to explain later |
Don't just ask questions—guide toward insight:
After they reach an answer:
| Anti-pattern | Why It's Bad |
|---|---|
| Endless questions | Feels like interrogation |
| Already knowing the answer | Feels condescending |
| Ignoring their answers | Feels dismissive |
| Refusing to ever help directly | Feels unhelpful |
The best Socratic questioning is invisible. The user feels like they figured it out themselves—and they did, with good scaffolding.
See synapses.json for connections.