Skip to content
Skillv1.0.0

loki-cli

Whenever an automated agent lands code in this repository, it must also:

by kyle-rader(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from kyle-rader/loki-cli (AGENTS.md). Install upstream with npx skills add kyle-rader/loki-cli. Copyright stays with the author.

Agent Contribution Guide

Whenever an automated agent lands code in this repository, it must also:

  • Bump the crate version in Cargo.toml before shipping.
  • Run cargo build so Cargo.lock is updated, and commit any lockfile changes.
  • Choose the bump size using semantic versioning rules:
    • Increment the major version (x.0.0) for breaking changes.
    • Increment the minor version when adding backward-compatible functionality.
    • Increment the patch version for bug fixes and other backward-compatible maintenance work.

If you are unsure which category applies, err on the side of a minor bump and leave a note in your PR with the reasoning.

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/kyle-rader-loki-cli-loki-cli/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.

kyle-rader-loki-cli-loki-cli.ocm.jsonjson
{
  "ocm": "1",
  "id": "kyle-rader-loki-cli-loki-cli",
  "kind": "skill",
  "name": "loki-cli",
  "description": "Whenever an automated agent lands code in this repository, it must also:",
  "publisher": "kyle-rader",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Whenever an automated agent lands code in this repository, it must also:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/kyle-rader/loki-cli",
      "path": "AGENTS.md",
      "ref": "732d9f2a670bb0e5376d8773270a46582a27b06a",
      "url": "https://github.com/kyle-rader/loki-cli/blob/732d9f2a670bb0e5376d8773270a46582a27b06a/AGENTS.md",
      "key": "kyle-rader/loki-cli/AGENTS.md"
    }
  },
  "instructions": "## Agent Contribution Guide\n\nWhenever an automated agent lands code in this repository, it must also:\n\n- Bump the crate version in `Cargo.toml` before shipping.\n- Run `cargo build` so `Cargo.lock` is updated, and commit any lockfile changes.\n- Choose the bump size using semantic versioning rules:\n  - Increment the **major** version (`x.0.0`) for breaking changes.\n  - Increment the **minor** version when adding backward-compatible functionality.\n  - Increment the **patch** version for bug fixes and other backward-compatible maintenance work.\n\nIf you are unsure which category applies, err on the",
  "cost": {
    "context_tokens": 168
  }
}

Fetch it by URL: GET /api/v1/registry/kyle-rader-loki-cli-loki-cli/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.

loki-cli - Skill - OpenSmartRoute