Skip to content
Skillv1.0.0

admin

Inherit all rules from: - `/AGENTS.md` - `src/commands/AGENTS.md` - `src/commands/timeseries/AGENTS.md`

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

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

See reviews

About

Imported from ffakira/chronokv (src/commands/timeseries/admin/AGENTS.md). Install upstream with npx skills add ffakira/chronokv --skill admin. Copyright stays with the author.

AGENTS.md - commands/timeseries/admin

Inherit all rules from:

  • /AGENTS.md
  • src/commands/AGENTS.md
  • src/commands/timeseries/AGENTS.md

Scope

  • Administrative TS commands (planned).
  • Examples: TS.CREATE, TS.ALTER, TS.QUERYINDEX, TS.STATS, TS.DOWNSAMPLE.

Rules

  • Administrative commands must not bypass engine invariants.
  • Any metadata mutation contract must be explicit and crash-safe.

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/ffakira-chronokv-admin/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.

ffakira-chronokv-admin.ocm.jsonjson
{
  "ocm": "1",
  "id": "ffakira-chronokv-admin",
  "kind": "skill",
  "name": "admin",
  "description": "Inherit all rules from: - `/AGENTS.md` - `src/commands/AGENTS.md` - `src/commands/timeseries/AGENTS.md`",
  "publisher": "ffakira",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Inherit all rules from: - `/AGENTS.md` - `src/commands/AGENTS.md` - `src/commands/timeseries/AGENTS.md`"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ffakira/chronokv",
      "path": "src/commands/timeseries/admin/AGENTS.md",
      "ref": "da8e47563a1c61633516cda330467ca5ed02aec7",
      "url": "https://github.com/ffakira/chronokv/blob/da8e47563a1c61633516cda330467ca5ed02aec7/src/commands/timeseries/admin/AGENTS.md",
      "key": "ffakira/chronokv/src/commands/timeseries/admin/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md - commands/timeseries/admin\n\nInherit all rules from:\n- `/AGENTS.md`\n- `src/commands/AGENTS.md`\n- `src/commands/timeseries/AGENTS.md`\n\n## Scope\n- Administrative TS commands (planned).\n- Examples: `TS.CREATE`, `TS.ALTER`, `TS.QUERYINDEX`, `TS.STATS`, `TS.DOWNSAMPLE`.\n\n## Rules\n- Administrative commands must not bypass engine invariants.\n- Any metadata mutation contract must be explicit and crash-safe.",
  "cost": {
    "context_tokens": 103
  }
}

Fetch it by URL: GET /api/v1/registry/ffakira-chronokv-admin/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.