Skip to content
Skillv1.0.0

2d-engine

Agent Guide

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

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

See reviews

About

Imported from atraczyk/2d-engine (AGENTS.md). Install upstream with npx skills add atraczyk/2d-engine. Copyright stays with the author.

Agent Guide

Task routing

Task type Read first
Commit / stage changes .agents/skills/commit.md
Understand the repo .agents/topics/repo-overview.md
Setup / run / build .agents/topics/setup.md
Making changes .agents/topics/editing-rules.md
Git workflow / safety .agents/topics/git-workflow.md

General rules

  • No linting in any workflow
  • Prefer small, focused changes over large sweeping ones

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/atraczyk-2d-engine-2d-engine/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.

atraczyk-2d-engine-2d-engine.ocm.jsonjson
{
  "ocm": "1",
  "id": "atraczyk-2d-engine-2d-engine",
  "kind": "skill",
  "name": "2d-engine",
  "description": "Agent Guide",
  "publisher": "atraczyk",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent Guide"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/atraczyk/2d-engine",
      "path": "AGENTS.md",
      "ref": "9b8ba9ad67cba4b02eff5b7137e9522b06aca3fe",
      "url": "https://github.com/atraczyk/2d-engine/blob/9b8ba9ad67cba4b02eff5b7137e9522b06aca3fe/AGENTS.md",
      "key": "atraczyk/2d-engine/AGENTS.md"
    }
  },
  "instructions": "# Agent Guide\n\n## Task routing\n\n| Task type              | Read first                          |\n|------------------------|-------------------------------------|\n| Commit / stage changes | .agents/skills/commit.md            |\n| Understand the repo    | .agents/topics/repo-overview.md     |\n| Setup / run / build    | .agents/topics/setup.md             |\n| Making changes         | .agents/topics/editing-rules.md     |\n| Git workflow / safety  | .agents/topics/git-workflow.md      |\n\n## General rules\n\n- No linting in any workflow\n- Prefer small, focused changes over large sweeping ones",
  "cost": {
    "context_tokens": 147
  }
}

Fetch it by URL: GET /api/v1/registry/atraczyk-2d-engine-2d-engine/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.