Agent skill · AI & Agents

spawn

Skills for spawning external processes - AI coding agents and generic CLI commands in new terminal windows. Parent skill category for agent and terminal spawning.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill spawn-aiskillstore-marketplace-3 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/agent/spawn-aiskillstore-marketplace-3/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Spawn Skills This directory contains skills for spawning external processes in new terminal windows. ## Overview Spawn skills enable Claude Code to launch external processes: - **AI coding agents** (Claude, Codex, Gemini, Cursor, OpenCode, Copilot) - **Generic CLI commands** (ffmpeg, curl, python, npm, etc.) Both use the `fork_terminal` utility to create isolated terminal sessions. ## Child Skills | Skill | Description | Use Case | |-------|-------------|----------| | [agent](./agent/SKILL.md) | Spawn AI coding agents | Multi-provider orchestration | | [terminal](./terminal/SKILL.md) | Spawn generic CLI commands | Non-AI command execution | ## When to Use ### Use spawn:agent when: - Delegating tasks to external AI providers - Need interactive CLI sessions with AI agents - Browser-based authentication is required - Real-time streaming output needed ### Use spawn:terminal when: - Running non-AI CLI commands (ffmpeg, curl, etc.) - Need interactive terminal for user input - Long-running processes that shouldn't block Claude ### Use orchestration:native-invoke instead when: - Automating multi-provider tasks - Need parallel execution across providers - Clean result collection is import

What's inside
Steps it walks through
  1. Overview
  2. Child Skills
  3. When to Use
  4. Use spawn:agent when:
  5. Use spawn:terminal when:
  6. Use orchestration:native-invoke instead when:
  7. Core Utility
  8. Quick Reference
  9. Related Skills
  10. See Also
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the spawn skill do?

Skills for spawning external processes - AI coding agents and generic CLI commands in new terminal windows. Parent skill category for agent and terminal spawning.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill spawn-aiskillstore-marketplace-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going