Skip to content
Skillv1.0.0

zugzwang-chess

Standard-chess environment, codecs, renderers, tasks, opponents and rules-library adapter.

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

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

See reviews

About

Imported from maelrx/Zugzwang (packages/zugzwang-chess/AGENTS.md). Install upstream with npx skills add maelrx/Zugzwang --skill zugzwang-chess. Copyright stays with the author.

AGENTS.md: zugzwang-chess

Responsibility

Standard-chess environment, codecs, renderers, tasks, opponents and rules-library adapter.

Dependency policy

Allowed: zugzwang-core environment contracts plus accepted rules/rendering substrate.

Forbidden: Runtime DB access, provider SDKs, CLI commands, live strategic engine evaluation in environment.

Agent rules

  • Read root AGENTS.md first.
  • Work only under a ZGW-XXXX work order.
  • Preserve this boundary and add architecture tests for every new dependency edge.
  • Do not publish a type as public API without compatibility analysis.
  • Update this README when responsibility changes through ADR.
  • First implementation belongs to M2; do not pull later milestone features forward.

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/maelrx-zugzwang-zugzwang-chess/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.

maelrx-zugzwang-zugzwang-chess.ocm.jsonjson
{
  "ocm": "1",
  "id": "maelrx-zugzwang-zugzwang-chess",
  "kind": "skill",
  "name": "zugzwang-chess",
  "description": "Standard-chess environment, codecs, renderers, tasks, opponents and rules-library adapter.",
  "publisher": "maelrx",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Standard-chess environment, codecs, renderers, tasks, opponents and rules-library adapter."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/maelrx/Zugzwang",
      "path": "packages/zugzwang-chess/AGENTS.md",
      "ref": "92fe3a7718807cf5b93eb35ef166c9c5894014db",
      "url": "https://github.com/maelrx/Zugzwang/blob/92fe3a7718807cf5b93eb35ef166c9c5894014db/packages/zugzwang-chess/AGENTS.md",
      "key": "maelrx/Zugzwang/packages/zugzwang-chess/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md: zugzwang-chess\n\n## Responsibility\n\nStandard-chess environment, codecs, renderers, tasks, opponents and rules-library adapter.\n\n## Dependency policy\n\nAllowed: zugzwang-core environment contracts plus accepted rules/rendering substrate.\n\nForbidden: Runtime DB access, provider SDKs, CLI commands, live strategic engine evaluation in environment.\n\n## Agent rules\n\n- Read root `AGENTS.md` first.\n- Work only under a `ZGW-XXXX` work order.\n- Preserve this boundary and add architecture tests for every new dependency edge.\n- Do not publish a type as public API without compatibility analysis.",
  "cost": {
    "context_tokens": 187
  }
}

Fetch it by URL: GET /api/v1/registry/maelrx-zugzwang-zugzwang-chess/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.