Skip to content
Skillv1.0.0

opencode-plugin-something

Use pnpm as package manager.

by ericc-ch(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from ericc-ch/opencode-plugin-something (AGENTS.md). Install upstream with npx skills add ericc-ch/opencode-plugin-something. Copyright stays with the author.

Use pnpm as package manager.

Run pnpm run check after completing a task.

Node.js can run .ts (see package.json) files directly (no need for ts-node or tsx or compilation etc).

References Directory

The .references/ directory contains shallow clones of important external repositories. Never make any changes in this directory, it is ignored by git and meant as reference only.

Prefer exploring and reading this directory over searching for documentation. Think of it as the source of truth.

Available references:

  • opencode - OpenCode (anomalyco/opencode)
  • opentui - OpenTUI (anomalyco/opentui)
  • dbus-native - Homebridge's fork of dbus-native (homebridge/dbus-native)
  • effect-smol - Effect v4 (Effect-TS/effect-smol)

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/ericc-ch-opencode-plugin-something-opencode-plugin-something/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.

ericc-ch-opencode-plugin-something-opencode-plugin-something.ocm.jsonjson
{
  "ocm": "1",
  "id": "ericc-ch-opencode-plugin-something-opencode-plugin-something",
  "kind": "skill",
  "name": "opencode-plugin-something",
  "description": "Use pnpm as package manager.",
  "publisher": "ericc-ch",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use pnpm as package manager."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ericc-ch/opencode-plugin-something",
      "path": "AGENTS.md",
      "ref": "d3866dcf586db27fc4ddc723d8f7e2cdf9866c5a",
      "url": "https://github.com/ericc-ch/opencode-plugin-something/blob/d3866dcf586db27fc4ddc723d8f7e2cdf9866c5a/AGENTS.md",
      "key": "ericc-ch/opencode-plugin-something/AGENTS.md"
    }
  },
  "instructions": "Use pnpm as package manager.\n\nRun `pnpm run check` after completing a task.\n\nNode.js can run `.ts` (see `package.json`) files directly (no need for ts-node or tsx or compilation etc).\n\n# References Directory\n\nThe `.references/` directory contains shallow clones of important external repositories.\nNever make any changes in this directory, it is ignored by git and meant as reference only.\n\nPrefer exploring and reading this directory over searching for documentation. Think of it as the source of truth.\n\nAvailable references:\n\n- opencode - OpenCode (anomalyco/opencode)\n- opentui - OpenTUI (anomaly",
  "cost": {
    "context_tokens": 183
  }
}

Fetch it by URL: GET /api/v1/registry/ericc-ch-opencode-plugin-something-opencode-plugin-something/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.

opencode-plugin-something - Skill - OpenSmartRoute