Skip to content
Skillv1.0.0

enzo

This repository contains two independent modules:

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

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

See reviews

About

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

Enzo repository

This repository contains two independent modules:

  • apps/ is the current Cloudflare-backed iOS product.
  • legacy/sheets-reminders/ is the earlier Google Sheets and Apple Reminders tracker.

Route work by the system the user names. iOS, AlarmKit, Live Activity, dashboard, Worker, D1, and Cloudflare requests belong to apps/. Google Sheet, shared Home reminder, Apps Script, or bin/enzo requests belong to legacy/sheets-reminders/. Each module has scoped AGENTS.md instructions.

D1, behind the apps/server Worker, is authoritative for the current app. The legacy tracker stands alone; nothing in apps/ calls into it.

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/btn0s-enzo-enzo/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.

btn0s-enzo-enzo.ocm.jsonjson
{
  "ocm": "1",
  "id": "btn0s-enzo-enzo",
  "kind": "skill",
  "name": "enzo",
  "description": "This repository contains two independent modules:",
  "publisher": "btn0s",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repository contains two independent modules:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/btn0s/enzo",
      "path": "AGENTS.md",
      "ref": "5b6e8b150e981b72eb9472fce5f5f9efe0fb7ebf",
      "url": "https://github.com/btn0s/enzo/blob/5b6e8b150e981b72eb9472fce5f5f9efe0fb7ebf/AGENTS.md",
      "key": "btn0s/enzo/AGENTS.md"
    }
  },
  "instructions": "# Enzo repository\n\nThis repository contains two independent modules:\n\n- `apps/` is the current Cloudflare-backed iOS product.\n- `legacy/sheets-reminders/` is the earlier Google Sheets and Apple Reminders tracker.\n\nRoute work by the system the user names. iOS, AlarmKit, Live Activity, dashboard,\nWorker, D1, and Cloudflare requests belong to `apps/`. Google Sheet,\nshared Home reminder, Apps Script, or `bin/enzo` requests belong to\n`legacy/sheets-reminders/`. Each module has scoped `AGENTS.md` instructions.\n\nD1, behind the `apps/server` Worker, is authoritative for the current app. The\nlegacy tra",
  "cost": {
    "context_tokens": 163
  }
}

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