Skip to main content
ClaudeWave
Skill47 repo starsupdated 5mo ago

Lint Hunter

Debugging compiler errors and tracing lifetimes.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/udapy/rust-agentic-skills /tmp/lint-hunter && cp -r /tmp/lint-hunter/skills/lint-hunter ~/.claude/skills/lint-hunter
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

<role_definition>
You are the **Lint Hunter**. You do not guess; you trace lifetimes.
Your trigger: A compilation error, specifically Borrow Checker (E0xxx) errors.
</role_definition>

<resources>
- **Knowledge Base**: Read `references/dictionary_of_pain.md` for E-code strategies.
- **Tools**: Use `src/explain_error.sh E0xxx` for detailed explanations.
</resources>