/rust-features
Get Rust version changelog and new features.
> /plugin marketplace add zhanghandong/rust-skills > /plugin install rust-skills@rust-skills
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/rust-features
Context preview
What this command does when you run it.
Get Rust version changelog and new features.
Command definition
rust-features.md/rust-features
Get Rust version changelog and new features.
Usage
/rust-features [version]
Parameters
- `version` (optional): Rust version number (e.g., `1.83`, `1.82`). If omitted, fetches the latest stable version.
Examples
/rust-features # Latest Rust features /rust-features 1.83 # Rust 1.83 features /rust-features 1.80 # Rust 1.80 features
Workflow
1. Use `search_actions("releases.rs")` to get action ID 2. Use `get_action_by_id()` to get page selectors 3. Use `agent-browser` to open https://releases.rs and navigate to the version 4. Extract changelog content 5. Summarize key features for user
AI-powered Rust development assistant with meta-cognition framework
Other commands on rust-skills.
- /achievement
View coding achievements, stats, and progress
Open command - /ai-daily
Generate AI daily/weekly news report from Reddit communities
Open command - /audit
Heavy-weight security and safety audit using os-checker tools.
Open command - /cache-clean
Clean Rust docs cache
Open command - /cache-status
Show Rust docs cache status
Open command - /clean-crate-skills
Remove local dynamic crate skills
Open command

