Skip to content
Skillv1.0.0

evalcore

EvalCore's agent operating manual lives in [`CLAUDE.md`](CLAUDE.md). Read that file. It applies to every agent working in this repo, whatever tool you run under.

by Eval-core(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from Eval-core/evalcore (AGENTS.md). Install upstream with npx skills add Eval-core/evalcore. Copyright stays with the author.

EvalCore agent instructions

EvalCore's agent operating manual lives in CLAUDE.md. Read that file. It applies to every agent working in this repo, whatever tool you run under.

This file is a pointer, not a second copy, so the instructions cannot drift into two versions.

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/eval-core-evalcore-evalcore/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.

eval-core-evalcore-evalcore.ocm.jsonjson
{
  "ocm": "1",
  "id": "eval-core-evalcore-evalcore",
  "kind": "skill",
  "name": "evalcore",
  "description": "EvalCore's agent operating manual lives in [`CLAUDE.md`](CLAUDE.md). Read that file. It applies to every agent working in this repo, whatever tool you run under.",
  "publisher": "Eval-core",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "EvalCore's agent operating manual lives in [`CLAUDE.md`](CLAUDE.md). Read that file. It applies to every agent working in this repo, whatever tool you run under."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Eval-core/evalcore",
      "path": "AGENTS.md",
      "ref": "a7edd8eec3a9ddede77e444014255419b32b77ae",
      "url": "https://github.com/Eval-core/evalcore/blob/a7edd8eec3a9ddede77e444014255419b32b77ae/AGENTS.md",
      "key": "Eval-core/evalcore/AGENTS.md"
    }
  },
  "instructions": "# EvalCore agent instructions\n\nEvalCore's agent operating manual lives in [`CLAUDE.md`](CLAUDE.md). Read that file. It applies to\nevery agent working in this repo, whatever tool you run under.\n\n- Repository map (every doc, one line each): [`MAP.md`](MAP.md)\n- Architecture: [`docs/ARCHITECTURE.md`](docs/ARCHITECTURE.md)\n- Contributor guide: [`CONTRIBUTING.md`](CONTRIBUTING.md)\n\nThis file is a pointer, not a second copy, so the instructions cannot drift into two versions.",
  "cost": {
    "context_tokens": 118
  }
}

Fetch it by URL: GET /api/v1/registry/eval-core-evalcore-evalcore/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.