Skip to content
Skillv1.0.0

OKVideoMac

Project workflow

by yaolin-dev(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from yaolin-dev/OKVideoMac (AGENTS.md). Install upstream with npx skills add yaolin-dev/OKVideoMac. Copyright stays with the author.

Project workflow

  • After completing a user-requested implementation change, build and verify the Release package with OKVideoMac/macOS/OKVideoMac/Scripts/package-app.sh, then replace the local user's Desktop/OKVideoMac.app with the verified packaged app unless the user explicitly asks not to.
  • Only deliver and install the verified Release app. A Debug build may be used for a quick compile check, but it must never replace the Desktop app or be presented as the deliverable.
  • Never replace the Desktop app when packaging or bundle verification fails.

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/yaolin-dev-okvideomac-okvideomac/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.

yaolin-dev-okvideomac-okvideomac.ocm.jsonjson
{
  "ocm": "1",
  "id": "yaolin-dev-okvideomac-okvideomac",
  "kind": "skill",
  "name": "OKVideoMac",
  "description": "Project workflow",
  "publisher": "yaolin-dev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Project workflow"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/yaolin-dev/OKVideoMac",
      "path": "AGENTS.md",
      "ref": "bd023f6309bc80b3bb216b85fd52f96f5f5b445c",
      "url": "https://github.com/yaolin-dev/OKVideoMac/blob/bd023f6309bc80b3bb216b85fd52f96f5f5b445c/AGENTS.md",
      "key": "yaolin-dev/OKVideoMac/AGENTS.md"
    }
  },
  "instructions": "# Project workflow\n\n- After completing a user-requested implementation change, build and verify the Release package with `OKVideoMac/macOS/OKVideoMac/Scripts/package-app.sh`, then replace the local user's `Desktop/OKVideoMac.app` with the verified packaged app unless the user explicitly asks not to.\n- Only deliver and install the verified Release app. A Debug build may be used for a quick compile check, but it must never replace the Desktop app or be presented as the deliverable.\n- Never replace the Desktop app when packaging or bundle verification fails.",
  "cost": {
    "context_tokens": 140
  }
}

Fetch it by URL: GET /api/v1/registry/yaolin-dev-okvideomac-okvideomac/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.