Skip to content
Skillv1.0.0

base

Sandbox repo for agent work—spikes, scripts, experiments, deliverables: whatever needs doing.

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

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

See reviews

About

Imported from muzzlol/base (AGENTS.md). Install upstream with npx skills add muzzlol/base. Copyright stays with the author.

Agents

Sandbox repo for agent work—spikes, scripts, experiments, deliverables: whatever needs doing.

Toolchain: TypeScript/JS via Bun, Python via uv. use them to execute tasks.

Isolation: Put each distinct effort in its own folder at the repo root, named briefly for what it is (a new session or task → a new folder unless you’re clearly continuing one).

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/muzzlol-base-base/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.

muzzlol-base-base.ocm.jsonjson
{
  "ocm": "1",
  "id": "muzzlol-base-base",
  "kind": "skill",
  "name": "base",
  "description": "Sandbox repo for agent work—spikes, scripts, experiments, deliverables: whatever needs doing.",
  "publisher": "muzzlol",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Sandbox repo for agent work—spikes, scripts, experiments, deliverables: whatever needs doing."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/muzzlol/base",
      "path": "AGENTS.md",
      "ref": "23e9a5a27ae6225c3d26a9f2cf912a1050018748",
      "url": "https://github.com/muzzlol/base/blob/23e9a5a27ae6225c3d26a9f2cf912a1050018748/AGENTS.md",
      "key": "muzzlol/base/AGENTS.md"
    }
  },
  "instructions": "# Agents\n\nSandbox repo for agent work—spikes, scripts, experiments, deliverables: whatever needs doing.\n\n**Toolchain:** TypeScript/JS via **Bun**, Python via **uv**. use them to execute tasks. \n\n**Isolation:** Put each distinct effort in its **own folder** at the repo root, named briefly for what it is (a new session or task → a new folder unless you’re clearly continuing one).",
  "cost": {
    "context_tokens": 95
  }
}

Fetch it by URL: GET /api/v1/registry/muzzlol-base-base/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.