Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるrust
スター5
フォーク1
更新日2026年6月9日 21:31
when working on a Rust project
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
when working on a Rust project
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | rust |
| description | when working on a Rust project |
cargo fmt to format all codeWhen a function accepts a byte index representing a character position, assume the index is aligned to a UTF-8 character boundary.
Never encode "invalid" or "absent" state by stuffing a sentinel number (e.g.
-1) into a field that normally holds real data. This is a common slope AI
pattern and it is broken by design: sentinels are invisible to downstream code
Option<T> or a dedicated enum variant instead.