[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Aboudjem-color-audit-zh-CN":3,"guides-for-Aboudjem-color-audit":566,"similar-k17f06zww13em2avbhz248f60d86m8fc-zh-CN":567},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":261,"isFallback":251,"parentExtension":267,"providers":317,"relations":321,"repo":322,"tags":564,"workflow":565},1778668208695.1423,"k17f06zww13em2avbhz248f60d86m8fc",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Color-only audit to extract, evaluate, and recommend improvements for the project's color system",{"claudeCode":12},"Aboudjem/ui-ux-suite","Color Audit","https://github.com/Aboudjem/ui-ux-suite",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":243,"workflow":259},1778669948021.7776,"kn742pyzgdd4bv8qtxzckyahms86mn5k","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":204,"practices":208,"prerequisites":213,"promptVersionExtension":215,"promptVersionScoring":216,"purpose":217,"rationale":218,"score":219,"summary":220,"tags":221,"targetMarket":229,"tier":230,"useCases":231,"workflow":236},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of auditing a project's color system and the user intent to extract, evaluate, and improve it.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a data-driven approach to design reviews, moving beyond subjective 'vibes' to concrete data, citing UX laws and providing code fixes, which is a significant value over a generic prompt.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides a complete workflow for color system auditing, from extraction to generation of improved palettes, and is designed for local execution without dependencies, indicating production readiness.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is narrowly focused on auditing and improving a project's color system, aligning with its name and description.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's purpose of performing a color-only audit to extract, evaluate, and recommend improvements for a project's color system.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific tools like `uiux_extract_colors` and `uiux_check_contrast`, which are narrow verb-noun specialists, facilitating precise agent selection.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not appear to have configurable parameters beyond direct invocation arguments or specific command flags mentioned, making a formal reference unnecessary.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The tools are descriptively named, such as `uiux_extract_colors` and `uiux_check_contrast`, clearly indicating their function.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The tools and their expected inputs/outputs are focused on the specific task of color system analysis, with no indication of extraneous data requests or return values.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The project includes a clear MIT license file, which is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on May 13, 2026, which is recent.",{"category":59,"check":63,"severity":46,"summary":64},"Dependency Management","The extension is designed to be zero-dependency for its core functionality, and optional dependencies are clearly marked and managed via npm.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The extension operates locally and does not require or handle secrets, fulfilling the requirement of appropriate measures.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The extension performs static analysis and does not load untrusted external data or execute arbitrary code, mitigating injection risks.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The extension runs locally and does not fetch external code or data at runtime, preventing supply-chain risks.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The extension performs analysis locally within the project directory and does not modify files outside of the specified project scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were detected in the skill's scripts.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The extension operates locally and has no outbound network calls, thus preventing data exfiltration.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and descriptions appear to be free of hidden steering tricks or obfuscation.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The bundled scripts are plain, readable JavaScript, with no obfuscation like base64 payloads or runtime fetched code.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The extension operates on project files via provided paths and does not make assumptions about specific user-specific project structures outside of its input parameters.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 0 open and 0 closed issues in the last 90 days, maintainer engagement is not negatively indicated.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The extension declares a meaningful semver version in its `package.json` and has a `CHANGELOG.md`.",{"category":104,"check":105,"severity":46,"summary":106},"Code Execution","Validation","The skill primarily performs static analysis and does not expose complex command-line interfaces or structured outputs that would necessitate schema-based validation libraries.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The extension is analytical and read-only, performing no destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The extension is designed for local execution and analysis, and its scripts are expected to handle errors gracefully by exiting non-zero with descriptive messages.",{"category":104,"check":114,"severity":46,"summary":115},"Logging","The extension is a local analysis tool, and detailed logging is not a primary requirement for its functionality.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The extension operates locally on project files and does not process personal data, making GDPR compliance not applicable.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The extension performs language-agnostic static analysis of code and design elements, with no regional or jurisdictional limitations.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The extension is written in JavaScript and relies on Node.js, with optional dependencies clearly stated, ensuring cross-platform compatibility.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive, well-structured, and clearly states the extension's purpose and capabilities.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The extension exposes a manageable number of tools and specialized slash commands, fitting within the recommended range.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The tools and commands are distinct and cover specific aspects of color auditing, avoiding near-synonym redundancy.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All features advertised in the README, such as color analysis, contrast checking, and palette generation, have corresponding implementations in the skill's tools and documentation.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions for various environments, including direct CLI usage and integration with IDEs, along with copy-paste examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The extension's design implies that errors will be clearly reported, naming the operation, cause, and remediation steps, as per its workflow description.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The extension declares its Node.js version requirement and uses npm for dependency management, implying pinned dependencies via `package-lock.json`.",{"category":33,"check":151,"severity":46,"summary":152},"Dry-run preview","The extension is purely analytical and performs no state-changing operations or outbound data sending.",{"category":154,"check":155,"severity":46,"summary":156},"Protocol","Idempotent retry & timeouts","The extension is a local analysis tool and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The extension explicitly states that it has no telemetry and operates entirely locally.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined as a color-only audit for extracting, evaluating, and recommending improvements to a project's color system, with clear triggers and an explanation of its flow and output.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and provides relevant trigger phrases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is concise, outlining the flow and delegating deeper material to other files as appropriate, staying well within token limits.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The skill defers extensive material, such as the knowledge base and laws of UX, to separate markdown files, adhering to progressive disclosure.",{"category":170,"check":174,"severity":46,"summary":175},"Forked exploration","This skill performs static analysis and does not involve deep code exploration or research requiring a forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README and SKILL.md provide multiple examples of invocation, including specific slash commands and CLI usage, demonstrating the expected outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill's design implies handling of various project structures and color formats, and its local execution provides clear error reporting for failure modes.",{"category":104,"check":183,"severity":46,"summary":184},"Tool Fallback","The skill does not rely on external MCP servers or custom tools, using only internal logic and standard Node.js modules.",{"category":92,"check":186,"severity":24,"summary":187},"Stack assumptions","The skill explicitly states its Node.js 18+ requirement and is written in JavaScript, making its stack assumptions clear.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The skill performs read-only analysis and is designed to report errors clearly rather than proceeding in an unexpected state.",{"category":92,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The color-audit skill operates independently and does not implicitly rely on other skills within the UI/UX Suite.",1778669947915,"This skill performs a comprehensive, data-driven audit of a project's color system, extracting colors, checking contrast ratios, evaluating harmony and consistency, and generating recommendations for improvement, including light and dark mode palettes. It operates locally with no external dependencies.",[198,199,200,201,202,203],"Color extraction from CSS, JSX, and Tailwind","WCAG and APCA contrast ratio checking","Semantic color role mapping","Harmony, consistency, and coverage analysis","Generation of improved color palettes (light/dark)","Output of color tokens (CSS vars or Tailwind config)",[205,206,207],"Auditing aspects other than the color system (e.g., typography, layout)","Providing subjective design feedback or aesthetic opinions","Modifying project files directly without user interaction",[209,210,211,212],"Color System Auditing","Accessibility Compliance","Design System Maintenance","Automated Code Analysis",[214],"Node.js 18+","3.0.0","4.4.0","To provide developers with an automated, data-driven method for evaluating and enhancing their project's color system, ensuring consistency, accessibility, and aesthetic harmony.","The extension demonstrates exceptional quality across all evaluated aspects, including documentation, security, and practical utility, with no significant findings.",100,"A high-quality, self-contained tool for auditing and improving project color systems with clear documentation and no security concerns.",[222,223,224,225,226,227,228],"design","ui","ux","accessibility","css","javascript","cli","global","verified",[232,233,234,235],"Auditing an existing project's color system for compliance and consistency","Identifying and fixing contrast issues for accessibility","Generating a cohesive and semantically sound color palette","Ensuring a consistent color system across light and dark modes",[237,238,239,240,241,242],"Extract all colors from project files","Map extracted colors to semantic roles","Check contrast ratios for foreground/background pairs","Evaluate color harmony, consistency, and coverage","Generate an improved color system and palettes","Output audit findings and recommendations",{"codeQuality":244,"collectedAt":246,"documentation":247,"maintenance":250,"popularity":254,"security":256,"testCoverage":258},{"hasLockfile":245},false,1778669931158,{"descriptionLength":248,"readmeSize":249},96,23727,{"closedIssues90d":8,"forks":8,"hasChangelog":251,"openIssues90d":8,"pushedAt":252,"stars":253},true,1778653424000,3,{"npmDownloads":255},415,{"hasNpmPackage":251,"license":257,"smitheryVerified":245},"MIT",{"hasCi":251,"hasTests":251},{"updatedAt":260},1778669948021,{"basePath":262,"githubOwner":263,"githubRepo":264,"locale":18,"slug":265,"type":266},"skills/color-audit","Aboudjem","ui-ux-suite","color-audit","skill",{"_creationTime":268,"_id":269,"community":270,"display":271,"identity":275,"parentExtension":278,"providers":306,"relations":313,"tags":314,"workflow":315},1778668208695.1418,"k178zeec8jajqdrczrynw6x3fx86mm8h",{"reviewCount":8},{"description":272,"installMethods":273,"name":274,"sourceUrl":14},"Design audit tool. Scores projects across 12 dimensions: color, typography, accessibility, layout, and more. WCAG, APCA, OKLCH color science. Zero dependencies.",{"claudeCode":264},"UI/UX Suite",{"basePath":276,"githubOwner":263,"githubRepo":264,"locale":18,"slug":264,"type":277},"","plugin",{"_creationTime":279,"_id":280,"community":281,"display":282,"identity":285,"providers":287,"relations":300,"tags":302,"workflow":303},1778668208695.1416,"k173yffm3p65srgn3jqa08tb3586nzes",{"reviewCount":8},{"description":283,"installMethods":284,"name":274,"sourceUrl":14},"Design audit tool for Claude Code — single-plugin marketplace.",{"claudeCode":12},{"basePath":276,"githubOwner":263,"githubRepo":264,"locale":18,"slug":264,"type":286},"marketplace",{"evaluate":288,"extract":294},{"promptVersionExtension":289,"promptVersionScoring":216,"score":290,"tags":291,"targetMarket":229,"tier":230},"3.1.0",98,[222,292,225,223,224,228,293],"audit","mcp",{"commitSha":295,"license":257,"marketplace":296,"plugin":298},"HEAD",{"name":264,"pluginCount":297},1,{"mcpCount":8,"provider":299,"skillCount":8},"classify",{"repoId":301},"kd75532596tdmk72j9k55b0qqn86n5et",[225,292,228,222,293,223,224],{"evaluatedAt":304,"extractAt":305,"updatedAt":304},1778669891210,1778668208695,{"evaluate":307,"extract":310},{"promptVersionExtension":215,"promptVersionScoring":216,"score":290,"tags":308,"targetMarket":229,"tier":230},[222,292,225,224,228,293,309],"typescript",{"commitSha":295,"license":257,"plugin":311},{"mcpCount":8,"provider":299,"skillCount":312},14,{"parentExtensionId":280,"repoId":301},[225,292,228,222,293,309,224],{"evaluatedAt":316,"extractAt":305,"updatedAt":316},1778669914809,{"evaluate":318,"extract":320},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":319,"targetMarket":229,"tier":230},[222,223,224,225,226,227,228],{"commitSha":295,"license":257},{"parentExtensionId":269,"repoId":301},{"_creationTime":323,"_id":301,"identity":324,"providers":325,"workflow":559},1778668201924.7688,{"githubOwner":263,"githubRepo":264,"sourceUrl":14},{"classify":326,"discover":537,"extract":540,"github":541,"npm":558},{"commitSha":295,"extensions":327},[328,341,417,426,431,439,447,455,463,471,479,487,495,503,511,519,527],{"basePath":276,"description":283,"displayName":264,"installMethods":329,"rationale":330,"selectedPaths":331,"source":340,"sourceLanguage":18,"type":286},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[332,335,337],{"path":333,"priority":334},".claude-plugin/marketplace.json","mandatory",{"path":336,"priority":334},"README.md",{"path":338,"priority":339},"LICENSE","high","rule",{"basePath":276,"description":272,"displayName":264,"installMethods":342,"license":257,"rationale":343,"selectedPaths":344,"source":340,"sourceLanguage":18,"type":277},{"claudeCode":264},"plugin manifest at .claude-plugin/plugin.json",[345,347,348,349,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,407,409,411,413,415],{"path":346,"priority":334},".claude-plugin/plugin.json",{"path":336,"priority":334},{"path":338,"priority":339},{"path":350,"priority":351},"skills/a11y-audit/SKILL.md","medium",{"path":353,"priority":351},"skills/color-audit/SKILL.md",{"path":355,"priority":351},"skills/component-audit/SKILL.md",{"path":357,"priority":351},"skills/design-audit/SKILL.md",{"path":359,"priority":351},"skills/design-checklist/SKILL.md",{"path":361,"priority":351},"skills/design-compare/SKILL.md",{"path":363,"priority":351},"skills/design-score/SKILL.md",{"path":365,"priority":351},"skills/design-tokens/SKILL.md",{"path":367,"priority":351},"skills/flow-audit/SKILL.md",{"path":369,"priority":351},"skills/layout-audit/SKILL.md",{"path":371,"priority":351},"skills/refactor-plan/SKILL.md",{"path":373,"priority":351},"skills/style-direction/SKILL.md",{"path":375,"priority":351},"skills/theme-builder/SKILL.md",{"path":377,"priority":351},"skills/type-audit/SKILL.md",{"path":379,"priority":334},".mcp.json",{"path":381,"priority":339},"agents/accessibility-auditor.md",{"path":383,"priority":339},"agents/color-analyst.md",{"path":385,"priority":339},"agents/component-reviewer.md",{"path":387,"priority":339},"agents/design-auditor.md",{"path":389,"priority":339},"agents/interaction-analyst.md",{"path":391,"priority":339},"agents/layout-analyst.md",{"path":393,"priority":339},"agents/performance-ux-analyst.md",{"path":395,"priority":339},"agents/platform-advisor.md",{"path":397,"priority":339},"agents/psychology-analyst.md",{"path":399,"priority":339},"agents/typography-analyst.md",{"path":401,"priority":339},"agents/ux-flow-analyst.md",{"path":403,"priority":339},"agents/visual-style-advisor.md",{"path":405,"priority":406},"bin/ui-ux-suite.js","low",{"path":408,"priority":339},"commands/a11y.md",{"path":410,"priority":339},"commands/audit.md",{"path":412,"priority":339},"commands/colors.md",{"path":414,"priority":339},"commands/components.md",{"path":416,"priority":339},"commands/typography.md",{"basePath":418,"description":419,"displayName":420,"installMethods":421,"rationale":422,"selectedPaths":423,"source":340,"sourceLanguage":18,"type":266},"skills/a11y-audit","Accessibility audit covering WCAG 2.2, contrast, focus, keyboard, screen reader, touch targets","a11y-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/a11y-audit/SKILL.md",[424],{"path":425,"priority":334},"SKILL.md",{"basePath":262,"description":10,"displayName":265,"installMethods":427,"rationale":428,"selectedPaths":429,"source":340,"sourceLanguage":18,"type":266},{"claudeCode":12},"SKILL.md frontmatter at skills/color-audit/SKILL.md",[430],{"path":425,"priority":334},{"basePath":432,"description":433,"displayName":434,"installMethods":435,"rationale":436,"selectedPaths":437,"source":340,"sourceLanguage":18,"type":266},"skills/component-audit","Component consistency audit covering state coverage, hierarchy, patterns","component-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/component-audit/SKILL.md",[438],{"path":425,"priority":334},{"basePath":440,"description":441,"displayName":442,"installMethods":443,"rationale":444,"selectedPaths":445,"source":340,"sourceLanguage":18,"type":266},"skills/design-audit","Full project design audit that orchestrates all agents, scores across 12 dimensions, generates prioritized action plan","design-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/design-audit/SKILL.md",[446],{"path":425,"priority":334},{"basePath":448,"description":449,"displayName":450,"installMethods":451,"rationale":452,"selectedPaths":453,"source":340,"sourceLanguage":18,"type":266},"skills/design-checklist","Interactive pre-launch design quality checklist","design-checklist",{"claudeCode":12},"SKILL.md frontmatter at skills/design-checklist/SKILL.md",[454],{"path":425,"priority":334},{"basePath":456,"description":457,"displayName":458,"installMethods":459,"rationale":460,"selectedPaths":461,"source":340,"sourceLanguage":18,"type":266},"skills/design-compare","Compare current design against a reference or competitor","design-compare",{"claudeCode":12},"SKILL.md frontmatter at skills/design-compare/SKILL.md",[462],{"path":425,"priority":334},{"basePath":464,"description":465,"displayName":466,"installMethods":467,"rationale":468,"selectedPaths":469,"source":340,"sourceLanguage":18,"type":266},"skills/design-score","Quick design score card covering 12 dimensions, top 5 improvements, under 2 minutes","design-score",{"claudeCode":12},"SKILL.md frontmatter at skills/design-score/SKILL.md",[470],{"path":425,"priority":334},{"basePath":472,"description":473,"displayName":474,"installMethods":475,"rationale":476,"selectedPaths":477,"source":340,"sourceLanguage":18,"type":266},"skills/design-tokens","Generate or improve a complete design token system covering color, typography, spacing, radius, shadows, motion","design-tokens",{"claudeCode":12},"SKILL.md frontmatter at skills/design-tokens/SKILL.md",[478],{"path":425,"priority":334},{"basePath":480,"description":481,"displayName":482,"installMethods":483,"rationale":484,"selectedPaths":485,"source":340,"sourceLanguage":18,"type":266},"skills/flow-audit","User flow and navigation audit covering information architecture, onboarding, error states","flow-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/flow-audit/SKILL.md",[486],{"path":425,"priority":334},{"basePath":488,"description":489,"displayName":490,"installMethods":491,"rationale":492,"selectedPaths":493,"source":340,"sourceLanguage":18,"type":266},"skills/layout-audit","Layout and spacing audit covering grid, spacing consistency, density, responsive behavior","layout-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/layout-audit/SKILL.md",[494],{"path":425,"priority":334},{"basePath":496,"description":497,"displayName":498,"installMethods":499,"rationale":500,"selectedPaths":501,"source":340,"sourceLanguage":18,"type":266},"skills/refactor-plan","Prioritized redesign action plan covering quick wins, medium effort, major rework","refactor-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/refactor-plan/SKILL.md",[502],{"path":425,"priority":334},{"basePath":504,"description":505,"displayName":506,"installMethods":507,"rationale":508,"selectedPaths":509,"source":340,"sourceLanguage":18,"type":266},"skills/style-direction","Visual style direction recommendation with current style analysis + top 3 directions with implementation guidance","style-direction",{"claudeCode":12},"SKILL.md frontmatter at skills/style-direction/SKILL.md",[510],{"path":425,"priority":334},{"basePath":512,"description":513,"displayName":514,"installMethods":515,"rationale":516,"selectedPaths":517,"source":340,"sourceLanguage":18,"type":266},"skills/theme-builder","Build light/dark theme from scratch or improve existing. Complete surface, text, and interactive color system","theme-builder",{"claudeCode":12},"SKILL.md frontmatter at skills/theme-builder/SKILL.md",[518],{"path":425,"priority":334},{"basePath":520,"description":521,"displayName":522,"installMethods":523,"rationale":524,"selectedPaths":525,"source":340,"sourceLanguage":18,"type":266},"skills/type-audit","Typography-only audit covering font selection, type scale, readability, hierarchy, performance","type-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/type-audit/SKILL.md",[526],{"path":425,"priority":334},{"basePath":276,"description":528,"displayName":264,"installMethods":529,"license":257,"rationale":530,"selectedPaths":531,"source":340,"sourceLanguage":18,"type":228},"UI/UX design audit tool for Claude Code. Scores projects across 12 dimensions: color contrast, typography, accessibility, layout, and more. WCAG 2.1, APCA, and OKLCH color science. Zero dependencies.",{"npm":264},"cli ecosystem detected at /",[532,534,535,536],{"path":533,"priority":334},"package.json",{"path":336,"priority":334},{"path":338,"priority":339},{"path":405,"priority":351},{"sources":538},[539],"manual",{"npmPackage":264},{"closedIssues90d":8,"description":542,"forks":8,"license":257,"openIssues90d":8,"pushedAt":252,"readmeSize":249,"stars":253,"topics":543},"Design audit for Claude Code. Scores UI/UX across 12 dimensions grounded in 24 named UX laws with primary-source citations. WCAG + APCA + OKLCH. Zero dependencies.",[225,544,545,226,442,546,547,548,549,550,551,552,553,554,555,474,293,556,557],"claude-code","claude-code-plugin","design-system","tailwind","ui-ux","a11y","color-contrast","developer-tools","typography","wcag","claude","apca","oklch","laws-of-ux",{"downloads":255},{"classifiedAt":560,"discoverAt":561,"extractAt":562,"githubAt":562,"npmAt":563,"updatedAt":560},1778669872552,1778668201924,1778669869497,1778669871418,[225,228,226,222,227,223,224],{"evaluatedAt":260,"extractAt":305,"updatedAt":260},[],[568,599,628,645,671,687],{"_creationTime":569,"_id":570,"community":571,"display":572,"identity":578,"providers":583,"relations":591,"tags":594,"workflow":595},1778695388074.6326,"k17em3wfj3pvgvhb6yrre3458586mdsa",{"reviewCount":8},{"description":573,"installMethods":574,"name":576,"sourceUrl":577},"当用户希望设计、重新设计、塑造、批评、审计、打磨、澄清、提炼、加固、优化、改编、动画化、着色、提取或以其他方式改进前端界面时使用。涵盖网站、登陆页面、仪表板、产品 UI、应用外壳、组件、表单、设置、入职流程和空状态。处理用户体验审查、视觉层次、信息架构、认知负荷、可访问性、性能、响应行为、主题化、反模式、排版、字体、间距、布局、对齐、颜色、动效、微交互、UX 文案、错误状态、边缘情况、i18n 以及可复用的设计系统或令牌。也适用于需要从平淡变得更大胆或更令人愉悦的设计，需要变得更安静的醒目设计，对 UI 元素的实时浏览器迭代，或应该感觉技术上非凡的雄心勃勃的视觉效果。不适用于仅限后端或非 UI 任务。",{"claudeCode":575},"pbakaus/impeccable","Impeccable","https://github.com/pbakaus/impeccable",{"basePath":579,"githubOwner":580,"githubRepo":581,"locale":582,"slug":581,"type":266},".claude/skills/impeccable","pbakaus","impeccable","zh-CN",{"evaluate":584,"extract":589},{"promptVersionExtension":215,"promptVersionScoring":216,"score":585,"tags":586,"targetMarket":229,"tier":230},99,[587,222,224,223,551,226,588],"frontend","code-quality",{"commitSha":295,"license":590},"Apache-2.0",{"repoId":592,"translatedFrom":593},"kd759gd4rahj1hshy9e4apdb2n86n1aw","k170zjvtqe5mj6e7r14gtcspgn86mssv",[588,226,222,551,587,223,224],{"evaluatedAt":596,"extractAt":597,"updatedAt":598},1778695341594,1778695298619,1778695388074,{"_creationTime":600,"_id":601,"community":602,"display":603,"identity":609,"providers":613,"relations":620,"tags":623,"workflow":624},1778690960658.2449,"k1797348s123v5gawfhh8z1qx986n9xm",{"reviewCount":8},{"description":604,"installMethods":605,"name":607,"sourceUrl":608},"在 Tailwind CSS 项目中验证动画持续时间，强制执行排版比例，检查组件可访问性，并防止布局反模式。适用于构建 UI 组件、审查 CSS 工具类、 styling React 视图或强制执行设计一致性。",{"claudeCode":606},"ibelick/ui-skills","baseline-ui","https://github.com/ibelick/ui-skills",{"basePath":610,"githubOwner":611,"githubRepo":612,"locale":582,"slug":607,"type":266},"skills/baseline-ui","ibelick","ui-skills",{"evaluate":614,"extract":619},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":615,"targetMarket":229,"tier":230},[547,226,223,616,225,617,618],"development","animation","linting",{"commitSha":295},{"repoId":621,"translatedFrom":622},"kd71ksb69rw62v9tywwpzjky0986mzmb","k17evpm7da6we8kaszydc65rg586manm",[225,617,226,616,618,547,223],{"evaluatedAt":625,"extractAt":626,"updatedAt":627},1778690881357,1778690863881,1778690960658,{"_creationTime":629,"_id":630,"community":631,"display":632,"identity":635,"providers":636,"relations":641,"tags":642,"workflow":643},1778668208695.1453,"k176sf1kx7rrk3aq3ywq0dfdrs86mwp1",{"reviewCount":8},{"description":521,"installMethods":633,"name":634,"sourceUrl":14},{"claudeCode":12},"Type Audit",{"basePath":520,"githubOwner":263,"githubRepo":264,"locale":18,"slug":522,"type":266},{"evaluate":637,"extract":640},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":638,"targetMarket":229,"tier":230},[222,224,552,292,226,639,587],"web-development",{"commitSha":295,"license":257},{"parentExtensionId":269,"repoId":301},[292,226,222,587,552,224,639],{"evaluatedAt":644,"extractAt":305,"updatedAt":644},1778670163933,{"_creationTime":646,"_id":647,"community":648,"display":649,"identity":655,"providers":659,"relations":664,"tags":667,"workflow":668},1778685949178.8186,"k178qvcsn3pvtpahsgkkr919h186ncdr",{"reviewCount":8},{"description":650,"installMethods":651,"name":653,"sourceUrl":654},"Design and build native-feeling macOS application UIs. Use this skill whenever the user asks to create a desktop app, macOS app, Mac-style interface, Apple-style UI, system utility, or anything that should look and feel like a native Mac application. Also trigger when users mention \"native feel\", \"desktop app design\", \"Apple design patterns\", \"sidebar layout\", \"traffic lights\", or want to build tools/utilities that feel like they belong on macOS. This skill covers layout, composition, interaction patterns, animations, light/dark mode, and all the subtle details that make an app feel like Apple built it.",{"claudeCode":652},"davepoon/buildwithclaude","macos-design","https://github.com/davepoon/buildwithclaude",{"basePath":656,"githubOwner":657,"githubRepo":658,"locale":18,"slug":653,"type":266},"plugins/all-skills/skills/macos-design","davepoon","buildwithclaude",{"evaluate":660,"extract":663},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":661,"targetMarket":229,"tier":230},[662,223,222,551,224],"macos",{"commitSha":295},{"parentExtensionId":665,"repoId":666},"k1779wwzgaaxeqtvembbktrb1d86n4tf","kd719kw54vhmcscq7ckdp59fg586mnt6",[222,551,662,223,224],{"evaluatedAt":669,"extractAt":670,"updatedAt":669},1778690566861,1778685949178,{"_creationTime":672,"_id":673,"community":674,"display":675,"identity":677,"providers":678,"relations":683,"tags":684,"workflow":685},1778668208695.1426,"k177xnn65jm40ksxjy30q34rmh86mah9",{"reviewCount":8},{"description":433,"installMethods":676,"name":434,"sourceUrl":14},{"claudeCode":12},{"basePath":432,"githubOwner":263,"githubRepo":264,"locale":18,"slug":434,"type":266},{"evaluate":679,"extract":682},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":680,"targetMarket":229,"tier":230},[223,224,222,292,681,587],"components",{"commitSha":295},{"parentExtensionId":269,"repoId":301},[292,681,222,587,223,224],{"evaluatedAt":686,"extractAt":305,"updatedAt":686},1778669970573,{"_creationTime":688,"_id":689,"community":690,"display":691,"identity":697,"providers":701,"relations":707,"tags":710,"workflow":711},1778695548458.3936,"k171ffwgk4wch3a22a19tpjwrd86m641",{"reviewCount":8},{"description":692,"installMethods":693,"name":695,"sourceUrl":696},"Review user experience and interface design using Nielsen's heuristics, WCAG 2.1 accessibility guidelines, keyboard and screen reader audit, user flow analysis, cognitive load assessment, and form usability evaluation. Use when conducting a usability review before release, assessing WCAG 2.1 accessibility compliance, evaluating user flows for efficiency, reviewing form design, or performing a heuristic evaluation of an existing interface.\n",{"claudeCode":694},"pjt222/agent-almanac","review-ux-ui","https://github.com/pjt222/agent-almanac",{"basePath":698,"githubOwner":699,"githubRepo":700,"locale":18,"slug":695,"type":266},"skills/review-ux-ui","pjt222","agent-almanac",{"evaluate":702,"extract":706},{"promptVersionExtension":215,"promptVersionScoring":216,"score":585,"tags":703,"targetMarket":229,"tier":230},[224,223,225,553,704,705],"heuristics","usability",{"commitSha":295},{"parentExtensionId":708,"repoId":709},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[225,704,223,705,224,553],{"evaluatedAt":712,"extractAt":713,"updatedAt":712},1778700881362,1778695548458]