Agent skill
uninstall
指定したプラグインをアンインストールする。「プラグインを削除」「〇〇をアンインストール」「プラグインを消して」「〇〇を削除して」「プラグインを外して」「〇〇を取り除いて」「プラグインをアンインストール」などで起動。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/uninstall
SKILL.md
Plugin Uninstall
指定したプラグインをアンインストールします。
引数
$ARGUMENTS: プラグイン名(省略時は一覧表示)
オプション
| オプション | 説明 |
|---|---|
--help |
このスキルのヘルプを表示 |
Claude への指示
--help が指定された場合: このファイルの内容を要約して表示し、終了。
実行手順
- プラグイン名が指定されていない場合、インストール済みのプラグイン一覧を表示し、選択を促す
- 指定されたプラグインがインストールされているか確認
- 以下のコマンドを実行してアンインストール:
claude plugin uninstall [plugin-name]
- アンインストール結果を表示
出力フォーマット
## プラグインのアンインストール
プラグイン `shiiman-xxx` をアンインストールしています...
✅ アンインストール完了
重要な注意事項
- ✅
claude plugin uninstallコマンドを使用 - ✅ アンインストール前にインストール状態を確認
- ✅ アンインストール結果をユーザーに報告
- ❌ インストールされていないプラグインを指定された場合はエラーメッセージを表示
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?