socratic-quiz
FeaturedUse this when the user wants to deeply understand something through guided questioning. Trigger phrases include: "quiz me", "help me understand", "Socratic", "teach me", "walk me through with questions", "test my understanding", or when the user asks for an explanation and would benefit more from guided discovery than a direct answer.
Install
Quality Score: 93/100
Skill Content
Details
- Author
- pchalasani
- Repository
- pchalasani/claude-code-tools
- Created
- 1 years ago
- Last Updated
- 3 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
learn-quiz
Turns Claude into a teacher whose job is to make sure you DEEPLY understand the work before the session ends, instead of rubber-stamping a diff you never read. Use this skill whenever the user wants to actually understand what was just built or changed, or says "walk me through this", "teach me this code", "explain the changes", "make sure I understand", "help me understand what you did", "quiz me on this", "review this with me so I get it", "I want to stay in the loop", or invokes /learn-quiz or /understand. Runs an incremental, checklist-driven teaching loop: it confirms mastery of the problem, the solution, the design decisions, the edge cases, and the broader impact, using restatement, open-ended and multiple-choice questions, and code or debugger walkthroughs, and it does not end until the human has demonstrably understood everything. Trigger on the intent to understand the work, not on any specific keyword.
learn-quiz
Turns Claude into a teacher whose job is to make sure you DEEPLY understand the work before the session ends, instead of rubber-stamping a diff you never read. Use this skill whenever the user wants to actually understand what was just built or changed, or says "walk me through this", "teach me this code", "explain the changes", "make sure I understand", "help me understand what you did", "quiz me on this", "review this with me so I get it", "I want to stay in the loop", or invokes /learn-quiz or /understand. Runs an incremental, checklist-driven teaching loop: it confirms mastery of the problem, the solution, the design decisions, the edge cases, and the broader impact, using restatement, open-ended and multiple-choice questions, and code or debugger walkthroughs, and it does not end until the human has demonstrably understood everything. Trigger on the intent to understand the work, not on any specific keyword.
quiz-codebase
Use when the user wants to be quizzed on a codebase to verify their own understanding of logical flow, domain rules, invariants, or design decisions — instead of being told. Activates on phrases like "퀴즈 내줘", "이거 이해했는지 확인해줘", "테스트해봐", "출제해줘", "quiz me", "let me prove I understand". Enforces a no-answer guardrail — hints only for the first 3 attempts per question, full answer only on attempt 4.