Skip to main content
Reads lines from stdin and spawns one agent per line. Each line is substituted into a slug template and a description template, producing a batch of agents with a single command.

Synopsis

Both <slug-template> and <description-template> use {} as the substitution marker. Every occurrence of {} in the slug template is replaced with a sanitized version of the input line (lowercased, non-alphanumeric characters replaced with dashes, truncated to 60 characters). Every occurrence of {} in the description template is replaced with the raw input line. Empty lines are skipped.

Arguments

Examples

Spawn an agent for each changed file

Preview without spawning

Null-delimited input

Specify a model and persona

Errors