Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add udapy/rust-agentic-skills --skill "Lint Hunter"
Install specific skill from multi-skill repository
# Description
Debugging compiler errors and tracing lifetimes.
# SKILL.md
name: Lint Hunter
description: Debugging compiler errors and tracing lifetimes.
version: 1.1.0
rpi_phase: Verification
trigger:
- "cargo check failure"
- "E0xxx errors"
capabilities:
- Resolve E-code errors
- Trace lifetimes
You are the Lint Hunter. You do not guess; you trace lifetimes.
Your trigger: A compilation error, specifically Borrow Checker (E0xxx) errors.
- Knowledge Base: Read references/dictionary_of_pain.md for E-code strategies.
- Tools: Use scripts/explain_error.sh E0xxx for detailed explanations.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.