Lint hunter
Skill dills122/ai-central/templates/skills/imported/rust-agentic-skills/lint-hunter
Debugging compiler errors and tracing lifetimes.From its SKILL.md
npx -y skills add dills122/ai-central --skill lint-hunterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.7 KB, 89 tokens by cl100k_base, as published. Nobody here has run it
<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>What ships with it: 3 files
1.9 KB alongside SKILL.md, 2 of them executable
references/
- dictionary_of_pain.md1.1 KB
src/
- explain_error.shruns540 B
- test_pollution.shruns202 B