Skip to content
Skillv1.0.0

pair

Pair programming continuation

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

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

See reviews

About

Imported from sterlingcrispin/claude_slash_commands (pair/SKILL.md). Install upstream with npx skills add sterlingcrispin/claude_slash_commands --skill pair. Copyright stays with the author.

continue pair programming:

  • review partners work
  • verify for correctness
  • make edits and complete next task if appropriate
  • append your next message to the file
  • commit your changes

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/sterlingcrispin-claude-slash-commands-pair/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.

sterlingcrispin-claude-slash-commands-pair.ocm.jsonjson
{
  "ocm": "1",
  "id": "sterlingcrispin-claude-slash-commands-pair",
  "kind": "skill",
  "name": "pair",
  "description": "Pair programming continuation",
  "publisher": "sterlingcrispin",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Pair programming continuation"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/sterlingcrispin/claude_slash_commands",
      "path": "pair/SKILL.md",
      "ref": "624cb17170ba5c3a1a5f86a27e179c0c70b914fc",
      "url": "https://github.com/sterlingcrispin/claude_slash_commands/blob/624cb17170ba5c3a1a5f86a27e179c0c70b914fc/pair/SKILL.md",
      "key": "sterlingcrispin/claude_slash_commands/pair/SKILL.md"
    },
    "allowed_tools": [
      "Bash(git:*),",
      "Bash(codex:*),",
      "Bash(cat:*),",
      "Bash(wc:*)"
    ]
  },
  "instructions": "continue pair programming:\n- review partners work\n- verify for correctness\n- make edits and complete next task if appropriate\n- append your next message to the file\n- commit your changes",
  "cost": {
    "context_tokens": 46
  }
}

Fetch it by URL: GET /api/v1/registry/sterlingcrispin-claude-slash-commands-pair/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.