One-click install
npx skills add https://github.com/alexknowshtml/claude-skills --skill teach-alexknowshtml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teach
Source: https://github.com/alexknowshtml/claude-skills/tree/main/teach
Command: npx skills add https://github.com/alexknowshtml/claude-skills --skill teach-alexknowshtml

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After a Claude Code session, it is common to forget key decisions, underlying reasoning, and broader implications of the work completed, leading to knowledge gaps, repeated mistakes, and poor knowledge sharing with team members.

Core Features & Use Cases

  • Socratic Mastery Quizzing: Drills into the "why" behind session decisions rather than just surface-level facts to ensure deep, lasting understanding.
  • Incremental Progress Tracking: Uses a live, auto-updated checklist to mark concepts as confirmed, with regular progress updates to keep users informed of their mastery status.
  • Dual Operation Modes: Supports solo self-assessment to test your own understanding of session content, and teaching mode to help you structure a walkthrough for other learners.
  • Use Case: After a complex session where you debugged a critical production outage, use this skill to quiz yourself on the root cause, your chosen fix, and edge case handling to ensure you do not repeat the same error in future work.

Quick Start

Invoke the /teach skill with your session topic or file path to start a Socratic quizzing loop that confirms your mastery of all key session concepts.

Frequently Asked Questions about teach

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retain knowledge after a Claude Code session?

To retain knowledge after a Claude Code session, you can use Socratic quizzing to drill into the reasoning behind your decisions. This approach tests deep understanding rather than surface facts, ensuring you lock in session mastery and eliminate knowledge gaps.

What is Socratic quizzing for post-session knowledge retention?

Socratic quizzing for post-session knowledge retention is a technique that drills into the underlying "why" behind session decisions and implications. It enforces incremental confirmation of each concept before progression, ensuring deep comprehension of the work completed.

How do I review Claude Code JSONL transcript files for team knowledge sharing?

You can review Claude Code JSONL transcript files for team knowledge sharing by running them through a guided teaching mode. This mode structures a walkthrough of session content and decisions, generating a tracked mastery checklist to share with learners.

Can I use self-assessment to test my understanding of debugging decisions?

Yes, you can use solo self-assessment mode to test your understanding of debugging decisions. It quizzes you on root causes, chosen fixes, and edge case handling to confirm you fully grasp the session's implications and prevent repeated mistakes.

What is the best way to onboard a team to new project contexts from past sessions?

The best way to onboard a team to new project contexts is using a teaching mode that structures past session walkthroughs. It generates an auto-updated mastery checklist enforcing incremental concept confirmation, ensuring the team fully grasps project decisions.