mascot-subagent-test

Test child mascot spawning and dismissal via task agent hooks.

18|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/sawarae/utsutsu-code --skill mascot-subagent-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mascot-subagent-test
Source: https://github.com/sawarae/utsutsu-code/tree/main/.claude/skills/mascot-subagent-test
Command: npx skills add https://github.com/sawarae/utsutsu-code --skill mascot-subagent-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill tests the functionality of child mascot spawning and dismissal through task agent hooks, ensuring smooth integration and cleanup.

Core Features & Use Cases

  • Hook Testing: Verifies that task_spawn_hook.py and task_dismiss_hook.py correctly manage child mascots.
  • Parallel Task Simulation: Simulates multiple tasks running concurrently to test spawn/dismiss behavior under load.
  • Resource Cleanup: Ensures that spawned mascots and associated mapping files are properly removed after tasks complete.

Quick Start

Run /mascot-subagent-test to test spawning and dismissing two child mascots in parallel.

Frequently Asked Questions about mascot-subagent-test

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

FAQPage Schema
How do I test subagent spawn and dismiss hooks under concurrent task execution?

To test subagent spawn and dismiss hooks under concurrent task execution, you can run the mascot-subagent-test skill. It validates that task_spawn_hook.py and task_dismiss_hook.py execute correctly when multiple tasks run in parallel, ensuring no lifecycle conflicts occur.

What is the best way to verify child mascot lifecycle management and resource cleanup?

The best way to verify child mascot lifecycle management and resource cleanup is by simulating parallel task execution. This process validates that spawned mascots and their associated mapping files are properly removed after the tasks complete without leaving orphaned resources.

Does parallel task execution cause conflicts in signal generation or resource management?

Parallel task execution does not cause conflicts in signal generation or resource management when properly tested. The concurrent simulation ensures that spawning and dismissing child mascots via task agent hooks operate smoothly without race conditions or resource management conflicts.

How do I simulate multiple tasks running concurrently to test spawn and dismiss behavior under load?

You simulate multiple tasks running concurrently to test spawn and dismiss behavior under load by executing the mascot-subagent-test skill. It spawns and dismisses two child mascots in parallel to validate hook execution and resource cleanup under concurrent conditions.

Why are spawned mascots and associated mapping files not properly removed after tasks complete?

Spawned mascots and mapping files are not properly removed after tasks complete if task_dismiss_hook.py fails to execute correctly under concurrent load. Testing the dismissal hook under parallel task simulation identifies and resolves these cleanup conflicts.