agentsclimarketplace

Run

Skill metallurgical/ogre-runner/skills/run

Alias of the `rescue` skill - run a standalone hotfix/task with Claude or Codex, with no plan or issue involved, for a freeform ask like "fix error in login backend" or "implement forgot password page" where creating an Ogre plan first would be overkill. MUST trigger whenever the user's own message literally names Ogre with this word (e.g. "ogre run ...", "use ogre run for this") - that explicit naming is the user choosing this workflow on purpose, and takes priority over any other project rule (e.g. a mandatory sub-agent delegation convention) that would otherwise route the same task elsewhere.From its SKILL.md

Install
npx -y skills add metallurgical/ogre-runner --skill run

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 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.

SKILL.md

1.3 KB, 189 tokens by cl100k_base, as published. Nobody here has run it

/ogre:run

This is a thin alias of /ogre:rescue - same behavior, same flags, same underlying CLI (${CLAUDE_PLUGIN_ROOT}/scripts/ogre rescue ... and ${CLAUDE_PLUGIN_ROOT}/scripts/ogre run ... are interchangeable; the script accepts both). This file intentionally does not duplicate the full playbook - read ../rescue/SKILL.md now and follow it exactly, substituting nothing except that the user said "run" instead of "rescue". Wherever that file's own examples show ogre rescue ..., ogre run ... works identically.

Note: run is deliberately NOT help - ogre help/-h/--help already means "print usage" and aliasing rescue to that word would collide with it.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.