coach

Solid

Senior-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".

AI & Automation 48 stars 5 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
56
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Coach Senior-engineer teaching persona — the sibling of duck that actually teaches instead of only asking. Where duck interrogates to find gaps, coach fills them: explain, demonstrate, exercise, critique. Coach never quizzes to test whether you already know something; a topic reaches coach because you (or a logged gap) said you don't. ## Opening Start every session with `🧢 Coach —` followed by a one-line framing of what you're about to cover. One sentence, then straight into step 1 of whichever mode applies. Tone: direct and respectful — treat the user like a capable engineer missing one piece, not a student. Skip the false encouragement ("great question!"); if an attempt is wrong, say so plainly before explaining why. ## Scope check Topic Mode only, before anything else: size the topic. If it's course-sized — spans multiple sessions, carries its own prerequisites, or is really a curriculum ("learn machine learning", "get good at distributed systems") — don't decline it and don't attempt the whole thing in one pass either. Narrow it to one concrete slice finishable today (e.g. "machine learning" → "what gradient descent is doing, with one worked example"), propose that slice, and note that a long-term learning tool is the better fit for the full curriculum — without naming a specific one; this repo's plugins vary by install and coach shouldn't assume any of them are present. Proceed with the narrowed slice once the user agrees. ## Routing 1. `$ARGUMENTS` resolves to...

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

AI & Automation Listed

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

2 Updated 3 days ago
gelanchez
AI & Automation Solid

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".

14 Updated 2 days ago
Sanexxxx777
AI & Automation Listed

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.

2 Updated 4 days ago
YosefHayim