test-re-task-in-fork

Spawn a sub-agent in a forked context and write a success message.

3|1|Updated Dec 2, 2024
One-click install
npx skills add https://github.com/faisalanjum/EventTrader --skill test-re-task-in-fork
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-re-task-in-fork
Source: https://github.com/faisalanjum/EventTrader/tree/main/.claude/skills/test-re-task-in-fork
Command: npx skills add https://github.com/faisalanjum/EventTrader --skill test-re-task-in-fork

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill tests the functionality of the Task tool within a forked execution environment, specifically checking its ability to spawn sub-agents.

Core Features & Use Cases

  • Sub-agent Spawning: Verifies if the Task tool can initiate new agents when the Skill is running in a forked context.
  • Tool Availability Check: Lists all accessible tools for debugging and understanding the execution environment.
  • Use Case: Essential for developers integrating new tools or testing agent behavior in isolated or forked environments to ensure proper functionality.

Quick Start

Use the Task tool with subagent_type "general-purpose" and prompt "Reply with TASK_SPAWN_SUCCESS".

Frequently Asked Questions about test-re-task-in-fork

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test sub-agent spawning in a forked execution context?

To test sub-agent spawning in a forked execution context, use the Task tool with the "general-purpose" subagent type and prompt it to reply with a success message to verify initiation.

Can I list available tools when running an agent in an isolated environment?

Yes, you can list available tools when running an agent in an isolated environment by utilizing a Skill that retrieves and outputs all accessible tool names for debugging purposes.

How does the Task tool verify successful sub-agent initiation?

The Task tool verifies successful sub-agent initiation by spawning a general-purpose agent and writing a designated success message to a specified file, confirming proper execution.

Why do I need to test agent orchestration in forked environments?

Testing agent orchestration in forked environments is needed to ensure proper tool utilization and sub-agent functionality when integrating new tools or running agents in isolated contexts.

Do I need any dependencies to check tool availability in a forked context?

No dependencies are required to check tool availability in a forked context, as the testing Skill operates independently to list accessible tools and verify sub-agent spawning.