Source profileQuality 59/100

nexu-io/open-design/plugins/community/g2-design-system-ui-kit-mqgbmh2w/SKILL.md

g2-design-system-ui-kit-mqgbmh2w

Use this skill when generating Open Design artifacts that should follow the HiCatcat G2 AR glasses HUD design system. This plugin packages a browser-reviewable UI kit, local token CSS, and modular React role components.

Source repository stars
82,073
Declared platforms
0
Static risk flags
0
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

Use this skill when generating Open Design artifacts that should follow the HiCatcat G2 AR glasses HUD design system. This plugin packages a browser-reviewable UI kit, local token CSS, and modular React role components.

Best for

  • Use this skill when generating Open Design artifacts that should follow the HiCatcat G2 AR glasses HUD design system.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/nexu-io/open-design --skill "plugins/community/g2-design-system-ui-kit-mqgbmh2w"
Safe inspection promptEditorial

Inspect the Agent Skill "g2-design-system-ui-kit-mqgbmh2w" from https://github.com/nexu-io/open-design/blob/89d6d4ef21baf80f871595abdf6f7de6e941dd44/plugins/community/g2-design-system-ui-kit-mqgbmh2w/SKILL.md at commit 89d6d4ef21baf80f871595abdf6f7de6e941dd44. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Usage

    Open index.html directly for visual review. Copy component files into a React prototype when building product-like artifacts. Keep colorsandtype.css loaded before the components so color, type, spacing, radius, stroke, and mode variables resolve through the G2 token contract.

    Open index.html directly for visual review. Copy component files into a React prototype when building product-like artifacts. Keep colorsandtype.css loaded before the components so color, type, spacing, radius, stroke,…
  2. 02

    Structure

    index.html - Browser-reviewable entry that loads ./colorsandtype.css, React, ReactDOM, Babel, and the component files.

    index.html - Browser-reviewable entry that loads ./colorsandtype.css, React, ReactDOM, Babel, and the component files.colorsandtype.css - Source-backed G2 token CSS for dark HUD color, type, spacing, radius, icon, stroke, and compact/regular display modes.components/App.jsx - App shell that composes the G2 HUD surface.
  3. 03

    Design Notes

    Use G2 as a dark AR glasses control interface, not a generic mobile app, SaaS dashboard, or marketing page. Preserve these source-backed cues:

    Black optical canvas.White, secondary gray, and tertiary gray text.333333 controls, borders, and disabled surfaces.
  4. 04

    Provenance

    Formalized by Open Design from candidate 33633026-3f08-4a00-86c8-1bbd1d3e1ce4 and corrected so every referenced file is packaged in this plugin folder.

    Formalized by Open Design from candidate 33633026-3f08-4a00-86c8-1bbd1d3e1ce4 and corrected so every referenced file is packaged in this plugin folder.

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score59/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars82,073SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
nexu-io/open-design
Skill path
plugins/community/g2-design-system-ui-kit-mqgbmh2w/SKILL.md
Commit
89d6d4ef21baf80f871595abdf6f7de6e941dd44
License
Apache-2.0
Collected
2026-07-28
Default branch
main
View the original SKILL.md

G2 Design System UI Kit

Use this skill when generating Open Design artifacts that should follow the HiCatcat G2 AR glasses HUD design system. This plugin packages a browser-reviewable UI kit, local token CSS, and modular React role components.

Structure

  • index.html - Browser-reviewable entry that loads ./colors_and_type.css, React, ReactDOM, Babel, and the component files.
  • colors_and_type.css - Source-backed G2 token CSS for dark HUD color, type, spacing, radius, icon, stroke, and compact/regular display modes.
  • components/App.jsx - App shell that composes the G2 HUD surface.
  • components/Sidebar.jsx - Compact system rail for mode, call, messages, AI, and device controls.
  • components/AssistantsList.jsx - AI card and quick status pattern.
  • components/ChatArea.jsx - Primary message, call, and teleprompter workspace.
  • components/InputBar.jsx - Bottom command-entry surface.
  • components/MessageBubble.jsx - Message, note, and assistant response unit.
  • README.md - Human-readable package guide and validation notes.

Usage

Open index.html directly for visual review. Copy component files into a React prototype when building product-like artifacts. Keep colors_and_type.css loaded before the components so color, type, spacing, radius, stroke, and mode variables resolve through the G2 token contract.

Design Notes

Use G2 as a dark AR glasses control interface, not a generic mobile app, SaaS dashboard, or marketing page. Preserve these source-backed cues:

  • Black optical canvas.
  • White, secondary gray, and tertiary gray text.
  • #333333 controls, borders, and disabled surfaces.
  • #0D76FF selected state.
  • #0D76FFA6 focus and touch feedback.
  • Noto Sans Medium/Bold typography.
  • data-g2-mode="regular" for 640 mode and data-g2-mode="compact" for 320 mode.

Do not invent off-token accent colors, glassmorphism, or landing-page hero compositions.

Provenance

Formalized by Open Design from candidate 33633026-3f08-4a00-86c8-1bbd1d3e1ce4 and corrected so every referenced file is packaged in this plugin folder.

Alternatives

Compare before choosing