Agent Plugins Marketplace
All plugins

dotclaude-design

v3.0.0

A design/UX audit layer for Claude Code. /dotclaude:design elicits your design north-star; ux, flow, pages, a11y, interaction, and design-token audits grade every screen against it, plus a product-designer IA/flow spec.

Claude Code5 Skills

By Dima VinokurovLicense: MIT1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 7, 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 dotclaude-design for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dotclaude-design@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/vindm/dotclaude

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

Plugin files

plugins/design/
├── .claude-plugin/plugin.json
├── skills/design/SKILL.md
├── skills/element-reuse/SKILL.md
├── skills/iterative-polish-autoloop/SKILL.md
├── skills/journey-mapping/SKILL.md
└── skills/persona-testing/SKILL.md

Included Skills5

designskills/design/SKILL.md

Elicit the project's design north-star + design-system reference (the two artifacts the consumed design audits read at runtime); no agent copies are authored. Derived from the project's actual UI surfaces, the user's named design benchmarks, and past design failure modes. Invoke /dotclaude:design in any project root that has a human-facing surface.

element-reuseskills/element-reuse/SKILL.md

Before reusing an existing string, component, or copy pattern on a NEW surface — locate its current usage with grep, classify both the existing and the proposed surface by type, and apply the verdict matrix. Catches first-touch copy leaking onto a daily-driver surface, a bug invisible to lint, code review, and per-surface visual review. Load at design time and audit time on any borrowed user-visible element.

iterative-polish-autoloopskills/iterative-polish-autoloop/SKILL.md

Drive a multi-screen flow from raw to award-quality through a bounded iterative loop — reset to a clean fixture, capture every state, grade across three scrutiny layers (reviewer agent + composition scan + backend-truth probe), apply ONE highest-ROI fix, commit atomically, re-run — until award-quality OR a hard iteration cap. Invoke for iterative UI/UX polish on a flow with an auto-capture harness.

journey-mappingskills/journey-mapping/SKILL.md

Build the prior-surface inventory before designing OR auditing any screen — walk every surface the user touched before reaching this one, classify each by type, and apply the forbidden-pattern matrix so first-touch copy/voice/chrome never leaks onto a daily-driver surface. Load before any new design spec or any single-screen / flow audit.

persona-testingskills/persona-testing/SKILL.md

Run three orthogonal outside-eyes tests on every user-visible string — day-30 (frequency-jaded), partner (voice-register), and stranger (already-knows-me) — to catch voice violations that pass a deny-list but still feel wrong. Load at design time on every proposed string and at audit time on every visible string on a captured surface.

Plugin manifests1

plugins/design/.claude-plugin/plugin.json
{
  "name": "dotclaude-design",
  "description": "A design/UX audit layer for Claude Code. /dotclaude:design elicits your design north-star; ux, flow, pages, a11y, interaction, and design-token audits grade every screen against it, plus a product-designer IA/flow spec.",
  "version": "3.0.0",
  "author": {
    "name": "Dima Vinokurov"
  },
  "homepage": "https://github.com/vindm/dotclaude",
  "repository": "https://github.com/vindm/dotclaude",
  "license": "MIT"
}

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

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