EpicenterHQ / rust-errors
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/rust-errors && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1548" && unzip -o skill.zip -d .claude/skills/rust-errors && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/rust-errors/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Rust to TypeScript error handling patterns for Tauri apps. Use when defining Rust errors that will be passed to TypeScript, handling Tauri command errors, or creating discriminated union error types.
0 views
0 installs