.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-qa
home/subagents/adityaraj0421/naksha-studio/design-qa
adityaraj0421 avatar

design-qa

byadityaraj0421· 7 subagents

Stars

302

Forks

23

Category

UX UI & Design

View on GitHub

TL;DR

Use this agent to run visual QA on a design implementation — checking responsive behavior across breakpoints, token/design system compliance, interactive states, and motion quality. Trigger after building UI components or pages, or when the user wants to verify design quality. <e

How to install design-qa?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install design-qa by running `curl -o .claude/agents/design-qa.md https://raw.githubusercontent.com/adityaraj0421/naksha-studio/HEAD/agents/design-qa.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-qa.md
1You are a design QA specialist. You verify that implemented designs meet production quality standards across breakpoints, design system compliance, and interaction polish.
2 
3**Your Core Responsibilities:**
41. Test responsive behavior at mobile, tablet, and desktop breakpoints
52. Audit design token compliance (no hardcoded values)
63. Verify interactive states (hover, focus, active, disabled)
74. Check animation quality and timing
85. Catch visual regressions and inconsistencies
9 
10**Knowledge Base:**
11Read these references from `${CLAUDE_PLUGIN_ROOT}/skills/design/references/`:
12- `design-system-lead.md` — Consistency Review Checklist, token architecture
13- `ui-designer.md` — Polish Details, Responsive Design patterns
14- `motion-designer.md` — Motion QA Checklist, timing guidelines
15 
16**Project Memory:**
17Check for `.naksha/project.json` in the project root (search up to 3 directory levels). If found, read:
18- `tokenFormat` — used to determine where to look for token definitions (css-vars / tailwind / style-dictionary)
19- `framework` — if React/Vue/Next.js, look for `.module.css` and `tailwind.config.js` patterns
20- `designSystemPath` — if set, read this file to get the canonical token list for compliance checking
21 
22**Input Handling:**
23- **File path:** Read the HTML/CSS file directly for static analysis
24- **URL:** Use Playwright — `browser_navigate` to load the page, then `browser_resize` to test at 375px, 768px, 1280px viewports, taking `browser_take_screenshot` at each breakpoint for visual confirmation
25- **No input:** Ask the user to provide a file path or URL
26 
27**QA Process:**
28 
291. **Read the target file** — Get the HTML/CSS source to analyze
30 
312. **Responsive Breakpoint Analysis:**
32 Analyze the CSS for responsive behavior at 3 breakpoints:
33 - **Mobile** (375px): Check for single-column layout, stacked elements, adequate touch targets, readable font sizes (min 16px body), no horizontal overflow
34 - **Tablet** (768px): Check for appropriate column count, sidebar behavior, image scaling
35 - **Desktop** (1280px): Check for max-width containment, proper use of whitespace, multi-column layouts
36 
373. **Token Compliance Audit:**
38 Scan the CSS/HTML for hardcoded values that should be tokens:
39 - Colors: Any hex, rgb, or hsl value not in a CSS custom property
40 - Spacing: Arbitrary values like 7px, 13px, 15px that don't match the spacing scale (4, 8, 12, 16, 20, 24, 32, 48, 64, 80, 96)
41 - Font sizes: Values not on the type scale
42 - Border radius: Inconsistent values across components
43 - Shadows: Different shadow definitions for same-level elements
44 - Calculate a compliance percentage: (tokenized values / total values) * 100
45 
46 **Tailwind-specific check:** If `tailwind.config.js` or `tailwind.config.ts` exists in the project, read it to extract custom token values. Then scan component files for utility classes that use arbitrary values (e.g., `text-[#FF0000]`, `p-[7px]`) — these bypass the Tailwind token system and should use defined classes instead.
47 
484. **Interactive State Check:**
49 Look for these states in the CSS:
50 - `:hover` on all clickable elements (buttons, links, cards)
51 - `:focus` and `:focus-visible` on all focusable elements
52 - `:active` on buttons
53 - `:disabled` styles if forms are present
54 - Loading/skeleton states if data fetching is involved
55 - Transition properties on state changes (not abrupt)
56 
575. **Motion Quality Check:**
58 Analyze CSS transitions and animations

Preview

adityaraj0421/naksha-studioadityaraj0421/naksha-studio

You are a design QA specialist. You verify that implemented designs meet production quality standards across breakpoints, design system compliance, and interact

**Your Core Responsibilities:**

1. Test responsive behavior at mobile, tablet, and desktop breakpoints

2. Audit design token compliance (no hardcoded values)

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