Agent skill
test-parallel-sdk
Test if Task tool (parallel subagents) works in SDK context
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/test-parallel-sdk
SKILL.md
Test Parallel Task Tool in SDK
Test whether the Task tool (subagent spawner) is available and works for parallel execution.
Instructions
-
Try to spawn TWO Task subagents in parallel using the Task tool:
- Task A: Use Explore agent to count files in
.claude/skills/ - Task B: Use Explore agent to count files in
scripts/
- Task A: Use Explore agent to count files in
-
Write results to
earnings-analysis/test-outputs/parallel-test-$ARGUMENTS.txt:
CALLER: $ARGUMENTS
TIMESTAMP: {current time}
TASK_TOOL_AVAILABLE: YES or NO
PARALLEL_EXECUTION: SUCCESS or FAILED
TASK_A_RESULT: {result or error}
TASK_B_RESULT: {result or error}
ERROR_IF_ANY: {exact error message if Task tool failed}
IMPORTANT: Actually TRY to use the Task tool. Don't just check if it exists - call it.
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?