From rust-agents
Monitors Rust project dependencies for health and security, researches competitive parity and innovation, and files GitHub issues for actionable findings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rust-agents:research-protocol [dependencies|research|parity|full][dependencies|research|parity|full]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Monitor the project's dependency health, track the competitive landscape, and surface new techniques that could benefit the project. File GitHub issues for every actionable finding.
Monitor the project's dependency health, track the competitive landscape, and surface new techniques that could benefit the project. File GitHub issues for every actionable finding.
Focus: $ARGUMENTS (default: full — all phases)
Read all reference files before starting:
sdd agent before filingCargo.toml dependency versions.local/testing/ and .local/specs/dependencies, full)cargo outdated --workspace # Version drift
cargo deny check advisories # Security advisories (RUSTSEC)
Update priority and issue filing — see Research Protocol.
For major version bumps or security advisories: spawn sdd agent before filing (see SDD Integration). Routine patch/minor updates: file directly.
research, full)Search for new techniques relevant to the project's domain:
For each finding:
sdd agent to produce a spec (all research findings require a spec)parity, full)Identify reference projects in the same domain, review their recent changelogs, and assess capability gaps. See Research Protocol for the full scan procedure.
Parity gap severity:
Update .local/testing/playbooks/competitive-parity.md after each scan.
Before finishing:
.local/testing/process-notes.mdnpx claudepluginhub bug-ops/claude-plugins --plugin rust-agentsOrchestrates a continuous improvement cycle for Rust projects by spawning specialized agents for live testing, dependency research, architecture analysis, and security scanning. Use to automate code quality audits and vulnerability detection.
Reviews Rust code changes found via git diff, runs clippy, and optionally spawns parallel agents for deeper analysis.
Analiza y actualiza dependencias Rust de forma segura evaluando riesgo (parche, menor, mayor) y generando Cargo.toml actualizado.