Skip to content
Skillv1.0.0

adapters

Adapters

by issue-orchestrator(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from issue-orchestrator/issue-orchestrator (src/issue_orchestrator/adapters/AGENTS.md). Install upstream with npx skills add issue-orchestrator/issue-orchestrator --skill adapters. Copyright stays with the author.

Adapters

Purpose: Implementations of external system integrations (GitHub API, tmux, git worktrees).

Boundaries:

  • Adapters implement port interfaces from ports/
  • No business logic here - only translation between domain types and external APIs
  • Each subdirectory isolates one external system
  • Internal implementation details (prefixed with _) are not exported

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/issue-orchestrator-issue-orchestrator-adapters/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.

issue-orchestrator-issue-orchestrator-adapters.ocm.jsonjson
{
  "ocm": "1",
  "id": "issue-orchestrator-issue-orchestrator-adapters",
  "kind": "skill",
  "name": "adapters",
  "description": "Adapters",
  "publisher": "issue-orchestrator",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Adapters"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/issue-orchestrator/issue-orchestrator",
      "path": "src/issue_orchestrator/adapters/AGENTS.md",
      "ref": "df0428e7cc275ba13fe4f03f5fe60f8f4ae6acda",
      "url": "https://github.com/issue-orchestrator/issue-orchestrator/blob/df0428e7cc275ba13fe4f03f5fe60f8f4ae6acda/src/issue_orchestrator/adapters/AGENTS.md",
      "key": "issue-orchestrator/issue-orchestrator/src/issue_orchestrator/adapters/AGENTS.md"
    }
  },
  "instructions": "# Adapters\n\n**Purpose**: Implementations of external system integrations (GitHub API, tmux, git worktrees).\n\n**Boundaries**:\n- Adapters implement port interfaces from `ports/`\n- No business logic here - only translation between domain types and external APIs\n- Each subdirectory isolates one external system\n- Internal implementation details (prefixed with `_`) are not exported",
  "cost": {
    "context_tokens": 94
  }
}

Fetch it by URL: GET /api/v1/registry/issue-orchestrator-issue-orchestrator-adapters/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.