Skip to content
Skillv1.0.0

lib

Shared script helpers must be conservative because many smoke tests and gates depend on them.

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

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

See reviews

About

Imported from halfaipg/duskfell-poc (scripts/lib/AGENTS.md). Install upstream with npx skills add halfaipg/duskfell-poc --skill lib. Copyright stays with the author.

Script Library Agent Instructions

Shared script helpers must be conservative because many smoke tests and gates depend on them.

Rules

  • Keep helper APIs small and boring.
  • Avoid hidden process-wide state.
  • Preserve clear error messages for CI and operator debugging.
  • Add or update at least one caller/test when changing shared behavior.
  • Keep shared helpers free of product-specific optimism. Callers should decide whether a failure is fatal, retryable, or expected in a negative smoke case.
  • When changing process/server lifecycle helpers, run at least one smoke that starts and stops an isolated server.

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/halfaipg-duskfell-poc-lib/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.

halfaipg-duskfell-poc-lib.ocm.jsonjson
{
  "ocm": "1",
  "id": "halfaipg-duskfell-poc-lib",
  "kind": "skill",
  "name": "lib",
  "description": "Shared script helpers must be conservative because many smoke tests and gates depend on them.",
  "publisher": "halfaipg",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Shared script helpers must be conservative because many smoke tests and gates depend on them."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/halfaipg/duskfell-poc",
      "path": "scripts/lib/AGENTS.md",
      "ref": "f11fc309351dbd6890ec87888ceac93fcc209cc5",
      "url": "https://github.com/halfaipg/duskfell-poc/blob/f11fc309351dbd6890ec87888ceac93fcc209cc5/scripts/lib/AGENTS.md",
      "key": "halfaipg/duskfell-poc/scripts/lib/AGENTS.md"
    }
  },
  "instructions": "# Script Library Agent Instructions\n\nShared script helpers must be conservative because many smoke tests and gates\ndepend on them.\n\n## Rules\n\n- Keep helper APIs small and boring.\n- Avoid hidden process-wide state.\n- Preserve clear error messages for CI and operator debugging.\n- Add or update at least one caller/test when changing shared behavior.\n- Keep shared helpers free of product-specific optimism. Callers should decide\n  whether a failure is fatal, retryable, or expected in a negative smoke case.\n- When changing process/server lifecycle helpers, run at least one smoke that\n  starts and st",
  "cost": {
    "context_tokens": 155
  }
}

Fetch it by URL: GET /api/v1/registry/halfaipg-duskfell-poc-lib/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.