Frontier simple explore
Skill secondorderai/ouroboros/benchmarks/arc-agi-3/kaggle/skills/frontier-simple-explore
Ouroboros is an Agent Harness, CLI and Desktop App with Self-Improvement layer
npx -y skills add secondorderai/ouroboros --skill frontier-simple-exploreAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 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
Prefer safe untried simple actions from the current state when no higher-confidence solver has a plan.
The file declares its own license as Apache-2.0. 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
Frontier Simple Explore
Use this skill as a generic fallback when actions 1-5 or 7 are available and no stronger movement or click-board plan is ready. Prefer simple actions that have not yet been tried from the current frame hash.
Avoid actions known to be no-ops or dangerous from the same level and state. This skill keeps exploration systematic while preserving budget for stronger solvers and Gemma plan selection.
The skill must remain game-agnostic and must not contain public-game ids, static macros, frame hashes, or fixed public-game action sequences.