From rust
Guides Rust error handling with Result/Option types, ? operator propagation, and custom error implementations.
npx claudepluginhub vinnie357/claude-skills --plugin rustThis skill uses the workspace's default tool permissions.
Result, Option, error propagation, and custom error types.
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`.
Result, Option, error propagation, and custom error types.
Activate when:
For Result, Option, ? operator, and custom error type patterns, see references/error-handling.md.