install
source · Clone the upstream repo
git clone https://github.com/udapy/rust-agentic-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/udapy/rust-agentic-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/lint-hunter" ~/.claude/skills/udapy-rust-agentic-skills-lint-hunter && rm -rf "$T"
manifest:
skills/lint-hunter/SKILL.mdsource content
<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>