Skip to content
Skillv1.0.0

mmwave-component

The instructions for this repository live in [.github/copilot-instructions.md](.github/copilot-instructions.md). Read that file before making any change here.

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

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

See reviews

About

Imported from zomco/mmwave-component (AGENTS.md). Install upstream with npx skills add zomco/mmwave-component. Copyright stays with the author.

Agent instructions

The instructions for this repository live in .github/copilot-instructions.md. Read that file before making any change here.

Before touching the coordinate transform, read the rotation-convention section in particular. That convention is implemented three times across three repositories, and changing one alone silently mirrors everyone's coordinates while this repository's CI stays green.

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/zomco-mmwave-component-mmwave-component/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.

zomco-mmwave-component-mmwave-component.ocm.jsonjson
{
  "ocm": "1",
  "id": "zomco-mmwave-component-mmwave-component",
  "kind": "skill",
  "name": "mmwave-component",
  "description": "The instructions for this repository live in [.github/copilot-instructions.md](.github/copilot-instructions.md). Read that file before making any change here.",
  "publisher": "zomco",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "The instructions for this repository live in [.github/copilot-instructions.md](.github/copilot-instructions.md). Read that file before making any change here."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/zomco/mmwave-component",
      "path": "AGENTS.md",
      "ref": "3d141169e0696a06ddffc24de77ad9c420370bc6",
      "url": "https://github.com/zomco/mmwave-component/blob/3d141169e0696a06ddffc24de77ad9c420370bc6/AGENTS.md",
      "key": "zomco/mmwave-component/AGENTS.md"
    }
  },
  "instructions": "# Agent instructions\n\nThe instructions for this repository live in\n[.github/copilot-instructions.md](.github/copilot-instructions.md).\nRead that file before making any change here.\n\n**Before touching the coordinate transform**, read the rotation-convention\nsection in particular. That convention is implemented three times across three\nrepositories, and changing one alone silently mirrors everyone's coordinates\nwhile this repository's CI stays green.",
  "cost": {
    "context_tokens": 113
  }
}

Fetch it by URL: GET /api/v1/registry/zomco-mmwave-component-mmwave-component/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.