Skip to content
Skillv1.0.0

activation

`runtime-plan.ts` is the sole model/provider activation and tool-surface policy; consumers execute its plan rather than reconstructing predicates. - Runtime variants are only `inactive` and `normal`.

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

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

See reviews

About

Imported from kuraxii/pi-codex-bash (src/adapter/activation/AGENTS.md). Install upstream with npx skills add kuraxii/pi-codex-bash --skill activation. Copyright stays with the author.

  • runtime-plan.ts is the sole model/provider activation and tool-surface policy; consumers execute its plan rather than reconstructing predicates.
  • Runtime variants are only inactive and normal. Legacy mode: "path" is ignored during normalization; never restore PATH injection or shell interception.
  • Startup/resume may read and normalize config in memory; persistence belongs only to explicit settings actions.
  • Explicit writes preserve unknown fields while updating the adapter-owned config.

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/kuraxii-pi-codex-bash-activation/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.

kuraxii-pi-codex-bash-activation.ocm.jsonjson
{
  "ocm": "1",
  "id": "kuraxii-pi-codex-bash-activation",
  "kind": "skill",
  "name": "activation",
  "description": "`runtime-plan.ts` is the sole model/provider activation and tool-surface policy; consumers execute its plan rather than reconstructing predicates. - Runtime variants are only `inactive` and `normal`. Legacy `mode: \"path\"` is ignored during normalization; never restore PATH injection or shell interception. - Startup/resume may read and normalize config in memory; persistence belongs only to explicit settings actions. - Explicit writes preserve unknown fields while updating the adapter-owned config.",
  "publisher": "kuraxii",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "hr"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "`runtime-plan.ts` is the sole model/provider activation and tool-surface policy; consumers execute its plan rather than reconstructing predicates. - Runtime variants are only `inactive` and `normal`. Legacy `mode: \"path\"` is ignored during normalization; never restore PATH injection or shell interception. - Startup/resume may read and normalize config in memory; persistence belongs only to explicit settings actions. - Explicit writes preserve unknown fields while updating the adapter-owned config."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/kuraxii/pi-codex-bash",
      "path": "src/adapter/activation/AGENTS.md",
      "ref": "75bc5fa574f310dfbf184c56968c7c6ac80cf7d3",
      "url": "https://github.com/kuraxii/pi-codex-bash/blob/75bc5fa574f310dfbf184c56968c7c6ac80cf7d3/src/adapter/activation/AGENTS.md",
      "key": "kuraxii/pi-codex-bash/src/adapter/activation/AGENTS.md"
    }
  },
  "instructions": "- `runtime-plan.ts` is the sole model/provider activation and tool-surface policy; consumers execute its plan rather than reconstructing predicates.\n- Runtime variants are only `inactive` and `normal`. Legacy `mode: \"path\"` is ignored during normalization; never restore PATH injection or shell interception.\n- Startup/resume may read and normalize config in memory; persistence belongs only to explicit settings actions.\n- Explicit writes preserve unknown fields while updating the adapter-owned config.",
  "cost": {
    "context_tokens": 126
  }
}

Fetch it by URL: GET /api/v1/registry/kuraxii-pi-codex-bash-activation/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.