Genexus18MCP: Skill for Gemini CLI

.gemini/skills/frontend/ui-creator/SKILL.md

ui-creator is a skill for Gemini CLI from lennix1337/Genexus18MCP. It costs 82 tokens per session (3,001 once invoked), scanned A, original, MIT.

Uma ferramenta que transforma imagens de interfaces ou especificações OpenAPI, um formato que descreve APIs, em componentes de aplicações web.

In plain words
What is it for?
Serve para criar aplicações em Angular ou React com rotas e integração de serviços a partir de imagens de UI e APIs.
Why use it?
Reduz o trabalho manual de recriar telas e conectar serviços, além de permitir verificar a aparência gerada por meio de capturas de tela.

Skill for Gemini CLI

Written for Gemini CLI: installed under .gemini/. Also seen: names the AskUserQuestion tool.

This is lennix1337/Genexus18MCP's own configuration. It tells Gemini CLI how to work on Genexus18MCP itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Genexus18MCP configures →

Reuse

Borrowing it

Nothing to install: this file belongs to lennix1337/Genexus18MCP. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/lennix1337/Genexus18MCP/main/.gemini/skills/frontend/ui-creator/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/lennix1337/Genexus18MCP

Made for: Gemini CLI.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ui-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/lennix1337/genexus18mcp/ui-creator/github.svg)](https://agentmods.dev/skills/lennix1337/genexus18mcp/ui-creator)
Your own site
<a href="https://agentmods.dev/skills/lennix1337/genexus18mcp/ui-creator"><img src="https://agentmods.dev/badge/skills/lennix1337/genexus18mcp/ui-creator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ui-creator

Your own site · 80×15
<a href="https://agentmods.dev/skills/lennix1337/genexus18mcp/ui-creator"><img src="https://agentmods.dev/badge/skills/lennix1337/genexus18mcp/ui-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,001 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 33
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 114
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00082 $0.03001
Opus 5 $0.00041 $0.01501
Sonnet 5 $0.00016 $0.00600
Haiku 4.5 $0.00008 $0.00300

Measured 10d ago against content hash bec9facc2e68, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

ui-creator scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/capture-screenshot.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -o /dev/null -w "%{http_code}" "<url>"
.gemini/skills/frontend/ui-creator/SKILL.md · 198 lines

How it starts

The opening of the file, as written. The whole thing — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Converting UI to Web Application

Inputs

  1. UI images (optional) — image files (PNG, JPG, etc.) of UI screens. When provided, design tokens and style reference are derived from images. When absent, default tokens are used
  2. Project path (required)
  3. OpenAPI spec (optional) — YAML/JSON for API service generation. Endpoints that don't map to any image become inferred pages

At least one of UI images or OpenAPI spec must be provided

Workflow

Step 1: Determine target platform

Detect from the project or ask the user:

Step 2: Inspect project

Follow the platform file for scaffolding and project inspection commands

Ensure playwright and tsx are available:

test -d node_modules/playwright && test -d node_modules/tsx || npm install playwright tsx
npx playwright install chromium

Step 3: Analyze inputs and infer pages

  1. Check for instructions: Look for any .md file (e.g. instrucciones.md) in the source directory. If found, read it and use it for:

    • Business logic: service call triggers, navigation targets, data refresh behaviors
    • Visual preferences (if mentioned): colors, theme (dark/light), typography, accent color, layout style — apply these over the default tokens when no images are provided
  2. If images are provided:

    • View all images with vision capabilities
    • Identify image-based pages and routes from filenames or content
    • Identify shared layout: compare images to find common elements (header, footer, sidebar, nav) → app shell
    • Extract design tokens: follow design-tokens-guide.md to derive CSS custom properties from the first/main image
  3. If NO images are provided (OpenAPI-only mode):

    • Start with default design tokens from design-tokens-guide.md (see "Default tokens" section), then override with any visual preferences found in the instructions .md
    • Infer app shell layout from the OpenAPI structure (e.g. sidebar nav with links to each page)
    • Skip Phase A entirely in Step 6 — all pages are generated directly

Read the full file on GitHub · 198 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 198 lines · 82 tokens per session scan A bec9facc2e68

Subscribe to this mod's changes

ui-creator is a skill published in the GitHub repository lennix1337/Genexus18MCP (30 stars, last pushed today), licensed MIT. It adds 82 tokens to every session and 3,001 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ux-spec

Generates UI/UX specifications with wireframes and design system. Creates UXSPEC.md and DESIGNSYSTEM.md from PRD and Architecture specs. Use when designing app interface and creating design system.

rshankras/claude-code-apple-skills · 41 tokens

animation-patterns

SwiftUI animation patterns including springs, transitions, PhaseAnimator, KeyframeAnimator, SF Symbol effects, scroll-driven effects, mesh gradients, text renderers, and shader effects. Use when implementing, reviewing, or fixing animation or visual-effect code on iOS/macOS.

rshankras/claude-code-apple-skills · 58 tokens

generic-react-ux-designer

Professional UI/UX design expertise for React applications. Covers design thinking, user psychology (Hick's/Fitts's/Jakob's Law), visual hierarchy, interaction patterns, accessibility, performance-driven design, and design critique. Use when designing features, improving UX, solving user problems, or conducting design…

travisjneuman/.claude · 69 tokens

frontend-enhancer

This skill should be used when enhancing the visual design and aesthetics of web applications. It provides modern UI components, design patterns, color palettes, animations, and layout templates. REQUIRES ui-research skill first. Use this skill for tasks like improving styling, creating responsive designs…

travisjneuman/.claude · 79 tokens

static-page-stack

SOTA stack recommendations for elegant, controlled, semantic static HTML pages — dashboards, post-mortems, technical-investigation reports.

terrylica/cc-skills · 30 tokens

generic-design-system

Complete design system reference for any project - colors, typography, spacing, components, animations. Adapts to project theme and tech stack. Use when implementing UI, choosing colors, creating animations, or ensuring brand consistency. For new design systems, use ui-research skill first.

travisjneuman/.claude · 60 tokens