Skip to content
Skillv1.0.0

ops

Operations-specific instructions

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

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

See reviews

About

Imported from Lyon1984/PoolAI (ops/AGENTS.md). Install upstream with npx skills add Lyon1984/PoolAI --skill ops. Copyright stays with the author.

Operations-specific instructions

  • Read ../AGENTS.md and the relevant database/runtime contracts before changing operational assets.
  • Keep secrets and environment-specific credentials out of tracked files and project memory.
  • Do not copy business migrations into ops/; the Migrator and docs/database/ remain authoritative.
  • Prefer idempotent, non-interactive scripts with explicit target/environment checks.
  • Never run destructive database, Docker, deployment, or credential actions without explicit user authorization and a verified rollback/recovery boundary.
  • Record reusable procedures as runbooks, not as raw terminal transcripts.

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/lyon1984-poolai-ops/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.

lyon1984-poolai-ops.ocm.jsonjson
{
  "ocm": "1",
  "id": "lyon1984-poolai-ops",
  "kind": "skill",
  "name": "ops",
  "description": "Operations-specific instructions",
  "publisher": "Lyon1984",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Operations-specific instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Lyon1984/PoolAI",
      "path": "ops/AGENTS.md",
      "ref": "65a75e232abacac96fda88b5b2d4f7577adff6bf",
      "url": "https://github.com/Lyon1984/PoolAI/blob/65a75e232abacac96fda88b5b2d4f7577adff6bf/ops/AGENTS.md",
      "key": "Lyon1984/PoolAI/ops/AGENTS.md"
    }
  },
  "instructions": "# Operations-specific instructions\n\n- Read `../AGENTS.md` and the relevant database/runtime contracts before changing operational assets.\n- Keep secrets and environment-specific credentials out of tracked files and project memory.\n- Do not copy business migrations into `ops/`; the Migrator and `docs/database/` remain authoritative.\n- Prefer idempotent, non-interactive scripts with explicit target/environment checks.\n- Never run destructive database, Docker, deployment, or credential actions without explicit user authorization and a verified rollback/recovery boundary.\n- Record reusable procedu",
  "cost": {
    "context_tokens": 162
  }
}

Fetch it by URL: GET /api/v1/registry/lyon1984-poolai-ops/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.