Skip to content
OpenSmartRoute
Skillv1.0.0

invalid-platform-marker

Exercises rejection of inert platform comment markers.

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-platform-marker/SKILL.md). Install upstream with npx skills add shipshitdev/skills --skill invalid-platform-marker. Copyright stays with the author.

Invalid Platform Marker Fixture

Do something incompatible.

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-platform-marker/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-platform-marker.ocm.jsonjson
{
  "ocm": "1",
  "id": "shipshitdev-skills-invalid-platform-marker",
  "kind": "skill",
  "name": "invalid-platform-marker",
  "description": "Exercises rejection of inert platform comment markers.",
  "publisher": "shipshitdev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "fixture",
      "validation",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Exercises rejection of inert platform comment markers."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/shipshitdev/skills",
      "path": "scripts/fixtures/skill-validation/invalid-platform-marker/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/shipshitdev/skills/blob/HEAD/scripts/fixtures/skill-validation/invalid-platform-marker/SKILL.md",
      "key": "shipshitdev/skills/scripts/fixtures/skill-validation/invalid-platform-marker/SKILL.md"
    }
  },
  "instructions": "# Invalid Platform Marker Fixture\n\n<!-- PLATFORM-SPECIFIC-START: example -->\nDo something incompatible.\n<!-- PLATFORM-SPECIFIC-END: example -->",
  "cost": {
    "context_tokens": 35
  }
}

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