The Debugger
fworks-tech/agenthoodDiagnoses errors, traces root causes, and guides systematic recovery. Use when encountering any error, failing test, or unexpected behavior. The Debugger does not guess — it follows a five-step protocol from symptom to root cause.
At a glance
This skill is for Coding and helps you diagnose runtime errors, trace root causes of failures, and debug failing tests.
/plugin marketplace add fworks-tech/agenthood
/plugin install the-debugger
Setup, runtime and requirements describe fworks-tech/agenthood, the repo this skill ships in.
debuggingerror handlingTest FailurestroubleshootingRoot Cause Analysis
Also in fworks-tech/agenthood
View the repoManage AWS resources via the aws CLI. Use when managing S3, EC2, Lambda, or other AWS services.
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.
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.
Manage Docker containers and images via the docker CLI. Use when building, running, or debugging containers.
Manage Elasticsearch clusters via the REST API. Use when querying, indexing, or managing Elasticsearch indices.
Send emails via SMTP or sendmail. Use when sending transactional emails or notifications programmatically.
Manage GitHub repositories via the gh CLI. Use when working with issues, PRs, releases, or repository settings.
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...