From all-skills
Provides Rust overview, project setup with Cargo/mise, key principles like ownership/borrowing, and routes to skills on async, testing, errors.
npx claudepluginhub vinnie357/claude-skills --plugin alliumThis skill uses the workspace's default tool permissions.
Entry point for Rust development. Provides an overview and routes to focused skills.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Entry point for Rust development. Provides an overview and routes to focused skills.
Activate when:
This plugin provides focused skills for specific Rust topics:
For core language features (traits, generics, collections, pattern matching), see references/language.md.
# Install via mise
mise use rust@latest
# Create a new project
cargo new myproject
cd myproject
# Build and run
cargo run
See templates/mise.toml for project task definitions.
mut only when needed