A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
65 behavioral psychology principles → actionable design decisions. Drop into Claude Code for psychology-informed UI revi
65 behavioral psychology principles → actionable design decisions.
Drop this skill into Claude Code and it will surface the 3-5 most relevant psychology principles for whatever you're building — landing pages, pricing, onboarding, dashboards, checkout flows — with specific implementation guidance and code examples, not abstract theory.
Built on NN/g, Kahneman, Norman, and Cialdini. Ethics-first — dark patterns are explicitly documented as anti-patterns.
You built a page. It looks good. But is it working?
This skill is the psychology review layer. After you design or build any UI where user behavior matters — run it through this skill. It identifies which behavioral principles are at work (intentionally or not), surfaces missed opportunities, flags anti-patterns, and recommends specific changes down to the code level.
This is NOT a dark patterns toolkit. Every principle is framed for ethical application. Manipulation techniques are explicitly listed as anti-patterns.
# Clone into your Claude Code skills directory
cd ~/.claude/skills
git clone https://github.com/Nuclear-Marmalade/ux-psychology-skill.git ux-psychology
Or for a project-specific install:
cd your-project/.claude/skills
git clone https://github.com/Nuclear-Marmalade/ux-psychology-skill.git ux-psychology
Or manually: copy the entire directory into ~/.claude/skills/ux-psychology/ or your-project/.claude/skills/ux-psychology/. Claude Code will discover the SKILL.md automatically.
In Claude Code, just ask:
"What psychology principles apply to my pricing page?"
"Review this homepage through a psychology lens"
"Design a conversion sequence for newsletter signups"
"I just built a checkout flow — what am I missing psychologically?"
"Review my onboarding for cognitive load issues"
The skill activates automatically when you're working on pages, components, or flows where user behavior matters.
| Category | Principles | Core Insight |
|---|---|---|
| Attention | 4 | Users see less than you think |
| Gestalt | 8 | Visual grouping drives comprehension |
| Memory | 10 | Recognition beats recall; chunk everything |
| Sensemaking | 3 | Mental models shape expectations |
| Decision Making | 5 | Fewer choices, clearer outcomes |
| Motor/Interaction | 3 | Big targets, fast responses |
| Motivation | 4 | Autonomy + competence + relatedness |
| Cognitive Biases | 10 | Defaults persist; first impressions anchor |
| Persuasion | 9 | Trust before ask; prove before promise |
| Emotion | 6 | Beautiful feels easier; delight earns loyalty |
| Ethics | 3 | Bright line between persuasion and manipulation |
The SKILL.md works on its own — it includes inline page-type prescriptions, a decision process, and code-level implementation examples. Claude Code doesn't need to read any other file to give you useful output. The knowledge/ directory provides depth when you need it.
Pre-built psychology recommendations for 11 common page types:
The skill includes before/after code for key principles:
Psychology principles are one input among many. The hierarchy:
If a psychology principle conflicts with good design, good design wins.
ux-psychology/
├── SKILL.md # Skill definition (self-contained)
├── README.md # This file
├── LICENSE # MIT License
├── CHANGELOG.md # Version history
├── CONTRIBUTING.md # How to add principles
├── knowledge/
│ ├── principles.md # All 65 principles with definitions
│ ├── page-prescriptions.md # Page-type → principle mappings
│ └── data/
│ ├── principles.csv # Machine-readable principle database
│ └── page-mappings.csv # Page-type mapping data
├── patterns/
│ └── conversion-sequences.md # Common conversion flow patterns
└── examples/
├── saas-landing-review.md # Example: SaaS landing page review
├── ecommerce-checkout-review.md # Example: E-commerce checkout review
└── subscription-review.md # Example: Subscription conversion review
This skill synthesizes research from:
MIT — use it however you want. Attribution appreciated but not required.
Built by Glen Healy at Nuclear Marmalade — a one-person AI design and implementation agency.
Released under MIT because behavioral psychology shouldn't be gatekept behind expensive consultancies.
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Design enforcement with memory — keeps your UI consistent across a project
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, bac
Route Claude Code traffic to any of 17 provider backends including free or local models