Skip to content
OpenSmartRoute
Skillv1.0.0

invalid-route

Exercises detection of a dangling skill route in ordinary prose.

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

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

See reviews

About

Imported from shipshitdev/skills (scripts/fixtures/skill-validation/invalid-route/SKILL.md). Install upstream with npx skills add shipshitdev/skills --skill invalid-route. Copyright stays with the author.

Invalid Route Fixture

During recovery, use the missing-skill skill to continue.

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/shipshitdev-skills-invalid-route/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.

shipshitdev-skills-invalid-route.ocm.jsonjson
{
  "ocm": "1",
  "id": "shipshitdev-skills-invalid-route",
  "kind": "skill",
  "name": "invalid-route",
  "description": "Exercises detection of a dangling skill route in ordinary prose.",
  "publisher": "shipshitdev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "fixture",
      "validation",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Exercises detection of a dangling skill route in ordinary prose."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/shipshitdev/skills",
      "path": "scripts/fixtures/skill-validation/invalid-route/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/shipshitdev/skills/blob/HEAD/scripts/fixtures/skill-validation/invalid-route/SKILL.md",
      "key": "shipshitdev/skills/scripts/fixtures/skill-validation/invalid-route/SKILL.md"
    }
  },
  "instructions": "# Invalid Route Fixture\n\nDuring recovery, use the `missing-skill` skill to continue.",
  "cost": {
    "context_tokens": 21
  }
}

Fetch it by URL: GET /api/v1/registry/shipshitdev-skills-invalid-route/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.