This skill should be used for multi-session autonomous agent work requiring progress checkpointing, failure recovery, and task dependency management. Triggers on '/harness' command, or when a task involves many subtasks needing progress persistence, sleep/resume cycles across context windows, recovery from mid-task failures with partial state, or distributed work across multiple agent sessions. Synthesized from Anthropic and OpenAI engineering practices for long-running agents.
$npx -y skills add stellarlinkco/skills --skill harnessInstalls into the current project.
Run `npx skills use "https://github.com/stellarlinkco/skills" --skill "stellarlinkco/skills/harness"` 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/stellarlinkco/skills" that are relevant to the current task. Run `npx skills add "https://github.com/stellarlinkco/skills"` and select the relevant skills, then follow their instructions.