test-re-skill-tries-task

Test Task tool availability for spawning sub-agents in forked Skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill tests the ability of a forked Skill to utilize the Task tool, specifically for spawning sub-agents.

Core Features & Use Cases

  • Sub-agent Spawning Test: Verifies if the Task tool can be invoked within a forked Skill environment.
  • Tool Availability Check: Reports whether the Task tool is accessible.
  • Use Case: Developers can use this Skill to ensure that nested agent execution is correctly configured in their Skill setup.

Quick Start

Reply with SKILL_TASK: WORKS - [agent response] if the Task tool works, or SKILL_TASK: BLOCKED - Task tool not in my tool list if it does not.

Frequently Asked Questions about test-re-skill-tries-task

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

FAQPage Schema
How do I test if the Task tool works in a forked Skill environment?

You can verify nested agent execution by checking the Skill response. It returns SKILL_TASK: WORKS with the agent response if the Task tool is accessible, or SKILL_TASK: BLOCKED if the tool is missing from the list.

What is nested agent execution and how does sub-agent spawning work?

Sub-agent spawning works by invoking the Task tool to create a general-purpose agent with a specific prompt. This Skill validates that capability inside a forked environment to ensure nested execution is correctly configured.

Can I use the Task tool to spawn sub-agents from within a forked Skill?

The Task tool can spawn sub-agents in a forked Skill if the environment supports nested execution. This Skill tests availability and returns a clear status indicating whether the tool is blocked or fully operational.

Why does sub-agent spawning fail when using the Task tool in a forked Skill?

Failure occurs if the Task tool is inaccessible within the forked Skill environment. This Skill identifies the missing tool and reports the blocked status so you can correct your nested execution configuration.

How to verify Task tool availability for nested agent execution configuration?

Run this Skill to check if the Task tool is in your tool list. It validates nested agent execution by attempting to spawn a general-purpose agent and reporting whether the tool is available or blocked.