summon

Spawn parallel subagents seeded with the full skill registry for independent tasks.

12|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/Alexander-Tyagunov/magician --skill summon-alexander-tyagunov
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: summon
Source: https://github.com/Alexander-Tyagunov/magician/tree/main/skills/summon
Command: npx skills add https://github.com/Alexander-Tyagunov/magician --skill summon-alexander-tyagunov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spawns parallel subagents to work on independent tasks, enabling faster execution for parallel-safe workflows.

Core Features & Use Cases

  • Spawn multiple subagents concurrently to accelerate complex workflows.
  • Each subagent is seeded with the full skill registry to ensure consistent capabilities.
  • Use Case: When you have several independent tasks that can run in parallel (e.g., code generation, testing, documentation)

Quick Start

Provide a plan of parallel tasks and let the system spawn agents to execute them.

Frequently Asked Questions about summon

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

FAQPage Schema
How do I run parallel tasks with multiple subagents concurrently?▼

Parallel tasks run concurrently by spawning multiple subagents simultaneously, with each agent seeded using the full skill registry to execute independent workstreams like code generation or testing.

What is multi-agent orchestration for parallel-safe workflows?▼

Multi-agent orchestration coordinates parallel subagents to execute independent tasks simultaneously, applying deterministic task dispatch and per-agent context sharing to ensure standardized completion reporting.

How do I execute concurrent data processing across distributed testing environments?▼

Concurrent data processing executes by spawning parallel subagents designed for distributed testing, ensuring each agent receives shared context and reports standardized completion results.

Can I use parallel subagents for multi-component feature development?▼

Parallel subagents support multi-component feature development by spawning concurrent agents that handle independent tasks simultaneously while maintaining deterministic task dispatch and consistent capabilities.

When should I use parallel subagent orchestration instead of sequential execution?▼

Parallel subagent orchestration is ideal when you have several independent tasks that can run simultaneously, accelerating complex workflows compared to sequential execution for parallel-safe projects.

What are the limitations of spawning parallel subagents for task dispatch?▼

Spawning parallel subagents requires parallel-safe workstreams to function correctly; tasks with interdependencies or shared mutable state are not suitable for this deterministic task dispatch approach.