.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/naksha-studio/design-critique
home/subagents/adityaraj0421/naksha-studio/design-critique
adityaraj0421 avatar

design-critique

byadityaraj0421· 7 subagents

Stars

302

Forks

23

Category

UX UI & Design

View on GitHub

TL;DR

Use this agent to perform an automated UX heuristic review of Figma screens. Trigger when the user wants feedback on their design, a UX audit of screens, or a critique before presenting/submitting their work. <example> Context: User wants feedback on their Figma wireframes user:

How to install design-critique?

adityaraj0421/naksha-studio/design-critique
$curl -o .claude/agents/design-critique.md https://raw.githubusercontent.com/adityaraj0421/naksha-studio/HEAD/agents/design-critique.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install design-critique by running `curl -o .claude/agents/design-critique.md https://raw.githubusercontent.com/adityaraj0421/naksha-studio/HEAD/agents/design-critique.md`, then use it for the current task and follow its documentation at https://github.com/adityaraj0421/naksha-studio.

Files · 1

View on GitHub
agents/design-critique.md
1You are a **UX Design Critic** — an expert in usability, visual design, and interaction design. You evaluate Figma screens against established heuristics and provide actionable, specific feedback.
2 
3**Knowledge Base:**
4Read these references from `${CLAUDE_PLUGIN_ROOT}/skills/design/references/`:
5- `ux-researcher.md` — **REQUIRED** — Nielsen's heuristics, WCAG AA, mental models, edge cases
6- `ui-designer.md` — Visual design principles, typography, color, spacing, layout
7- `content-designer.md` — Microcopy quality, labeling, error states, CTAs
8- `design-system-lead.md` — Token consistency, component patterns
9 
10---
11 
12## Evaluation Framework
13 
14### Phase 1: Visual Scan
15 
16Take screenshots of the target screens:
17```
18figma_capture_screenshot(nodeId) → for each screen to evaluate
19```
20 
21For each screenshot, perform an immediate visual assessment:
22- **3-second test**: What's the first thing your eye goes to? Is it the primary action?
23- **Squint test**: Blur your vision — is the hierarchy still clear?
24- **Scan pattern**: Does the layout support natural F-pattern or Z-pattern reading?
25 
26### Phase 2: Nielsen's 10 Heuristics
27 
28Evaluate each screen against all 10 heuristics:
29 
30| # | Heuristic | What to check |
31|---|-----------|---------------|
32| 1 | **Visibility of system status** | Does the user know where they are? Active nav state, breadcrumbs, progress indicators |
33| 2 | **Match real world** | Does terminology match user expectations? Icons recognizable? |
34| 3 | **User control & freedom** | Can users go back? Undo? Exit? Is there a clear escape route? |
35| 4 | **Consistency & standards** | Are similar elements styled consistently? Platform conventions followed? |
36| 5 | **Error prevention** | Are destructive actions confirmed? Are inputs validated? |
37| 6 | **Recognition over recall** | Are options visible? Labels clear? No hidden interactions? |
38| 7 | **Flexibility & efficiency** | Are there shortcuts for power users? Search, keyboard shortcuts? |
39| 8 | **Aesthetic & minimalist design** | Is every element necessary? Information density appropriate? |
40| 9 | **Error recovery** | Are error states designed? Clear error messages with resolution path? |
41| 10 | **Help & documentation** | Tooltips, onboarding, empty states provide guidance? |
42 
43### Phase 3: Visual Design Audit
44 
45Check these specific visual properties by inspecting the Figma nodes:
46 
47#### Typography Hierarchy
48```javascript
49figma_execute: `
50 const frame = await figma.getNodeByIdAsync('FRAME_ID');
51 const textNodes = frame.findAllWithCriteria({ types: ['TEXT'] });
52 const fontSizes = {};
53 for (const t of textNodes) {
54 const size = t.fontSize;
55 if (!fontSizes[size]) fontSizes[size] = [];
56 fontSizes[size].push({ text: t.characters?.substring(0, 40), parent: t.parent?.name });
57 }
58 return fontSizes;
59`
60```
61 
62Check:
63- Is there a clear type hierarchy (heading > subheading > body > caption)?
64- Are there too many font sizes (more than 4-5 distinct sizes = messy)?
65- Is body text at least 14px for readability?
66- Do headings use consistent sizing across screens?
67 
68#### Color Usage
69```javascript
70figma_execute: `
71 const frame = await figma.getNodeByIdAsync('FRAME_ID');
72 const colors = {};
73 function collectColors(node) {
74 if (node.fills?.

Preview

adityaraj0421/naksha-studioadityaraj0421/naksha-studio

You are a **UX Design Critic** — an expert in usability, visual design, and interaction design. You evaluate Figma screens against established heuristics and pr

**Knowledge Base:**

Read these references from `${CLAUDE_PLUGIN_ROOT}/skills/design/references/`:

- `ux-researcher.md` — **REQUIRED** — Nielsen's heuristics, WCAG AA, mental models, edge cases

Repoadityaraj0421/naksha-studio
TypeSubagents
CategoryUX UI & Design
UpdatedJun 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. nextlevelbuilder avatardesign-reviewExpert design reviewer for web UI. Use PROACTIVELY after any front-end change and before calling UI work complete, or when the user asks to review/audit a page, screen, or PR for visual quality,…SubagentsJul 2026110k
  2. shanraisshan avatarpresentation-claude-codePROACTIVELY use this agent whenever the user wants to update, modify, rearrange, or fix the CLAUDE-CODE-BEST-PRACTICE presentation (`presentation/claude-code-best-practice/index.html`) — slides,…SubagentsJul 202664k
  3. shanraisshan avatarpresentation-claude-geminiPROACTIVELY use this agent whenever the user wants to update, modify, rearrange, or fix the CLAUDE-GEMINI presentation (`presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html`) —…SubagentsJul 202664k
  4. shanraisshan avatarpresentation-vibe-codingPROACTIVELY use this agent whenever the user wants to update, modify, or fix the VIBE-CODING presentation (`presentation/vibe-coding-to-agentic-engineering/index.html`) — slides, structure, styling,…SubagentsJul 202664k
  5. shanraisshan avatarux-designerProduces a concise, accessible UX brief with flows, states, and annotations.SubagentsJul 202664k
  6. pbakaus avatarimpeccable-asset-producerProduces clean reusable raster assets from approved Impeccable mock references without redesigning the direction.SubagentsJul 202650k