Agent skill
list
利用可能なプラグインの一覧を表示する。「プラグイン一覧」「プラグインリスト」「どんなプラグインがある?」「プラグインを見せて」「使えるプラグインは?」「プラグイン確認」「インストール可能なプラグイン」などで起動。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/list
SKILL.md
Plugin List
利用可能なプラグインの一覧を表示します。
オプション
| オプション | 説明 |
|---|---|
--help |
このスキルのヘルプを表示 |
Claude への指示
--help が指定された場合: このファイルの内容を要約して表示し、終了。
実行手順
.claude-plugin/marketplace.jsonを読み取り、登録されているプラグイン一覧を取得- 各プラグインについて以下の情報を表示:
- 名前: プラグイン名
- 説明: プラグインの概要
- 最新バージョン: marketplace.json に記載のバージョン
- 現在バージョン: インストール済みの場合、そのバージョン
- 状態: インストール済み / 未インストール
出力フォーマット
## 利用可能なプラグイン
| プラグイン名 | 説明 | 最新 | 現在 | 状態 |
|--------------|------|------|------|------|
| shiiman-xxx | ... | 1.0.0| 1.0.0| ✅ インストール済み |
| shiiman-yyy | ... | 2.0.0| - | ❌ 未インストール |
重要な注意事項
- ✅ marketplace.json から最新バージョンを取得
- ✅ 現在バージョンはインストール済みプラグインの plugin.json から取得
- ❌ プラグインディレクトリを直接スキャンしない(marketplace.json を参照)
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?