Error Resolver

Error Resolver is a skill for Claude Code, Codex from foryourhealth111-pixel/Vibe-Skills. It costs 37 tokens per session (2,076 once invoked), scanned D, original, Apache-2.0.

A retained reference archive describing a five-step method for diagnosing errors, from classifying and parsing an error to analyzing its cause and choosing a fix. It is marked as legacy and is not the active route for bug investigations.

In plain words
What is it for?
Use it only when consulting historical error-resolution patterns or migration material, not for handling current bugs, stack traces, or root-cause analysis.
Why use it?
It preserves older troubleshooting material while directing current work to a different, systematic-debugging guide. This avoids sending active bug reports to an obsolete reference.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it only when consulting historical error-resolution patterns or migration material, not for handling current bugs, stack traces, or root-cause analysis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/foryourhealth111-pixel/vibe-skills/error-resolver
About the project

Vibe-Skills is a collection and routing system that helps AI agents discover, select, and coordinate specialized skills for completing tasks. It is intended for agents that need to organize workflows across many installed capabilities. The catalogue entries are skills and an agent belonging to this system.

foryourhealth111-pixel/Vibe-Skills · 3,252 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add foryourhealth111-pixel/Vibe-Skills --skill error-resolver
Clone the repo
git clone --depth 1 https://github.com/foryourhealth111-pixel/Vibe-Skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Error Resolver

README.md
[![agentmods](https://agentmods.dev/badge/skills/foryourhealth111-pixel/vibe-skills/error-resolver/github.svg)](https://agentmods.dev/skills/foryourhealth111-pixel/vibe-skills/error-resolver)
Your own site
<a href="https://agentmods.dev/skills/foryourhealth111-pixel/vibe-skills/error-resolver"><img src="https://agentmods.dev/badge/skills/foryourhealth111-pixel/vibe-skills/error-resolver/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Error Resolver

Your own site · 80×15
<a href="https://agentmods.dev/skills/foryourhealth111-pixel/vibe-skills/error-resolver"><img src="https://agentmods.dev/badge/skills/foryourhealth111-pixel/vibe-skills/error-resolver.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,076 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00037 $0.02076
Opus 5 $0.00018 $0.01038
Sonnet 5 $0.00007 $0.00415
Haiku 4.5 $0.00004 $0.00208

Measured 12d ago against content hash fbb64aa4c34b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade D, and why

Error Resolver scanned grade D with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

| **Permission** | EACCES, PermissionError | File/directory access, sudo needed |

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- "Run: rm -rf node_modules && npm install"
bundled/skills/error-resolver/SKILL.md · 331 lines

How it starts

The opening of the file, as written. The whole thing — 331 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Error Resolver

Legacy reference archive for first-principle error diagnosis across languages and frameworks.

Routing Status

This directory is retained because it contains substantial analysis, pattern, and replay material. It is not an active code-quality route owner. Route user-facing bug, stack-trace, and root-cause tasks to systematic-debugging.

Core Philosophy

The 5-step Error Resolution Process:

1. CLASSIFY  ->  2. PARSE  ->  3. MATCH  ->  4. ANALYZE  ->  5. RESOLVE
     |              |             |             |              |
  What type?    Extract key    Known       Root cause      Fix +
               information    pattern?     analysis       Prevent

Quick Start

When you encounter an error:

  1. Paste the full error (including stack trace if available)
  2. Provide context (what were you trying to do?)
  3. Share relevant code (the file/function involved)

Error Classification Framework

Primary Categories

Category Indicators Common Causes
Syntax Parse error, Unexpected token Typos, missing brackets, invalid syntax
Type TypeError, type mismatch Wrong data type, null/undefined access
Reference ReferenceError, NameError Undefined variable, scope issues
Runtime RuntimeError, Exception Logic errors, invalid operations
Network ECONNREFUSED, timeout, 4xx/5xx Connection issues, wrong URL, server down
Permission EACCES, PermissionError File/directory access, sudo needed
Dependency ModuleNotFound, Cannot find module Missing package, version mismatch
Configuration Config error, env missing Wrong settings, missing env vars
Database Connection refused, query error DB down, wrong credentials, bad query
Memory OOM, heap out of memory Memory leak, large data processing

Secondary Attributes

  • Severity: Fatal / Error / Warning / Info
  • Scope: Build-time / Runtime / Test-time
  • Origin: User code / Framework / Third-party / System

Read the full file on GitHub · 331 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 331 lines · 37 tokens per session scan D fbb64aa4c34b

Subscribe to this mod's changes

Error Resolver is a skill published in the GitHub repository foryourhealth111-pixel/Vibe-Skills (3,252 stars, last pushed 11d ago), licensed Apache-2.0. It adds 37 tokens to every session and 2,076 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it D with 2 findings (asks for root, recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.