- Avoid unwrap/expect outside tests; propagate with ?.
- Use Result/Option for explicit error handling.
- Prefer iterators over indexing when possible.
- Use clippy and rustfmt to keep code consistent.
- Minimize unsafe blocks; document invariants when used.
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →- Avoid unwrap/expect outside tests; propagate with ?.