Skip to content
Skillv1.0.0

fig-lab

Guides FigUI3 experimental Lab components: fig-canvas-control, fig-input-angle, fig-input-wheel, fig-reorder, and AI composer components, including React JSX usage. APIs are unstable.

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

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

See reviews

About

Imported from rogie/figui3 (.cursor/skills/fig-lab/SKILL.md). Install upstream with npx skills add rogie/figui3 --skill fig-lab. Copyright stays with the author.

FigUI3 lab (fig-lab.js)

Experimental components. May change or be removed without notice.

React: ../figui3/react.md. Per-tag JSX: components.md. Attrs: reference.md.

Install

import "@rogieking/figui3/fig.css";
import "@rogieking/figui3/fig.js";
import "@rogieking/figui3/fig-lab.css";
import "@rogieking/figui3/fig-lab.js";

Use Lab for canvas handles, angle/wheel inputs, reorder behavior, and AI composition surfaces. Keep Lab out of fig.js.

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/rogie-figui3-fig-lab/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.

rogie-figui3-fig-lab.ocm.jsonjson
{
  "ocm": "1",
  "id": "rogie-figui3-fig-lab",
  "kind": "skill",
  "name": "fig-lab",
  "description": "Guides FigUI3 experimental Lab components: fig-canvas-control, fig-input-angle, fig-input-wheel, fig-reorder, and AI composer components, including React JSX usage. APIs are unstable.",
  "publisher": "rogie",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Guides FigUI3 experimental Lab components: fig-canvas-control, fig-input-angle, fig-input-wheel, fig-reorder, and AI composer components, including React JSX usage. APIs are unstable."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/rogie/figui3",
      "path": ".cursor/skills/fig-lab/SKILL.md",
      "ref": "4926c177ada6669f364674e8fad990735b0f63d1",
      "url": "https://github.com/rogie/figui3/blob/4926c177ada6669f364674e8fad990735b0f63d1/.cursor/skills/fig-lab/SKILL.md",
      "key": "rogie/figui3/.cursor/skills/fig-lab/SKILL.md"
    }
  },
  "instructions": "# FigUI3 lab (`fig-lab.js`)\n\nExperimental components. May change or be removed without notice.\n\nReact: [../figui3/react.md](../figui3/react.md). Per-tag JSX: [components.md](components.md). Attrs: [reference.md](reference.md).\n\n## Install\n\n```js\nimport \"@rogieking/figui3/fig.css\";\nimport \"@rogieking/figui3/fig.js\";\nimport \"@rogieking/figui3/fig-lab.css\";\nimport \"@rogieking/figui3/fig-lab.js\";\n```\n\nUse Lab for canvas handles, angle/wheel inputs, reorder behavior, and AI composition surfaces. Keep Lab out of `fig.js`.",
  "cost": {
    "context_tokens": 130
  }
}

Fetch it by URL: GET /api/v1/registry/rogie-figui3-fig-lab/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.

fig-lab - Skill - OpenSmartRoute