Ui Ux Concept Implementation logo

Ui Ux Concept Implementation

Community
thienanblog
ui-ux-concept-implementation

Implement a selected mockup, screenshot, or visual reference in an existing project and compare the rendered result. Use when visual fidelity drives the work; use dashboard guidance for operational surfaces when it fits better.

Overview

Publisherthienanblog
Repositoryawesome-ai-agent-skills
Skill nameui-ux-concept-implementation
Stars
66
Forks
21
Bundled files
1
LicenseApache-2.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by thienanblog on GitHub. Read the source before you install it.

Installation

Install the Ui Ux Concept Implementation AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/thienanblog/awesome-ai-agent-skills.git /tmp/awesome-ai-agent-skills
mkdir -p .claude/skills
cp -r /tmp/awesome-ai-agent-skills/plugins/project-development-skills/skills/ui-ux-concept-implementation .claude/skills/ui-ux-concept-implementation
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Ui Ux Concept Implementation in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Ui Ux Concept Implementation on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Ui Ux Concept Implementation is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

UI/UX Concept Implementation

Overview

Turn a selected visual direction into working UI while preserving the project's product identity and producing browser evidence against the target.

Working agreement

Follow the user's request and applicable repository instructions over these defaults. Use existing authorization; ask only about missing decisions that materially affect scope, cost, safety, or the result. Continue independent authorized work while awaiting an answer.

Run in the main conversation by default. Delegation can increase usage: obtain explicit approval for the proposed agent count and scope before using subagents. Reuse that approval within its bounds; ask again before expanding the approved count or scope.

Establish The Visual Contract

  • Confirm that one direction is selected. A single user-supplied mockup, screenshot, or reference site is a selected target. If materially different concepts remain unselected, obtain the user's selection unless they already authorized choosing an approach.
  • If the selected target is an operational dashboard and a dashboard-specific workflow better fits the task, use that guidance directly. Otherwise continue with this general visual-reference workflow.
  • Inspect the target and the current rendered UI at the relevant routes, viewports, themes, data states, and interaction states. Ask a narrow question only when unresolved ambiguity would produce materially different results.
  • Classify the target's visible decisions as exact (must match), adaptable (translate into the product's visual language), or unspecified (follow established project conventions). Record only the distinctions needed to guide implementation and verification.
  • Treat existing project instructions, design-system sources, components, tokens, content, assets, responsive conventions, and accessibility patterns as constraints. Do not replace suitable project identity merely because the reference uses a different system.
  • Preserve the selected concept outside committed source only when later comparison genuinely needs a durable artifact. Prefer an existing ignored or environment-managed location; do not create project files or modify ignore configuration solely for transient persistence without authorization.

Implement The Direction

  • Map the visual contract to project-owned routes, components, styles, tokens, assets, and representative content. Reuse existing surfaces when their semantics fit; introduce new ones only for a concrete gap.
  • Recreate the target's structure, hierarchy, rhythm, responsive intent, and interactions without copying proprietary source, private assets, tracking code, or brand-identifying content that the user is not authorized to use.
  • Preserve product behavior and accessible semantics while adapting visual details. Cover only the loading, empty, error, validation, focus, or other states that the affected surface can meaningfully enter.
  • Add a dependency only when project tools cannot reasonably satisfy a material part of the visual contract and the tradeoff is clear.

Compare In A Real Rendering Environment

  • Follow the host and project browser-testing policy instead of assuming one universal tool. Capture the smallest useful region, using full-page images only when composition, scrolling, or surrounding context matters.
  • Compare the target, before state, and updated state at equivalent viewports, theme, data, account, and interaction state when practical. Disclose any mismatch in comparison conditions.
  • Iterate on material differences in layout, hierarchy, spacing, typography, color, imagery, overflow, text fit, and interaction. Stop when the visual contract is satisfied or when a concrete blocker requires user direction.
  • Verify relevant responsive behavior, keyboard-visible focus, and interaction states. Keep exploratory browser evidence distinct from source-controlled automated E2E coverage.
  • If no real rendering environment is available, perform the closest useful source-level check, report the gap, and do not claim visual fidelity.

Final Handoff

Report:

  • The selected target and any important exact-versus-adaptable decisions.
  • Files changed.
  • Browser verification performed, including evidence paths when available.
  • Remaining visual mismatches, unverified states or viewports, and comparison limitations.
  • The location and uncommitted status of any temporary concept artifact, only when one was actually created.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Ui Ux Concept Implementation AI skill do?

Implement a selected mockup, screenshot, or visual reference in an existing project and compare the rendered result. Use when visual fidelity drives the work; use dashboard guidance for operational surfaces when it fits better.

Why use Ui Ux Concept Implementation on TypingMind?

Because you install it once and use it with any model. Ui Ux Concept Implementation is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Ui Ux Concept Implementation in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/thienanblog/awesome-ai-agent-skills/tree/main/plugins/project-development-skills/skills/ui-ux-concept-implementation. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Ui Ux Concept Implementation?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Ui Ux Concept Implementation?

As many as you like. As long as a model supports skills, you can use Ui Ux Concept Implementation with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Ui Ux Concept Implementation AI skill free?

Yes. It is published on GitHub by thienanblog under the Apache-2.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇