docs-cache
Documentation cache helper for agents.
> /plugin marketplace add zhanghandong/rust-skills > /plugin install rust-skills@rust-skills
How it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Documentation cache helper for agents.
Agent definition
docs-cache.mddocs-cache
Documentation cache helper for agents.
Cache Directory
~/.claude/cache/rust-docs/
├── docs.rs/{crate}/{item}.json
├── std/{module}/{item}.json
├── releases.rs/{version}.json
├── lib.rs/{crate}.json
└── clippy/{lint}.jsonTTL by Source
| Source | TTL | Reason | |--------|-----|--------| | std/ | 30 days | Stable | | docs.rs/ | 7 days | Crate updates | | releases.rs/ | 365 days | Historical | | lib.rs/ | 1 day | Version changes | | clippy/ | 14 days | Rust version updates |
Cache Format
{
"meta": {
"url": "...",
"fetched_at": "2025-01-01T00:00:00Z",
"expires_at": "2025-01-08T00:00:00Z"
},
"content": { ... }
}Skip Cache
Keywords: refresh, force, --force, update docs
AI-powered Rust development assistant with meta-cognition framework
Other agents on rust-skills.
- browser-fetcher
Generic web content fetcher.
Open agent - clippy-researcher
Fetch Clippy lint information.
Open agent - crate-researcher
Fetch crate metadata from lib.rs / crates.io.
Open agent - docs-researcher
Fetch third-party crate documentation from docs.rs.
Open agent - layer1-analyzer
Analyze from **Layer 1: Language Mechanics** perspective.
Open agent - layer2-analyzer
Analyze from **Layer 2: Design Choices** perspective.
Open agent

