Agent skill
resource-lister
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/resource-lister
SKILL.md
Resource Lister
プロジェクトの Claude Code リソース一覧を表示するスキル。「リソース一覧」「コマンド一覧」「スキル一覧」「エージェント一覧」「何があるか確認」「作成したもの一覧」「Claude リソース」などで起動。
スキル情報
name: resource-lister
description: プロジェクトの Claude Code リソース一覧を表示するスキル。「リソース一覧」「コマンド一覧」「スキル一覧」「エージェント一覧」「何があるか確認」「作成したもの一覧」「Claude リソース」などで起動。
Claude への指示
このスキルが起動されたら、/shiiman-claude:list コマンドを実行してください。
委譲先コマンド
/shiiman-claude:list
注意事項
- ✅ SSOT(Single Source of Truth)パターン: このスキルはコマンドへの委譲のみを行う
- ✅ ユーザーの発話から適切なオプションを判断
- 「コマンド一覧」→
/shiiman-claude:list --commands - 「スキル一覧」→
/shiiman-claude:list --skills - 「エージェント一覧」→
/shiiman-claude:list --agents - 「フック一覧」→
/shiiman-claude:list --hooks - それ以外 →
/shiiman-claude:list
- 「コマンド一覧」→
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?