Skip to content
Skillv1.0.0

stuck-soldier-recovery

Playbook for unresponsive or stuck soldiers — escalation ladder (peek, steer, interrupt, relaunch, fail) and when-to-use guide.

by minhtri2710(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from minhtri2710/munsu (.agents/skills/stuck-soldier-recovery/SKILL.md). Install upstream with npx skills add minhtri2710/munsu --skill stuck-soldier-recovery. Copyright stays with the author.

stuck-soldier-recovery — soldier recovery escalation

Agent-only wrapper for the bundled REFERENCE.md, covering the escalation ladder and condition-based guidance.

Escalation ladder

  1. Peekmunsu peek <id>
  2. Steermunsu send <id> "<instruction>"
  3. Interrupt — harness-specific Ctrl+C via herdr/tmux send-keys
  4. Relaunchmunsu teardown <id> --force then re-spawn. Teardown retains the task data directory and any report under its generation-bound name.
  5. Fail — append failed: to status file with evidence

When to use each level

Consult REFERENCE.md for the condition table mapping symptoms to the appropriate action.


See REFERENCE.md for the complete reference.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/minhtri2710-munsu-stuck-soldier-recovery/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

minhtri2710-munsu-stuck-soldier-recovery.ocm.jsonjson
{
  "ocm": "1",
  "id": "minhtri2710-munsu-stuck-soldier-recovery",
  "kind": "skill",
  "name": "stuck-soldier-recovery",
  "description": "Playbook for unresponsive or stuck soldiers — escalation ladder (peek, steer, interrupt, relaunch, fail) and when-to-use guide.",
  "publisher": "minhtri2710",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Playbook for unresponsive or stuck soldiers — escalation ladder (peek, steer, interrupt, relaunch, fail) and when-to-use guide."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/minhtri2710/munsu",
      "path": ".agents/skills/stuck-soldier-recovery/SKILL.md",
      "ref": "e9c2a075626c6d85862215e44c3ff12f78bb3707",
      "url": "https://github.com/minhtri2710/munsu/blob/e9c2a075626c6d85862215e44c3ff12f78bb3707/.agents/skills/stuck-soldier-recovery/SKILL.md",
      "key": "minhtri2710/munsu/.agents/skills/stuck-soldier-recovery/SKILL.md"
    }
  },
  "instructions": "# stuck-soldier-recovery — soldier recovery escalation\n\nAgent-only wrapper for the bundled `REFERENCE.md`, covering the escalation ladder and condition-based guidance.\n\n## Escalation ladder\n\n1. **Peek** — `munsu peek <id>`\n2. **Steer** — `munsu send <id> \"<instruction>\"`\n3. **Interrupt** — harness-specific Ctrl+C via herdr/tmux send-keys\n4. **Relaunch** — `munsu teardown <id> --force` then re-spawn. Teardown\n   retains the task data directory and any report under its generation-bound name.\n5. **Fail** — append `failed:` to status file with evidence\n\n## When to use each level\n\nConsult `REFERENC",
  "cost": {
    "context_tokens": 181
  }
}

Fetch it by URL: GET /api/v1/registry/minhtri2710-munsu-stuck-soldier-recovery/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.