用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/fabioc-aloha/Alex_Plug_In --skill socratic-questioning命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | socratic-questioning |
| description | Help users discover answers, don't just deliver them. |
| tier | extended |
| 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.