Skip to content
Skillv1.0.0

using-colin

How to use Colin to compile agent skills from live sources. Use when working with Colin projects, templates, compilation, or skill management.

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

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

See reviews

About

Imported from majiayu000/claude-skill-registry (skills/skills/models-prefecthq-colin-4/SKILL.md). Install upstream with npx skills add majiayu000/claude-skill-registry --skill models-prefecthq-colin-4. Copyright stays with the author.

Using Colin

Compiled from live documentation.

{{ colin.github.file('PrefectHQ/colin', 'docs/getting-started/quickstart.mdx').content }}


{{ ref('tips.md').content }}

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/majiayu000-claude-skill-registry-models-prefecthq-colin-4/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.

majiayu000-claude-skill-registry-models-prefecthq-colin-4.ocm.jsonjson
{
  "ocm": "1",
  "id": "majiayu000-claude-skill-registry-models-prefecthq-colin-4",
  "kind": "skill",
  "name": "using-colin",
  "description": "How to use Colin to compile agent skills from live sources. Use when working with Colin projects, templates, compilation, or skill management.",
  "publisher": "majiayu000",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "How to use Colin to compile agent skills from live sources. Use when working with Colin projects, templates, compilation, or skill management."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/majiayu000/claude-skill-registry",
      "path": "skills/skills/models-prefecthq-colin-4/SKILL.md",
      "ref": "a16e8e7bdddc9a7406a56f51e520cef7a8646208",
      "url": "https://github.com/majiayu000/claude-skill-registry/blob/a16e8e7bdddc9a7406a56f51e520cef7a8646208/skills/skills/models-prefecthq-colin-4/SKILL.md",
      "key": "majiayu000/claude-skill-registry/skills/skills/models-prefecthq-colin-4/SKILL.md"
    }
  },
  "instructions": "# Using Colin\n\nCompiled from live documentation.\n\n{{ colin.github.file('PrefectHQ/colin', 'docs/getting-started/quickstart.mdx').content }}\n\n---\n\n{{ ref('tips.md').content }}",
  "cost": {
    "context_tokens": 43
  }
}

Fetch it by URL: GET /api/v1/registry/majiayu000-claude-skill-registry-models-prefecthq-colin-4/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.

using-colin - Skill - OpenSmartRoute