byfriday-platform· 21 skills
Loads when the agent calls delegate({...}) for a non-trivial sub-task. Covers what the child sees and doesn't see (the child has NO load_skill and NO available-skills index — the parent must pre-push skills via delegate({skills: [{name, refs?}]})); how to write a good handoff; when to push specific reference files via refs:; the mcpServers: allowlist; budget envelope (max_steps, max_output_tokens, max_depth); the {ok, answer | reason, toolsUsed} return contract; when to delegate vs call a tool inline.
$npx -y skills add friday-platform/friday-studio --skill delegate-handoffInstalls into the current project.
Run `npx skills use "https://github.com/friday-platform/friday-studio" --skill "friday-platform/friday-studio/delegate-handoff"` 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/friday-platform/friday-studio" that are relevant to the current task. Run `npx skills add "https://github.com/friday-platform/friday-studio"` and select the relevant skills, then follow their instructions.