Skip to content
Skillv1.0.0

min-ui

Files that contain the specification of this project are in `docs/` directory.

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

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

See reviews

About

Imported from cjeonguk/min-ui (AGENTS.md). Install upstream with npx skills add cjeonguk/min-ui. Copyright stays with the author.

Specification

Files that contain the specification of this project are in docs/ directory.

UI Design

While creating UI components, always remember to use design tokens in src/styles/globals.css.

You can use Tailwind (v4), Radix UI, and Cross Variance Authority (CVA).

Other Information

When you try to install npm packages, always use npm cli tool, not manually modifying package.json file.

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/cjeonguk-min-ui-min-ui/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.

cjeonguk-min-ui-min-ui.ocm.jsonjson
{
  "ocm": "1",
  "id": "cjeonguk-min-ui-min-ui",
  "kind": "skill",
  "name": "min-ui",
  "description": "Files that contain the specification of this project are in `docs/` directory.",
  "publisher": "cjeonguk",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Files that contain the specification of this project are in `docs/` directory."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/cjeonguk/min-ui",
      "path": "AGENTS.md",
      "ref": "b704470e879fbe6b95fed32fc03d1e51c8448932",
      "url": "https://github.com/cjeonguk/min-ui/blob/b704470e879fbe6b95fed32fc03d1e51c8448932/AGENTS.md",
      "key": "cjeonguk/min-ui/AGENTS.md"
    }
  },
  "instructions": "# Specification\n\nFiles that contain the specification of this project are in `docs/` directory.\n\n# UI Design\n\nWhile creating UI components, always remember to use design tokens in `src/styles/globals.css`.\n\nYou can use Tailwind (v4), Radix UI, and Cross Variance Authority (CVA).\n\n# Other Information\n\nWhen you try to install npm packages, always use `npm` cli tool, not manually modifying `package.json` file.",
  "cost": {
    "context_tokens": 102
  }
}

Fetch it by URL: GET /api/v1/registry/cjeonguk-min-ui-min-ui/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.