Agent Plugins Marketplace
All plugins

design-engineering

v2.4.0

Design engineering for AI agents — animation timing, transitions, typography, color, components, layout, accessibility, anti-patterns, sound, SVG. Plus a SOUL.md identity layer and nine workflow subagents. Distills Emil Kowalski, Benji Taylor, Jakub Antalik (transitions.dev), guidelines.sh, Vercel, Ben DC, DiceBear, lucide-animated, Google Labs design.md, Agentation.

CodexClaude CodeAgent Plugins

By HKTITANLicense: MIT21 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
0 skill or MCP entries
Source updated
Sep 5, 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 design-engineering 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 design-engineering@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/AgentsORG/design-engineering

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

design-engineering/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── plugin.json

Plugin manifests3

.codex-plugin/plugin.json
{
  "name": "design-engineering",
  "version": "2.4.0",
  "description": "Design engineering for AI agents — animation timing, transitions, typography, color, components, layout, accessibility, anti-patterns, sound, SVG. Plus a SOUL.md identity layer and nine workflow subagents. Distills Emil Kowalski, Benji Taylor, Jakub Antalik (transitions.dev), guidelines.sh, Vercel, Ben DC, DiceBear, lucide-animated, Google Labs design.md, Agentation.",
  "author": {
    "name": "HKTITAN",
    "email": "[email protected]",
    "url": "https://github.com/HKTITAN"
  },
  "homepage": "https://github.com/AgentsORG/design-engineering",
  "repository": "https://github.com/AgentsORG/design-engineering",
  "license": "MIT",
  "keywords": [
    "design-engineering",
    "design-system",
    "animation",
    "motion",
    "transitions",
    "typography",
    "color",
    "shadows",
    "components",
    "layout",
    "accessibility",
    "anti-patterns",
    "sound",
    "sound-design",
    "svg",
    "svg-animation",
    "prototyping",
    "unslop",
    "ui-review",
    "taste",
    "agentation",
    "design-md",
    "obsidian",
    "skill-graph"
  ],
  "skills": "./skills/",
  "agents": "./agents/",
  "commands": "./commands/",
  "interface": {
    "displayName": "Design Engineering by HKTITAN",
    "shortDescription": "Make AI-generated UI feel right",
    "longDescription": "A navigable skill graph for design engineering. Nine themed clusters (philosophy, motion, sound, typography, surface, components, layout, anti-patterns, meta), 81 atomic nodes, nine workflow subagents, a SOUL.md identity layer, and an AGENTS.md operating guide. Load it when reviewing UI code, choosing an easing curve, deciding whether an interaction should make a sound, auditing for AI-default tells, consuming a DESIGN.md, or asking 'why does this feel flat?' Distills Emil Kowalski, Benji Taylor, Jakub Antalik (transitions.dev), guidelines.sh, Vercel design guidelines, Ben DC, DiceBear, lucide-animated, Google Labs design.md, and Agentation into one Obsidian-compatible graph.",
    "developerName": "HKTITAN",
    "category": "Design",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/AgentsORG/design-engineering",
    "defaultPrompt": [
      "Review this component for design-engineering issues",
      "Audit this animation against the motion cluster",
      "Scan this page for AI-default tells",
      "Apply our DESIGN.md tokens to this layout",
      "Help me fork pov.md for my own taste"
    ],
    "brandColor": "#0a0a0a"
  }
}
.claude-plugin/plugin.json
{
  "name": "design-engineering",
  "description": "Design engineering for AI agents — animation timing, transitions, typography, color, components, layout, accessibility, anti-patterns, sound, SVG. Plus a SOUL.md identity layer and nine workflow subagents (ui-reviewer, motion-auditor, anti-pattern-scanner, agentation-fix-loop, design-md-consumer, pov-curator, sound-designer, svg-creator, svg-animator). Distills Emil Kowalski, Benji Taylor, Jakub Antalik, guidelines.sh, Vercel, Ben DC, DiceBear, lucide-animated, Google Labs design.md, Agentation.",
  "version": "2.4.0",
  "author": {
    "name": "HKTITAN",
    "email": "[email protected]",
    "url": "https://github.com/HKTITAN"
  },
  "homepage": "https://github.com/AgentsORG/design-engineering",
  "repository": "https://github.com/AgentsORG/design-engineering",
  "license": "MIT"
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "design-engineering",
  "version": "2.4.0",
  "description": "Design engineering for AI agents — a navigable skill graph covering animation timing, transitions, typography, color, components, layout, accessibility, anti-patterns, sound, and SVG, plus nine workflow subagents and an eve runtime. Distills Emil Kowalski, Benji Taylor, Jakub Antalik, guidelines.sh, Vercel, Ben DC, DiceBear, lucide-animated, Google Labs design.md, Agentation, and Index.",
  "author": {
    "name": "HKTITAN",
    "email": "[email protected]",
    "url": "https://github.com/HKTITAN"
  },
  "homepage": "https://github.com/AgentsORG/design-engineering",
  "repository": "https://github.com/AgentsORG/design-engineering",
  "license": "MIT",
  "keywords": [
    "design-engineering",
    "design-system",
    "animation",
    "motion",
    "ui-review",
    "skill-graph",
    "agentation",
    "design-md"
  ],
  "extensions": {
    "com.anthropic.claude-code": {
      "manifest": "./.claude-plugin/plugin.json",
      "marketplace": "./.claude-plugin/marketplace.json",
      "agents": "./agents/",
      "commands": "./commands/"
    },
    "com.openai.codex": {
      "manifest": "./.codex-plugin/plugin.json"
    },
    "com.cursor.editor": {
      "manifest": "./.cursor-plugin/plugin.json"
    },
    "dev.vercel.plugins": {
      "manifest": "./.plugin/plugin.json"
    },
    "dev.eve.agent": {
      "agent": "./agent/",
      "evals": "./evals/"
    },
    "com.shadcn.registry": {
      "registry": "./registry.json",
      "items": "./r/"
    },
    "org.agentsorg.design": {
      "starter": "./templates/design-engineering.design",
      "spec": "./spec/design-file-spec.md"
    }
  }
}

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

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