Armory
Source
Browse
Skills

error-resolver

Systematic error diagnosis and resolution using first-principle analysis. Use when encountering any error message, stack trace, or unexpected behavior. Supports replay functionality to record and reuse solutions.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install error-resolver --cli claude

writes the skill into.claude/skills/error-resolver/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/error-resolver/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Systematic error diagnosis and resolution using first-principle analysis. Use when encountering any error message, stack trace, or unexpected behavior. Supports replay functionality to record and reuse solutions.

When to use it

Systematic error diagnosis and resolution using first-principle analysis. Use when encountering any error message, stack trace, or unexpected behavior. Supports replay functionality to record and reuse solutions.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/error-resolver/SKILL.md -o .claude/skills/error-resolver/SKILL.md

Notes

Extracted from davila7/claude-code-templates, error-resolver category.