惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LangChain Blog
B
Blog RSS Feed
阮一峰的网络日志
阮一峰的网络日志
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Help Net Security
MyScale Blog
MyScale Blog
WordPress大学
WordPress大学
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
小众软件
小众软件
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
Vercel News
Vercel News
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
Microsoft Security Blog
Microsoft Security Blog
G
Google Developers Blog
Last Week in AI
Last Week in AI
Hugging Face - Blog
Hugging Face - Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
Google DeepMind News
Google DeepMind News
Engineering at Meta
Engineering at Meta
云风的 BLOG
云风的 BLOG

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - tommyjepsen/awesome-ux-skills: UX & AI Product d...
tommyjepsen · 2026-05-08 · via Hacker News - Newest: "AI"

A collection of UX and AI product design skills for Claude Code. Install them and Claude will automatically apply the right framework when you ask design-related questions.

Install

git clone https://github.com/tommyjepsen/awesome-ux-skills
cd awesome-ux-skills
./install.sh

Then restart Claude Code (or reload the window). That's it.

Re-install or update existing skills:

./install.sh --force

Skills

UX Research & Strategy

Skill What it does
ux-research-methods Recommends the right research method (interviews, usability tests, surveys, A/B tests…) for the stage and question
ux-personas Turns interview notes, surveys, or segments into structured, research-based personas
empathy-mapping Creates Says / Thinks / Does / Feels maps from qualitative research
journey-mapping Maps user actions, emotions, and pain points across a timeline
ux-storyboard Visualizes a user scenario as a panel-by-panel storyboard
double-diamond Guides teams through Discover → Define → Develop → Deliver

UI Analysis & Improvement

Skill What it does
ux-heuristics-review Audits any UI against Nielsen's 10 Usability Heuristics
cognitive-load-conversion Finds extraneous load in forms, flows, and layouts — and cuts it
persuasive-ux Applies Fogg's 7 Persuasive Technology tools to improve engagement and conversion
feature-prioritization Ranks features or backlog items using a weighted 2D prioritization matrix

AI Product Design

Skill What it does
ai-governors Designs human-in-the-loop patterns: action plans, verification, undo, cost estimates, memory, citations
ai-identifiers Defines the brand identity of an AI: name, avatar, color, iconography, personality
ai-inputs Picks and implements the right input pattern for AI (open text, madlibs, autofill, voice, templates…)
ai-trust-builders Adds trust signals: caveats, consent, data ownership, disclosure, watermarks, footprints
ai-tuners Lets users configure AI behavior: model switching, filters, modes, parameters, voice & tone
ai-wayfinders Reduces blank-slate anxiety with onboarding patterns: example prompts, galleries, tooltips

Meta

Skill What it does
skill-router Routes any ambiguous UX or product design question to the right skill

How it works

Each .md file is a Claude Code skill — a prompt that loads into Claude's context when triggered. Claude detects from your request which skill applies and uses it automatically. You can also invoke any skill directly with /skill-name.

Skills live at ~/.claude/skills/<name>/SKILL.md after install.

Contributing

PRs welcome. Each skill is a single .md file with this structure:

---
name: your-skill-name
description: One clear sentence on what the skill does. Then trigger phrases — 
  when should Claude activate this automatically? Be specific.
---

# Skill content here

The description field drives automatic activation — write it so Claude knows exactly when to reach for this skill.


Created by Tommy Jepsen — https://tommyjepsen.com