Agent skill
test-parallel-parent
Test parallel skill execution - calls two children simultaneously
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/test-parallel-parent
SKILL.md
Parallel Execution Test
Goal: Test if two skills can be called in parallel.
Task
- Record start time
- Call BOTH skills in a SINGLE message (parallel):
- /test-parallel-child-a
- /test-parallel-child-b
- Record end time
- Read both output files
- Write results to
earnings-analysis/test-outputs/parallel-parent-result.txt
Include:
- Start/end timestamps
- Whether both children executed
- Whether they ran in parallel (timestamps close) or sequential (timestamps far apart)
- Total elapsed time
IMPORTANT: Call both child skills in ONE message to test parallel execution.
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?