Skip to content

agentsorg/design-engineering

v2.0.0MIT

Design engineering for AI agents — a navigable skill graph covering animation timing, transitions, typography, color, components, layout, accessibility, and anti-patterns, plus six 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.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "design-engineering",
  "version": "2.0.0",
  "description": "Design engineering for AI agents — a navigable skill graph covering animation timing, transitions, typography, color, components, layout, accessibility, and anti-patterns, plus six 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": "harshitkhemani@gmail.com",
    "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"
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 3other files
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.anthropic.claude-code
  • com.cursor.editor
  • com.openai.codex
  • com.shadcn.registry
  • dev.eve.agent
  • dev.vercel.plugins
  • org.agentsorg.design