Agent skill
suggest_skill
現在の状況やタスクに合わせて、今使うべきおススメのスキルを提案する
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/suggest-skill
SKILL.md
Suggest Skill
現在の作業状況、直近のコマンド実行結果、またはユーザーの意図を分析し、利用可能なエージェントスキルの中から最適なものを提案します。
手順
-
コンテキストの把握:
- 直前に実行したコマンド(テストの失敗、ビルドエラーなど)を確認します。
- 現在のファイル編集状況(ソースコードの変更、ドキュメントの更新など)を確認します。
-
スキルの選定:
list_skillsスキルで定義されている全スキルの中から、次のアクションとして妥当なものを複数提案します。- 例: テストが通った直後なら
wrap_upを提案。
-
提案理由の提示:
- なぜそのスキルをおススメするのか、どのようなメリットがあるのかを簡潔に説明します。
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?