Skip to content
Skillv1.0.0

docs

Use [`skills/index.md`](skills/index.md) as the canonical agent skill router. Load only the matching skill for the current task.

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

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

See reviews

About

Imported from projectbluefin/bluefin (docs/SKILL.md). Install upstream with npx skills add projectbluefin/bluefin --skill docs. Copyright stays with the author.

Documentation compatibility pointer

Use skills/index.md as the canonical agent skill router. Load only the matching skill for the current task.

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/projectbluefin-bluefin-docs/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.

projectbluefin-bluefin-docs.ocm.jsonjson
{
  "ocm": "1",
  "id": "projectbluefin-bluefin-docs",
  "kind": "skill",
  "name": "docs",
  "description": "Use [`skills/index.md`](skills/index.md) as the canonical agent skill router. Load only the matching skill for the current task.",
  "publisher": "projectbluefin",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use [`skills/index.md`](skills/index.md) as the canonical agent skill router. Load only the matching skill for the current task."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/projectbluefin/bluefin",
      "path": "docs/SKILL.md",
      "ref": "c442e5c46f6d3a0e95dda5b1d6794dc7f56906ae",
      "url": "https://github.com/projectbluefin/bluefin/blob/c442e5c46f6d3a0e95dda5b1d6794dc7f56906ae/docs/SKILL.md",
      "key": "projectbluefin/bluefin/docs/SKILL.md"
    }
  },
  "instructions": "# Documentation compatibility pointer\n\nUse [`skills/index.md`](skills/index.md) as the canonical agent skill router.\nLoad only the matching skill for the current task.",
  "cost": {
    "context_tokens": 41
  }
}

Fetch it by URL: GET /api/v1/registry/projectbluefin-bluefin-docs/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.