Agent Plugins Marketplace
All plugins

ui-consistency

v0.51.11

Design-Driven Development for your coding agent: what the user sees drives the code, so pages come out consistent with your project the first time

CodexClaude Code5 Skills

By Kamen KurtevLicense: MIT0 GitHub starsUpdated 4 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install ui-consistency for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ui-consistency@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/kamenkurtev/ui-consistency

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

ui-consistency/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/accessibility/SKILL.md
├── skills/finding-patterns/SKILL.md
├── skills/implementing/SKILL.md
├── skills/planning/SKILL.md
└── skills/verifying/SKILL.md

Included Skills5

accessibilityskills/accessibility/SKILL.md

For what the end user sees — checks whether it can be read and used without a mouse (contrast, focus, keyboard reach, labels, text alternatives, target size) against a standard. Use when asked whether a page meets an accessibility standard, or when the project states an accessibility requirement.

finding-patternsskills/finding-patterns/SKILL.md

For what the end user sees — finds how this project already builds that kind of page (the components its pages reuse, theme values, validation, error handling) and writes it as a checklist before any UI code. Use when building or changing a page, screen, form or component — above all when told to make it like an existing page, and also when the request names no existing page and says nothing about consistency.

implementingskills/implementing/SKILL.md

For what the end user sees — builds each page from its checklist, one page per task. Use when writing or changing UI and a checklist or UI plan exists, whether executing that plan page by page, refactoring a set of pages, or making a small change to one page.

planningskills/planning/SKILL.md

For what the end user sees — turns each page's checklist into a plan of one checkable task per page. Use when UI work spans several steps or pages (a new feature, a refactor of many pages, one change applied to every page), including when another planning skill is about to write that plan.

verifyingskills/verifying/SKILL.md

For what the end user sees — a separate agent checks written pages against their checklist and the rest of the project, and reports what differs. Use when UI has been written, before calling it done or opening a PR, or when asked whether pages match ("does this match", "did I miss a page", a page that looks or behaves unlike its neighbours).

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "ui-consistency",
  "version": "0.51.11",
  "description": "Design-Driven Development for your coding agent: what the user sees drives the code, so pages come out consistent with your project the first time",
  "author": {
    "name": "Kamen Kurtev"
  },
  "homepage": "https://github.com/kamenkurtev/ui-consistency",
  "repository": "https://github.com/kamenkurtev/ui-consistency",
  "license": "MIT",
  "keywords": [
    "ui",
    "design-system",
    "consistency",
    "screens",
    "frontend"
  ],
  "skills": "./skills/",
  "hooks": {}
}
.claude-plugin/plugin.json
{
  "name": "ui-consistency",
  "version": "0.51.11",
  "description": "Design-Driven Development for your coding agent: what the user sees drives the code, so pages come out consistent with your project the first time",
  "author": {
    "name": "Kamen Kurtev"
  },
  "homepage": "https://github.com/kamenkurtev/ui-consistency",
  "repository": "https://github.com/kamenkurtev/ui-consistency",
  "license": "MIT",
  "keywords": [
    "ui",
    "design-system",
    "consistency",
    "screens",
    "frontend"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ui-consistency on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ui-consistency)