Skip to content
Skillv1.0.0

skill-name

Description of what the skill does and when to use it

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

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

See reviews

About

Imported from microsoft/azure-devops-skills (template/SKILL.md). Install upstream with npx skills add microsoft/azure-devops-skills --skill template. Copyright stays with the author.

Skill Instructions

Your detailed instructions, guidelines, and examples go here...

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/microsoft-azure-devops-skills-template/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.

microsoft-azure-devops-skills-template.ocm.jsonjson
{
  "ocm": "1",
  "id": "microsoft-azure-devops-skills-template",
  "kind": "skill",
  "name": "skill-name",
  "description": "Description of what the skill does and when to use it",
  "publisher": "microsoft",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Description of what the skill does and when to use it"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/microsoft/azure-devops-skills",
      "path": "template/SKILL.md",
      "ref": "844a1f6f5202aa920ce5b1be95c056d529d63ded",
      "url": "https://github.com/microsoft/azure-devops-skills/blob/844a1f6f5202aa920ce5b1be95c056d529d63ded/template/SKILL.md",
      "key": "microsoft/azure-devops-skills/template/SKILL.md"
    }
  },
  "instructions": "# Skill Instructions\n\nYour detailed instructions, guidelines, and examples go here...",
  "cost": {
    "context_tokens": 21
  }
}

Fetch it by URL: GET /api/v1/registry/microsoft-azure-devops-skills-template/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.