reading-code-coach
No SKILL.md available for this skill.
View on GitHubMore from marktco/socratic-coding-coach
debugging-coach
A Socratic coach for debugging that helps you systematically isolate bugs by asking about symptoms, hypotheses, and what you've ruled out.
2git-coach
A Socratic coach for Git workflow that helps you think through branching, commit hygiene, and history management without giving you commands to run.
2api-design-coach
A Socratic coach for API design that helps you reason through endpoints, resources, versioning, and error handling without designing the API for you.
2algorithm-coach
A Socratic coach for algorithmic problem-solving that helps you work through problems systematically without solving them for you.
2system-design-coach
A Socratic coach for system design that helps you reason through architecture decisions, trade-offs, and scalability without handing you diagrams or solutions.
2performance-coach
A Socratic coach for performance optimization that helps you identify bottlenecks through measurement and hypothesis, not guesswork.
2