·m01-ownership
</>

m01-ownership

actionbook/rust-skills

クリティカル: 所有権/借用/生涯の問題に使用します。トリガー: E0382、E0597、E0506、E0507、E0515、E0716、E0106、値の移動、借用した値の有効期間が十分ではない、移動できない、移動した値の使用、所有権、借用、有効期間、'a、'静的、移動、クローン、コピー、全权、借用、生命期間

20インストール·1トレンド·@actionbook

インストール

$npx skills add https://github.com/actionbook/rust-skills --skill m01-ownership

SKILL.md

| Error | Don't Just Say | Ask Instead |

| E0382 | "Clone it" | Who should own this data? | | E0597 | "Extend lifetime" | Is the scope boundary correct? | | E0506 | "End borrow first" | Should mutation happen elsewhere? | | E0507 | "Clone before move" | Why are we moving from a reference? | | E0515 | "Return owned" | Should caller own the data? |

| E0716 | "Bind to variable" | Why is this temporary? | | E0106 | "Add 'a" | What is the actual lifetime relationship? |

クリティカル: 所有権/借用/生涯の問題に使用します。トリガー: E0382、E0597、E0506、E0507、E0515、E0716、E0106、値の移動、借用した値の有効期間が十分ではない、移動できない、移動した値の使用、所有権、借用、有効期間、'a、'静的、移動、クローン、コピー、全权、借用、生命期間 ソース: actionbook/rust-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/actionbook/rust-skills --skill m01-ownership
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

m01-ownership とは?

クリティカル: 所有権/借用/生涯の問題に使用します。トリガー: E0382、E0597、E0506、E0507、E0515、E0716、E0106、値の移動、借用した値の有効期間が十分ではない、移動できない、移動した値の使用、所有権、借用、有効期間、'a、'静的、移動、クローン、コピー、全权、借用、生命期間 ソース: actionbook/rust-skills。

m01-ownership のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/actionbook/rust-skills --skill m01-ownership インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/actionbook/rust-skills