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.