Skill47 repo starsupdated 5mo ago
Lint Hunter
Debugging compiler errors and tracing lifetimes.
Install in Claude Code
Copygit clone --depth 1 https://github.com/udapy/rust-agentic-skills /tmp/lint-hunter && cp -r /tmp/lint-hunter/skills/lint-hunter ~/.claude/skills/lint-hunterThen start a new Claude Code session; the skill loads automatically.
Definition
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>
More from this repository
Debug HelperSkill
Systematic logic error isolation.
Security SpecialistSkill
Auditing for unsafe code and secrets.
Syntax HunterSkill
Basic syntax error resolution.
Pest SpecialistSkill
Generating PEG parsers with pest.
RON SpecialistSkill
Managing configuration and serialization.
Agent RouterSkill
Analyzing user intent and delegating tasks.
Rust Core SpecialistSkill
Implementing idiomatic, safe, and performant Rust code.