plugins marketplace
← All plugins

wondelai-design-everyday-things

v1.0.0

Fundamental design principles for intuitive interfaces

Claude Code1 skill

by Wondel.aiMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/design/wondelai-design-everyday-things/ inside the repository.

Layout

plugins/design/wondelai-design-everyday-things/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

design-everyday-thingsSKILL.md

Apply foundational design principles: affordances, signifiers, constraints, feedback, and conceptual models. Use when the user mentions "why is this confusing", "affordance", "error prevention", "discoverability", "human-centered design", "mental model", "mapping", "seven stages of action", "users keep making mistakes", "this is unintuitive", or "people cant figure out how to use it". Also trigger when reducing product complexity or feature creep. Covers the gulfs of execution and evaluation. For usability scoring, see ux-heuristics. For iOS-specific patterns, see ios-hig-design.

Manifests1

plugins/design/wondelai-design-everyday-things/.claude-plugin/plugin.json
{
  "name": "wondelai-design-everyday-things",
  "version": "1.0.0",
  "description": "Fundamental design principles for intuitive interfaces",
  "author": {
    "name": "Wondel.ai"
  },
  "license": "MIT",
  "repository": "https://github.com/wondelai/skills",
  "keywords": [
    "design",
    "wondelai",
    "skills"
  ]
}