Skip to content
Skillv1.0.0

jetpacs-component-catalog

Keep component contracts in `jetpacs-components`; this optional module owns only catalog/authoring application policy. Inspection must remain inert and actions must pass through public Jetpacs/EBP adm

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

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

See reviews

About

Imported from calebc42/jetpacs-poc (jetpacs-component-catalog/AGENTS.md). Install upstream with npx skills add calebc42/jetpacs-poc --skill jetpacs-component-catalog. Copyright stays with the author.

Jetpacs Component Catalog implementation guide

Keep component contracts in jetpacs-components; this optional module owns only catalog/authoring application policy. Inspection must remain inert and actions must pass through public Jetpacs/EBP admission seams. Run every focused ERT suite with test/run-tests.sh before handoff.

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/calebc42-jetpacs-poc-jetpacs-component-catalog/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.

calebc42-jetpacs-poc-jetpacs-component-catalog.ocm.jsonjson
{
  "ocm": "1",
  "id": "calebc42-jetpacs-poc-jetpacs-component-catalog",
  "kind": "skill",
  "name": "jetpacs-component-catalog",
  "description": "Keep component contracts in `jetpacs-components`; this optional module owns only catalog/authoring application policy. Inspection must remain inert and actions must pass through public Jetpacs/EBP admission seams. Run every focused ERT suite with `test/run-tests.sh` before handoff.",
  "publisher": "calebc42",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Keep component contracts in `jetpacs-components`; this optional module owns only catalog/authoring application policy. Inspection must remain inert and actions must pass through public Jetpacs/EBP admission seams. Run every focused ERT suite with `test/run-tests.sh` before handoff."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/calebc42/jetpacs-poc",
      "path": "jetpacs-component-catalog/AGENTS.md",
      "ref": "05c8439bb188d2248eacb9b33afed774b389ea30",
      "url": "https://github.com/calebc42/jetpacs-poc/blob/05c8439bb188d2248eacb9b33afed774b389ea30/jetpacs-component-catalog/AGENTS.md",
      "key": "calebc42/jetpacs-poc/jetpacs-component-catalog/AGENTS.md"
    }
  },
  "instructions": "# Jetpacs Component Catalog implementation guide\n\nKeep component contracts in `jetpacs-components`; this optional module owns only\ncatalog/authoring application policy. Inspection must remain inert and actions\nmust pass through public Jetpacs/EBP admission seams. Run every focused ERT\nsuite with `test/run-tests.sh` before handoff.",
  "cost": {
    "context_tokens": 83
  }
}

Fetch it by URL: GET /api/v1/registry/calebc42-jetpacs-poc-jetpacs-component-catalog/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.

jetpacs-component-catalog - Skill - OpenSmartRoute