Skip to content
Skillv1.0.0

notes

A Go service fronting the product catalog index. Run `make test` before pushing; the integration suite needs a local OpenSearch, which `make services-up` starts.

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

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

See reviews

About

Imported from stbenjam/skillsaw (tests/fixtures/agent-memory/notes/AGENTS.md). Install upstream with npx skills add stbenjam/skillsaw --skill notes. Copyright stays with the author.

Search service

A Go service fronting the product catalog index. Run make test before pushing; the integration suite needs a local OpenSearch, which make services-up starts.

Long-lived operational knowledge lives in .agents/memory/ so it survives the session that learned 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/stbenjam-skillsaw-notes/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.

stbenjam-skillsaw-notes.ocm.jsonjson
{
  "ocm": "1",
  "id": "stbenjam-skillsaw-notes",
  "kind": "skill",
  "name": "notes",
  "description": "A Go service fronting the product catalog index. Run `make test` before pushing; the integration suite needs a local OpenSearch, which `make services-up` starts.",
  "publisher": "stbenjam",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "A Go service fronting the product catalog index. Run `make test` before pushing; the integration suite needs a local OpenSearch, which `make services-up` starts."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/stbenjam/skillsaw",
      "path": "tests/fixtures/agent-memory/notes/AGENTS.md",
      "ref": "804a1076954e794a7c04ab633f0a4cd0fde2825d",
      "url": "https://github.com/stbenjam/skillsaw/blob/804a1076954e794a7c04ab633f0a4cd0fde2825d/tests/fixtures/agent-memory/notes/AGENTS.md",
      "key": "stbenjam/skillsaw/tests/fixtures/agent-memory/notes/AGENTS.md"
    }
  },
  "instructions": "# Search service\n\nA Go service fronting the product catalog index. Run `make test` before\npushing; the integration suite needs a local OpenSearch, which\n`make services-up` starts.\n\nLong-lived operational knowledge lives in `.agents/memory/` so it survives\nthe session that learned it.",
  "cost": {
    "context_tokens": 71
  }
}

Fetch it by URL: GET /api/v1/registry/stbenjam-skillsaw-notes/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.