Skip to content
Skillv1.0.0

help-pick-local-model

AGENTS.md

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

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

See reviews

About

Imported from ruarfff/help-pick-local-model (AGENTS.md). Install upstream with npx skills add ruarfff/help-pick-local-model. Copyright stays with the author.

AGENTS.md

  • Rust CLI project; keep the macOS-only assumption for now.
  • Run cargo fmt, cargo clippy -- -D warnings, and cargo test.
  • Never panic on unknown Hugging Face metadata.
  • Keep scoring explainable.

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/ruarfff-help-pick-local-model-help-pick-local-model/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.

ruarfff-help-pick-local-model-help-pick-local-model.ocm.jsonjson
{
  "ocm": "1",
  "id": "ruarfff-help-pick-local-model-help-pick-local-model",
  "kind": "skill",
  "name": "help-pick-local-model",
  "description": "AGENTS.md",
  "publisher": "ruarfff",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS.md"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ruarfff/help-pick-local-model",
      "path": "AGENTS.md",
      "ref": "d4e5b82b9027dfa9dd51ccd80f6439e4a3d54fbc",
      "url": "https://github.com/ruarfff/help-pick-local-model/blob/d4e5b82b9027dfa9dd51ccd80f6439e4a3d54fbc/AGENTS.md",
      "key": "ruarfff/help-pick-local-model/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n- Rust CLI project; keep the macOS-only assumption for now.\n- Run `cargo fmt`, `cargo clippy -- -D warnings`, and `cargo test`.\n- Never panic on unknown Hugging Face metadata.\n- Keep scoring explainable.",
  "cost": {
    "context_tokens": 54
  }
}

Fetch it by URL: GET /api/v1/registry/ruarfff-help-pick-local-model-help-pick-local-model/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.