byjmfederico· 6 skills
How the Relay method works: executing a plan as a chain of independent sessions that each do one slice and hand off to the next via spawn_session. Load this skill only when you already know you are in a relay: a prompt states you are working under the Relay framework (or relay/chain), points you at a relay charter/status/log, or the user invokes this skill directly. Do not load it for generic multi-step plans or ordinary spawn_session use.
$npx -y skills add jmfederico/pi-web --skill relayInstalls into the current project.
Run `npx skills use "https://github.com/jmfederico/pi-web" --skill "jmfederico/pi-web/relay"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jmfederico/pi-web" that are relevant to the current task. Run `npx skills add "https://github.com/jmfederico/pi-web"` and select the relevant skills, then follow their instructions.