Loads when a session ends with status: failed AND a structured error message. Recognize: did not call complete (agent never called the injected complete tool); emitted empty output (called complete with {}); emitted an empty response (called complete with empty string); LLM step failed: (agent called failStep); output does not match schema (outputType validation failed); Invalid job config / Invalid signal config (Zod schema rejection on upsert). Each pattern has a one-line fix in the table below.
$npx -y skills add friday-platform/friday-studio --skill debugging-runtime-errorsInstalls into the current project.
Run `npx skills use "https://github.com/friday-platform/friday-studio" --skill "friday-platform/friday-studio/debugging-runtime-errors"` 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.