name: crate-researcher description: "Fetch crate metadata from lib.rs / crates.io." crate-researcher Fetch crate metadata from lib.rs / crates.io. Fetch Use available tools: lib.rs (preferred, more in
阅读全文
docs-researcher
docs-researcher Fetch third-party crate documentation from docs.rs. For std library (std::*), use std-docs-researcher instead. Fetch Use available tools to get docs.rs content: agent-browser if availa
阅读全文
docs-cache
name: docs-cache description: "Documentation cache helper for agents." docs-cache Documentation cache helper for agents. Cache Directory ~/.claude/cache/rust-docs/ ├── docs.rs/{crate}/{item}.json
阅读全文
Rust Daily Reporter
Rust Daily Reporter Aggregate Rust news, filter by time range. Data Sources (Required) CategoryURL Ecosystemhttps://www.reddit.com/r/rust/hot/ Ecosystemhttps://this-week-in-rust.org/ Officialhttps://b
阅读全文
clippy-researcher
name: clippy-researcher description: "Fetch Clippy lint information." clippy-researcher Fetch Clippy lint information. URL rust-lang.github.io/rust-clippy/stable/index.html#<lint_name> Fetch Use
阅读全文
Negotiation Response Format
Negotiation Response Format Standard response structure for agents in negotiation mode. When to Use This format is REQUIRED when the orchestrator dispatches with negotiation: true. For standard (non-n
阅读全文
Confidence Assessment Rubric
Confidence Assessment Rubric Standardized criteria for determining confidence levels in negotiation responses. Confidence Levels Overview LevelSymbolMeaningTypical Action HIGH✓✓✓Reliable, completeAcce
阅读全文
Achievement Definitions
Achievement Definitions Complete list of all achievements with unlock requirements. Categories Overview CategoryCountTheme Bug Fixing4Debugging and fixing issues Testing4Writing tests Consistency4Dail
阅读全文
Pressure Scenario: E0382 Moved Value
Pressure Scenario: E0382 Moved Value Skill Under Test m01-ownership User Question "Why am I getting E0382 error: use of moved value?" Code Context fn main() { let s = String::from("hello"); let s2 = s
阅读全文
Pressure Scenario: E0597 Lifetime Too Short
Pressure Scenario: E0597 Lifetime Too Short Skill Under Test m01-ownership User Question "Why am I getting E0597: borrowed value does not live long enough?" Code Context fn get_str() -> &str {
阅读全文