Agent skill
test-nested-agents
ネストエージェントパターンの検証テスト用スキル。Use when user says テスト検証, test nested agents, verify agent pattern.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/test-nested-agents
Metadata
Additional technical details for this skill
- skillport
-
{ "tags": [ "test", "experimental" ], "category": "test", "alwaysApply": false }
SKILL.md
Test Nested Agents Skill
このスキルは {skill}/agents/ フォルダにエージェントをパッケージするパターンの検証用です。
テスト対象
- スキル内の
agents/フォルダにエージェントを配置 - Task tool でそのエージェントを呼び出せるか検証
含まれるテストエージェント
| エージェント | 目的 |
|---|---|
| test-echo-agent | 入力をエコーバックして動作確認 |
検証手順
パターン A: スキル内エージェントを直接参照
Task tool:
subagent_type: "test-echo-agent"
prompt: "Echo back: HELLO FROM NESTED AGENT"
パターン B: 相対パスでプロンプトを読み込み
1. Read: ./agents/test-echo-agent.md
2. そのプロンプトを使って Task tool で general-purpose を起動
実行
このスキルが起動したら、以下を順次実行:
- まず
agents/test-echo-agent.mdの内容を確認 - パターン A を試行
- パターン A が失敗したら パターン B を試行
- 結果をレポート
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?