Skip to content
Skillv1.0.0

FlatCV

Run `make test` after every change to ensure its correct implementation. Tests run for ~ 7 minutes, so please be patient. - Add tests in`./tests` when applicable - A unit test for the C library - An i

by ad-si(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from ad-si/FlatCV (AGENTS.md). Install upstream with npx skills add ad-si/FlatCV. Copyright stays with the author.

  • Run make test after every change to ensure its correct implementation. Tests run for ~ 7 minutes, so please be patient.
  • Add tests in./tests when applicable
    • A unit test for the C library
    • An integration test for the CLI in tests/cli

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/ad-si-flatcv-flatcv/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.

ad-si-flatcv-flatcv.ocm.jsonjson
{
  "ocm": "1",
  "id": "ad-si-flatcv-flatcv",
  "kind": "skill",
  "name": "FlatCV",
  "description": "Run `make test` after every change to ensure its correct implementation. Tests run for ~ 7 minutes, so please be patient. - Add tests in`./tests` when applicable - A unit test for the C library - An integration test for the CLI in `tests/cli`",
  "publisher": "ad-si",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding",
      "medical"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Run `make test` after every change to ensure its correct implementation. Tests run for ~ 7 minutes, so please be patient. - Add tests in`./tests` when applicable - A unit test for the C library - An integration test for the CLI in `tests/cli`"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ad-si/FlatCV",
      "path": "AGENTS.md",
      "ref": "397a5a3c3abf63bb3aea1c13d6961b5de9b28ce6",
      "url": "https://github.com/ad-si/FlatCV/blob/397a5a3c3abf63bb3aea1c13d6961b5de9b28ce6/AGENTS.md",
      "key": "ad-si/FlatCV/AGENTS.md"
    }
  },
  "instructions": "- Run `make test` after every change to ensure its correct implementation.\n    Tests run for ~ 7 minutes, so please be patient.\n- Add tests in`./tests` when applicable\n  - A unit test for the C library\n  - An integration test for the CLI in `tests/cli`",
  "cost": {
    "context_tokens": 63
  }
}

Fetch it by URL: GET /api/v1/registry/ad-si-flatcv-flatcv/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.