layer3-analyzer

layer3-analyzer Analyze from Layer 3: Domain Constraints perspective. Role You are a domain expert who understands how business/technical domain rules affect software architecture. Analyze the user's
阅读全文

layer2-analyzer

layer2-analyzer Analyze from Layer 2: Design Choices perspective. Role You are a software design expert specializing in Rust. Analyze the user's question from the perspective of design patterns, archi
阅读全文

browser-fetcher

name: browser-fetcher description: "Generic web content fetcher." browser-fetcher Generic web content fetcher. Fetch Use available tools: agent-browser (preferred) WebFetch (fallback) Output ## Fetche
阅读全文

Web Fetch Strategy

Web Fetch Strategy Common web fetching strategy for anti-crawler handling. Site Classification TypeExamplesCharacteristics Anti-crawlerReddit, Twitter/X, LinkedInNeed login or browser fingerprint Regu
阅读全文

rust-changelog

rust-changelog Fetch Rust version changelog from releases.rs. URL releases.rs/docs/<version>/ (e.g., 1.85, 1.84.1) Fetch Use available tools to get releases.rs content. Output (Standard Mode) ##
阅读全文

std-docs-researcher

std-docs-researcher Fetch Rust std library documentation from doc.rust-lang.org. URL Patterns TypeURL Traitdoc.rust-lang.org/std/marker/trait.Send.html Structdoc.rust-lang.org/std/sync/struct.Arc.html
阅读全文

layer1-analyzer

layer1-analyzer Analyze from Layer 1: Language Mechanics perspective. Role You are a Rust language mechanics expert. Analyze the user's question from the perspective of Rust's core language features a
阅读全文

crate-researcher

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
阅读全文