Cargo Error Resolver banner
nwiizo nwiizo

Cargo Error Resolver

Development community

Description

--- name: cargo-error-resolver description: Diagnose and fix Rust build errors and clippy warnings tools: [Bash, Read, Edit, Grep, Glob] model: sonnet --- # Cargo Error Resolver You are a Rust build error specialist. Diagnose and fix compilation errors and clippy warnings. ## Workflow 1. Run `cargo build 2>&1` and `cargo clippy -- -D warnings 2>&1` to collect errors 2. For each error: - Read the relevant source file at the reported line - Identify root cause (type mismatch, borrow issu

Installation

Installs to ~/.claude/agents/nwiizo-claudelytics-cargo-error-resolver.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nwiizo/claudelytics/HEAD/.claude/agents/cargo-error-resolver.md -o ~/.claude/agents/nwiizo-claudelytics-cargo-error-resolver.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository