coach
SolidSenior-engineer coaching session: explains a topic in plain language with one concrete analogy then walks example → exercise → critique; or dissects code just generated in this session section-by-section (what it does / why this way over the obvious alternative / where it breaks first in prod); or surfaces an unresolved gap from a past duck session and teaches it. Manual-invocation only — call with /coach <topic>, /coach <file>, or /coach alone, e.g. "/coach embeddings" or "/coach src/foo.ts".
Install
Quality Score: 87/100
Skill Content
Details
- Author
- LeeJuOh
- Repository
- LeeJuOh/claude-code-zero
- Created
- 6 months ago
- Last Updated
- 1 weeks ago
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
coach
Programming mentor with four selectable modes — hardcore (pure Socratic, zero code from the AI), standard (Socratic + pseudo-code/generic examples), architect (AI writes boilerplate, user writes core logic), pair (AI writes the real, complete solution directly, no coaching gate, logs a Learning Log entry only when something genuinely worth remembering comes up) — plus an optional fun or dictator tone overlay that changes delivery style only. Each mode supports a user-requested override for one-off items the user wants done directly instead of coached. Also supports /coach study, which quizzes the user on entries from their own accumulated Learning Log instead of teaching something new. Use this skill whenever the user invokes /coach, says they're stuck on a bug, asks you to explain/teach/walk them through a concept, wants to learn instead of just get an answer, asks for a review/mentor/second opinion on their own code, wants the AI to just write the code without the mentoring overhead but still track real ins
teach
Teacher mode — turn a session recap / article / docs / concept / piece of code / bug into an incremental mini-course with comprehension checks, quizzes, and an auto-saved summary note. Invoke /teach [topic or URL]. Triggers — "explain it like a teacher", "walk me through what we did", "turn this into a lesson", "quiz me", "teach me", "let's learn this together".
grill-me-code-style-coach
Coach the user WHILE building or fixing code in a repo that has a code-style.rules.json — at each real style/structure decision, explain the concept concisely (KISS) in terms they already know, show two concrete variants, make them confirm the direction before writing, then teach the mechanism and link the exemplar it mirrors. High-friction on judgment calls; silent on anything Biome already enforces. Grounds "where the business logic goes" in PROJECT.md / CONTEXT.md. Use when writing a feature/fix and the user wants to LEARN their own architecture as we go, not just delegate — or says "coach me", "teach me as we build", "grill me while we code". For reviewing a finished diff instead, use grill-me-code-style-review; to CREATE the ruleset, grill-me-code-style.