Skip to content
Skillv1.0.0

ts-bench

ts-bench: TypeScript AI Agent Benchmark CLI (Bun). See `README.md`, `specs/000-project-handbook/`.

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

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

See reviews

About

Imported from laiso/ts-bench (AGENTS.md). Install upstream with npx skills add laiso/ts-bench. Copyright stays with the author.

AGENTS.md

ts-bench: TypeScript AI Agent Benchmark CLI (Bun). See README.md, specs/000-project-handbook/.

  • Always use bun — never node/npm run. Run bun test ./src for all changes and confirm pass.
  • Exercism placeholder code is intentionally broken; --test-only failures are expected.
  • v2 (SWE-Lancer): Docker required, ~15 GB image. Run ./scripts/setup-v2-env.sh once.

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/laiso-ts-bench-ts-bench/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.

laiso-ts-bench-ts-bench.ocm.jsonjson
{
  "ocm": "1",
  "id": "laiso-ts-bench-ts-bench",
  "kind": "skill",
  "name": "ts-bench",
  "description": "ts-bench: TypeScript AI Agent Benchmark CLI (Bun). See `README.md`, `specs/000-project-handbook/`.",
  "publisher": "laiso",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "ts-bench: TypeScript AI Agent Benchmark CLI (Bun). See `README.md`, `specs/000-project-handbook/`."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/laiso/ts-bench",
      "path": "AGENTS.md",
      "ref": "dcf7d44fa47f05a2849090e5e16fe67e8af96eff",
      "url": "https://github.com/laiso/ts-bench/blob/dcf7d44fa47f05a2849090e5e16fe67e8af96eff/AGENTS.md",
      "key": "laiso/ts-bench/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nts-bench: TypeScript AI Agent Benchmark CLI (Bun). See `README.md`, `specs/000-project-handbook/`.\n\n- **Always use `bun`** — never `node`/`npm run`. Run `bun test ./src` for all changes and confirm pass.\n- Exercism placeholder code is intentionally broken; `--test-only` failures are expected.\n- v2 (SWE-Lancer): Docker required, ~15 GB image. Run `./scripts/setup-v2-env.sh` once.",
  "cost": {
    "context_tokens": 98
  }
}

Fetch it by URL: GET /api/v1/registry/laiso-ts-bench-ts-bench/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.