wondelai-design-everyday-things
v1.0.0Fundamental design principles for intuitive interfaces
by Wondel.aiMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone 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
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
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
{
"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"
]
}