rust-error-handling

Rustでのエラー設計を、境界ごとに thiserror / anyhow を使い分けて実装する。ドメイン/ライブラリは型付きエラー(thiserror)、アプリ境界のみ anyow。context付与、unwrap禁止、HTTP/CLI変換の指針を含む。

$ 安裝

git clone https://github.com/See2et/bakopa-vr /tmp/bakopa-vr && cp -r /tmp/bakopa-vr/.codex/skills/rust-error-handling ~/.claude/skills/bakopa-vr

// tip: Run this command in your terminal to install the skill