suborbs github ↗
amp plugin · fire & forget

your agent shouldn't
wait for its agents

suborbs lets the main amp agent launch cloud sub-agents on its own. they run on remote orbs, results land back in the thread. your laptop stays cold.

~ / terminal
# one file. that's the whole plugin.
curl -fsSL https://install.pcstyle.dev/suborb-plugins.sh | bash
before / after
before·spawn sub-agent → wait. and wait. fans spinning → continue after·orb_launch → keep working → result lands in your thread when ready
three tools

orb_launch

spins up a cloud orb via amp --orb-execute. returns the thread id in seconds and moves on.

orb_status

every run, its state, elapsed time, and thread url. knows when a watcher went missing.

orb_results

grabs any run's result. if the local watcher died, it pulls the live transcript from the thread.

field-tested
7m19s
a real orb installed deps, drove a browser through a client site at three viewports, and delivered a full ui/ux audit — hands-free.
~10¢
a 3-minute qa run on the default a0.large. orbs archive on completion, so billing stops the moment work does.
1 file
the entire plugin is one typescript file in your amp plugins dir. no build, no deps, no config.