Skip to content
Skillv1.0.0

SCION

SCHVIZ Layout Bugs

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

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

See reviews

About

Imported from jbeard4/SCION (AGENTS.md). Install upstream with npx skills add jbeard4/SCION. Copyright stays with the author.

SCHVIZ Layout Bugs

  • For SCHVIZ layout regressions, run the sciblog fundamentals page locally at http://localhost:8081/tutorials/fundamentals, use Playwright to capture Firefox and Chromium screenshots, and inspect the exported images. The current probe script is spec/probe-schviz-live.js, which writes screenshots to /tmp/firefox-fundamentals-live.png and /tmp/chromium-fundamentals-live.png.

Local Planning Log

  • spec/LOG is an untracked local planning file. Read it for active publishing notes and future content ideas, but do not stage or commit 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/jbeard4-scion-scion/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.

jbeard4-scion-scion.ocm.jsonjson
{
  "ocm": "1",
  "id": "jbeard4-scion-scion",
  "kind": "skill",
  "name": "SCION",
  "description": "SCHVIZ Layout Bugs",
  "publisher": "jbeard4",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "SCHVIZ Layout Bugs"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/jbeard4/SCION",
      "path": "AGENTS.md",
      "ref": "255fd4da07309dbf5450579c7b824d8e4874c108",
      "url": "https://github.com/jbeard4/SCION/blob/255fd4da07309dbf5450579c7b824d8e4874c108/AGENTS.md",
      "key": "jbeard4/SCION/AGENTS.md"
    }
  },
  "instructions": "## SCHVIZ Layout Bugs\n\n- For SCHVIZ layout regressions, run the sciblog fundamentals page locally at `http://localhost:8081/tutorials/fundamentals`, use Playwright to capture Firefox and Chromium screenshots, and inspect the exported images. The current probe script is `spec/probe-schviz-live.js`, which writes screenshots to `/tmp/firefox-fundamentals-live.png` and `/tmp/chromium-fundamentals-live.png`.\n\n## Local Planning Log\n\n- `spec/LOG` is an untracked local planning file. Read it for active publishing notes and future content ideas, but do not stage or commit it.",
  "cost": {
    "context_tokens": 143
  }
}

Fetch it by URL: GET /api/v1/registry/jbeard4-scion-scion/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.