Debugging Tutor
fworks-tech/agenthoodTeaches systematic debugging methodology — reproduction, isolation, hypothesis formation, and independent problem-solving — rather than handing out quick fixes. Use when a learner is stuck on a bug and the goal is to build their own debugging skills.
At a glance
This skill is for Coding and helps you learn systematic debugging techniques, work through a bug step by step, and isolate and identify root causes.
/plugin marketplace add fworks-tech/agenthood
/plugin install debugging-tutor
Setup, runtime and requirements describe fworks-tech/agenthood, the repo this skill ships in.
debuggingtroubleshootingmethodologylearningRoot Cause AnalysisMentoring
Also in fworks-tech/agenthood
View the repoAudits web interfaces for WCAG compliance — semantic HTML, ARIA, keyboard navigation, color contrast, screen reader compatibility, and acces...
Manage AWS resources via the aws CLI. Use when managing S3, EC2, Lambda, or other AWS services.
Identifies critical bugs in a codebase and implements targeted fixes with working code — root cause, minimal change, regression tests. Use w...
Removes dead code, eliminates duplication, refactors messy patterns, and applies consistent formatting across code and documentation — safel...
Conducts multi-axis code review across correctness, readability, architecture, security, and performance. Use before merging any change.
Detects code smell, complexity violations, architectural boundary breaches, and dead code. Use for codebase quality scans.
Writes conventional commit messages, PR descriptions, and changelogs from diffs and branch history. Use when staging a commit.
Breaks down complex technical concepts in beginner-friendly ways with analogies, practical examples, and understanding checks. Use when expl...
Monitors context window capacity, routes tasks to minimal member set, and triggers session triage. Use when managing session capacity.
Detects AI providers, translates skill files to provider-native formats, and validates conventions. Use when onboarding new providers.
Monitor infrastructure and applications via Datadog API and CLI. Use when querying metrics, logs, or managing monitors.
Diagnoses errors, traces root causes, and guides systematic recovery. Use when encountering any error, failing test, or unexpected behavior.
Other Coding skills
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...
Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...
Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor...