iso-spawn

iso-spawn is a skill for Claude Code, Codex from IsaiaScope/ai. It costs 102 tokens per session (2,964 once invoked), scanned A, original, MIT.

A launcher that opens a Codex or Claude agent in a separate tab within the current herdr workspace. It can send the new agent a task and start it automatically.

In plain words
What is it for?
Use it to start another coding agent beside the current one, optionally with an initial prompt. It supports background launching, focusing the new tab, and later monitoring or messaging the agent.
Why use it?
It removes the need to open another agent session and configure its workspace by hand. The separate tab lets the new agent work independently while you keep the original session available.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/isaiascope/ai/iso-spawn
Any agent
npx skills add IsaiaScope/ai --skill iso-spawn
Clone the repo
git clone --depth 1 https://github.com/IsaiaScope/ai

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for iso-spawn

README.md
[![agentmods](https://agentmods.dev/badge/skills/isaiascope/ai/iso-spawn.svg)](https://agentmods.dev/skills/isaiascope/ai/iso-spawn)
Your own site
<a href="https://agentmods.dev/skills/isaiascope/ai/iso-spawn"><img src="https://agentmods.dev/badge/skills/isaiascope/ai/iso-spawn.svg" alt="Measured on agentmods" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,964 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00102 $0.02964
Opus 5 $0.00051 $0.01482
Sonnet 5 $0.00020 $0.00593
Haiku 4.5 $0.00010 $0.00296

Measured 4d ago against content hash e97593130768, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

iso-spawn scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 9 executable files (scripts/lib/agentkind.sh, scripts/lib/cleanup.sh, scripts/lib/deliver.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/iso-spawn/SKILL.md · 231 lines

How it starts

The opening of the file, as written. The whole thing — 231 lines — stays where its author put it; the contents beside it link to each section on GitHub.

iso-spawn

Launches a codex or claude agent in a fresh herdr tab, in the current workspace (resolved from $HERDR_PANE_ID, immune to UI focus). Full permissions by default, optional prompt injected and auto-run, delivered in the background so the caller never blocks.

You are the orchestrator. A spawned agent runs independently in its own pane — it does not call you back when it finishes. iso-spawn gives you the verbs; you own the lifecycle: launch it, watch it, talk to it, collect its work, tear it down. When this skill is used inside another skill, that parent skill owns the lifecycle and decides when each spawned agent is killed. Everything below is your control surface.

Operating a spawned agent

Every agent moves through five phases. Each phase has one verb and answers one question:

phase verb(s) the question you're answering anchor
1. Launch spawn / deliver sync or async? full-perm or --safe? prints a TERM
2. Monitor status, herdr agent wait is it working / idle / blocked? <TERM>
3. Interact send unblock it, course-correct, follow up <TERM>
4. Recover recover pull its result (output | chat) <TERM>
5. Tear down cleanup (--kill, --orphaned) kill the tab, reap the sidecar, no leaks <TERM>

The single anchor for phases 2–5 is the TERM (herdr terminal id) printed at launch. Capture it. Every other verb takes one <TERM>; N agents = N independent TERMs.

Pick your launch shape

There are three launch shapes. Choose by what you want back:

you want use blocks?
one task done, result back, tab gone (the common case) deliver … --kill yes
result back, agent kept alive for follow-ups deliver … (no --kill) yes
run many agents in parallel, collect later async spawn ×N, then poll no
a long job while you keep working async spawn, poll later no

Read the full file on GitHub · 231 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 231 lines · 102 tokens per session scan A e97593130768

Subscribe to this mod's changes

iso-spawn is a skill published in the GitHub repository IsaiaScope/ai (2 stars, last pushed 6d ago), licensed MIT. It adds 102 tokens to every session and 2,964 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

agent-architecture-planner

Use when designing an autonomous agent, planning agent architecture, building a scheduled automation, or creating a Claude Code agent workflow. Triggers: 'design an agent', 'build an automation', 'agent architecture', 'automate this workflow', 'create a scheduled agent', 'shell script agent'.

majiayu000/claude-skill-registry · 64 tokens

81-pipecat

Create your Pipecat skill from official documentation, then learn to improve it throughout the chapter.

majiayu000/claude-skill-registry · 18 tokens

2026-legal-research-agent

Expert legal research agent for finding and scraping expungement data state by state. Knows authoritative sources, URL patterns, Firecrawl configuration, and 2026 legal landscape. Activate on "find expungement data", "scrape state laws", "legal research", "court URLs", "statute sources", "Clean Slate laws", "automatic…

majiayu000/claude-skill-registry · 103 tokens

80-livekit-agents-majiayu000-claude-skill-registr

Create your LiveKit Agents skill from official documentation, then learn to improve it throughout the chapter.

majiayu000/claude-skill-registry · 18 tokens

ac-lock

Phase 4.0 — Acceptance Criteria lock checkpoint before implementation. Consolidates all ACs from PRD, TechSpec, and Tasks, presents to user for confirmation, and saves the locked AC list to accepted-criteria.md. Implementation only starts after explicit user confirmation.

majiayu000/claude-skill-registry · 57 tokens

advisor-triggers

Detects when user requests warrant critical analysis via /advise command.

majiayu000/claude-skill-registry · 17 tokens