Skill bundle
A file-first agent operating system. Build AI agents by editing markdown files, not writing code. Self-managing, self-improving, durable. Agent Skills compatible.
npx -y skills add Phoenixrr2113/agent-harness --skill skill-bundleAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Briefly describe what this skill does AND when to use it. Use imperative phrasing ("Use this skill when..."). Aim for 80-500 chars. Include keywords the model can pattern-match against the user's prompt.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.9 KB, as published. Nobody here has run it
{{NAME}}
When to use
Describe the trigger context. Example: "Use when the user asks to..."
Available scripts
scripts/run.sh— Brief description of what the script does and when to invoke it
Workflow
- Step 1: Run
scripts/run.sh <args>and read the JSON result - Step 2: ...
Gotchas
Non-obvious facts the agent would otherwise get wrong. Example: "The API
returns 200 even on auth failure — check the error field in the body, not
the HTTP status."
Failure modes
Known errors and recovery paths. Each entry includes the error.code the
script returns and what the agent should do next.