Skip to content
Skillv1.0.0

common

AGENTS

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

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

See reviews

About

Imported from constructorfleet/mcp-plex (mcp_plex/common/AGENTS.md). Install upstream with npx skills add constructorfleet/mcp-plex --skill common. Copyright stays with the author.

AGENTS

Architecture

  • mcp_plex.common provides shared cache helpers, data models, and utility types consumed by both the loader and the server packages.
  • Keep shared logic decoupled from CLI wiring so it can be imported safely by tests and other packages.
  • Update this module when adding reusable functionality to avoid duplicating code between the loader and server implementations.
  • Use the JSONValue and related aliases in types.py when exchanging cached payloads or structured JSON-like data. Media caches and downstream consumers expect payload dictionaries to resolve to dict[str, JSONValue] without falling back to Any.

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/constructorfleet-mcp-plex-common/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.

constructorfleet-mcp-plex-common.ocm.jsonjson
{
  "ocm": "1",
  "id": "constructorfleet-mcp-plex-common",
  "kind": "skill",
  "name": "common",
  "description": "AGENTS",
  "publisher": "constructorfleet",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/constructorfleet/mcp-plex",
      "path": "mcp_plex/common/AGENTS.md",
      "ref": "c3f41768fe83e56c3d706b4928da51ce2f763133",
      "url": "https://github.com/constructorfleet/mcp-plex/blob/c3f41768fe83e56c3d706b4928da51ce2f763133/mcp_plex/common/AGENTS.md",
      "key": "constructorfleet/mcp-plex/mcp_plex/common/AGENTS.md"
    }
  },
  "instructions": "# AGENTS\n\n## Architecture\n- `mcp_plex.common` provides shared cache helpers, data models, and utility types consumed by both the loader and the server packages.\n- Keep shared logic decoupled from CLI wiring so it can be imported safely by tests and other packages.\n- Update this module when adding reusable functionality to avoid duplicating code between the loader and server implementations.\n- Use the `JSONValue` and related aliases in `types.py` when exchanging cached payloads or structured JSON-like data. Media caches and downstream consumers expect payload dictionaries to resolve to `dict[st",
  "cost": {
    "context_tokens": 161
  }
}

Fetch it by URL: GET /api/v1/registry/constructorfleet-mcp-plex-common/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.

common - Skill - OpenSmartRoute