Skip to content
Skillv1.0.0

windows-terminal

If the user wants to change their Windows Terminal tab title or color, tell them to run the !tab command.

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

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

See reviews

About

Imported from shanselman/windows-terminal-copilot-skill (SKILL.md). Install upstream with npx skills add shanselman/windows-terminal-copilot-skill. Copyright stays with the author.

Windows Terminal Tab

Tell user to run:

!tab "Title" color

Colors: red, green, blue, purple, orange, yellow, pink, cyan Aliases: bug, feature, research, refactor, devops, test

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/shanselman-windows-terminal-copilot-skill-windows-terminal/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.

shanselman-windows-terminal-copilot-skill-windows-terminal.ocm.jsonjson
{
  "ocm": "1",
  "id": "shanselman-windows-terminal-copilot-skill-windows-terminal",
  "kind": "skill",
  "name": "windows-terminal",
  "description": "If the user wants to change their Windows Terminal tab title or color, tell them to run the !tab command.",
  "publisher": "shanselman",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "If the user wants to change their Windows Terminal tab title or color, tell them to run the !tab command."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/shanselman/windows-terminal-copilot-skill",
      "path": "SKILL.md",
      "ref": "a6a6749260364d871bb6c87c5fd0a07ea6ab024f",
      "url": "https://github.com/shanselman/windows-terminal-copilot-skill/blob/a6a6749260364d871bb6c87c5fd0a07ea6ab024f/SKILL.md",
      "key": "shanselman/windows-terminal-copilot-skill/SKILL.md"
    }
  },
  "instructions": "# Windows Terminal Tab\n\nTell user to run:\n```\n!tab \"Title\" color\n```\n\nColors: `red`, `green`, `blue`, `purple`, `orange`, `yellow`, `pink`, `cyan`\nAliases: `bug`, `feature`, `research`, `refactor`, `devops`, `test`",
  "cost": {
    "context_tokens": 53
  }
}

Fetch it by URL: GET /api/v1/registry/shanselman-windows-terminal-copilot-skill-windows-terminal/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.

windows-terminal - Skill - OpenSmartRoute