Skip to content
Skillv1.0.0

internal

Agent notes for frontend CLI internals

by kimak-irmagi(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from kimak-irmagi/sqlrs (frontend/cli-go/internal/AGENTS.md). Install upstream with npx skills add kimak-irmagi/sqlrs --skill internal. Copyright stays with the author.

Agent notes for frontend CLI internals

  • When adding or changing a prepare/run kind, treat it as a cross-cutting change.
  • Update the CLI surface in the same change:
    • internal/cli command parsing, help text, and usage examples.
    • internal/alias create/check/list behavior and target path conventions.
    • internal/diff wrapped-command validation and result formatting.
    • internal/discover alias discovery, ranking, and discover --aliases output.
    • internal/inputset/* collectors and validators for the kind.
  • Keep the supported-kind story aligned with backend/local-engine-go/internal.
  • Do not land a new kind in only one of these layers.

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/kimak-irmagi-sqlrs-internal/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.

kimak-irmagi-sqlrs-internal.ocm.jsonjson
{
  "ocm": "1",
  "id": "kimak-irmagi-sqlrs-internal",
  "kind": "skill",
  "name": "internal",
  "description": "Agent notes for frontend CLI internals",
  "publisher": "kimak-irmagi",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent notes for frontend CLI internals"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/kimak-irmagi/sqlrs",
      "path": "frontend/cli-go/internal/AGENTS.md",
      "ref": "1752abbb44e72e5d4eaf6d310e70e5777a1bc9b0",
      "url": "https://github.com/kimak-irmagi/sqlrs/blob/1752abbb44e72e5d4eaf6d310e70e5777a1bc9b0/frontend/cli-go/internal/AGENTS.md",
      "key": "kimak-irmagi/sqlrs/frontend/cli-go/internal/AGENTS.md"
    }
  },
  "instructions": "# Agent notes for frontend CLI internals\n\n- When adding or changing a prepare/run kind, treat it as a cross-cutting change.\n- Update the CLI surface in the same change:\n  - `internal/cli` command parsing, help text, and usage examples.\n  - `internal/alias` create/check/list behavior and target path conventions.\n  - `internal/diff` wrapped-command validation and result formatting.\n  - `internal/discover` alias discovery, ranking, and `discover --aliases` output.\n  - `internal/inputset/*` collectors and validators for the kind.\n- Keep the supported-kind story aligned with `backend/local-engine-g",
  "cost": {
    "context_tokens": 166
  }
}

Fetch it by URL: GET /api/v1/registry/kimak-irmagi-sqlrs-internal/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.