Skip to content
Skillv1.0.0

garnet-convert

Owns migration frontends and conversion helpers for lifting Rust, Ruby, Python, and Go source toward Garnet.

by Island-Dev-Crew(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from Island-Dev-Crew/garnet (garnet-convert/AGENTS.md). Install upstream with npx skills add Island-Dev-Crew/garnet --skill garnet-convert. Copyright stays with the author.

AGENTS.md — Converter Contract

Scope

Owns migration frontends and conversion helpers for lifting Rust, Ruby, Python, and Go source toward Garnet.

Stable Contracts

  • Conversion output must be honest: uncertain mappings should become explicit TODOs, not fake confidence.
  • Keep sandboxing assumptions visible; do not execute source language code as part of conversion.
  • Preserve provenance from source constructs to generated Garnet where possible.

Required Checks

cargo test -p garnet-convert
cargo test -p garnet-cli convert

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/island-dev-crew-garnet-garnet-convert/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.

island-dev-crew-garnet-garnet-convert.ocm.jsonjson
{
  "ocm": "1",
  "id": "island-dev-crew-garnet-garnet-convert",
  "kind": "skill",
  "name": "garnet-convert",
  "description": "Owns migration frontends and conversion helpers for lifting Rust, Ruby, Python, and Go source toward Garnet.",
  "publisher": "Island-Dev-Crew",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Owns migration frontends and conversion helpers for lifting Rust, Ruby, Python, and Go source toward Garnet."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Island-Dev-Crew/garnet",
      "path": "garnet-convert/AGENTS.md",
      "ref": "452a0e211f3dcaf2cff557e108e79f8f9e67b288",
      "url": "https://github.com/Island-Dev-Crew/garnet/blob/452a0e211f3dcaf2cff557e108e79f8f9e67b288/garnet-convert/AGENTS.md",
      "key": "Island-Dev-Crew/garnet/garnet-convert/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md — Converter Contract\n\n## Scope\n\nOwns migration frontends and conversion helpers for lifting Rust, Ruby, Python, and Go source toward Garnet.\n\n## Stable Contracts\n\n- Conversion output must be honest: uncertain mappings should become explicit TODOs, not fake confidence.\n- Keep sandboxing assumptions visible; do not execute source language code as part of conversion.\n- Preserve provenance from source constructs to generated Garnet where possible.\n\n## Required Checks\n\n```sh\ncargo test -p garnet-convert\ncargo test -p garnet-cli convert\n```",
  "cost": {
    "context_tokens": 138
  }
}

Fetch it by URL: GET /api/v1/registry/island-dev-crew-garnet-garnet-convert/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.