[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Aboudjem-design-checklist-de":3,"guides-for-Aboudjem-design-checklist":551,"similar-k174h8csn5mg8exd7eegffa6xh86nvgz-de":552},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":245,"isFallback":235,"parentExtension":250,"providers":301,"relations":305,"repo":306,"tags":549,"workflow":550},1778668208695.143,"k174h8csn5mg8exd7eegffa6xh86nvgz",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Interactive pre-launch design quality checklist",{"claudeCode":12},"Aboudjem/ui-ux-suite","design-checklist","https://github.com/Aboudjem/ui-ux-suite",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":243},1778670002077.8389,"kn7fwp4392swg4a3zj8a5k5ew186m78d","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":220,"tier":221,"useCases":222},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,112,115,119,122,125,128,131,134,137,141,145,149,152,156,159,162,165,168,172,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the extension addresses the problem of turning subjective design reviews into objective data, focusing on pre-launch design quality.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers significant value beyond a simple prompt by providing automated, data-driven design quality scoring based on established UX laws and metrics, with code-based fixes.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension is production-ready, offering a complete lifecycle from static analysis to optional deep-mode accessibility checks, and works locally with no dependencies or API keys.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on design quality auditing and provides related utility functions (like palette generation), maintaining a coherent scope.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately reflects the extension's capability to perform an interactive pre-launch design quality checklist.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The extension exposes numerous specific, narrow tools (e.g., `uiux_extract_colors`, `uiux_check_contrast`) rather than a single generalist execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The README provides clear installation instructions, command-line usage, and details on optional dependencies for deep mode, with no implicit parameters mentioned.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tools are descriptively named (e.g., `uiux_audit_run`, `uiux_extract_colors`) and follow consistent naming conventions.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters are well-defined flags or structured arguments, and output is documented as structured data or reports, avoiding unnecessary diagnostic dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, clearly indicated in the LICENSE file and badges, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-13, indicating recent maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The extension is designed to have zero runtime dependencies and lists optional development dependencies clearly, with no signs of unmanaged third-party libraries.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The extension operates locally with no network calls or secrets management, making secret handling not applicable.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The extension performs static analysis locally and does not load or execute external third-party data or code at runtime.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The extension runs locally and has no runtime dependencies or network calls that could introduce supply-chain risks.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","All operations are confined to the local project directory and the extension's own scope, with no filesystem writes outside these boundaries.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached processes or retry loops around denied calls were observed; the extension's execution is self-contained.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension explicitly states that all analysis runs locally with no network calls, preventing data exfiltration.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content and descriptions are free of hidden text tricks, invisible characters, or other obfuscation methods.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The bundled JavaScript code is plain and readable, with no evidence of obfuscation, base64 payloads, or runtime code fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The extension makes no assumptions about the user's project structure beyond what's necessary for standard web project analysis, and it handles absence of certain files gracefully.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 0 open and 0 closed issues in the last 90 days, the maintainer engagement is not directly measurable but the project appears well-maintained and stable.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","A meaningful semver version is declared in the SKILL.md frontmatter and npm package, and installation instructions are versioned.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","While a schema validation library isn't explicitly called out, the tool's inputs and outputs appear well-defined and structured, implying robust internal validation.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The extension is purely analytical and read-only, performing no destructive operations.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The extension is designed for local execution and does not present complex error paths; it is expected to fail gracefully if local conditions are not met.",{"category":103,"check":113,"severity":24,"summary":114},"Logging","As a local, non-destructive tool, explicit audit logging is not required and not implemented, aligning with its read-only nature.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","The extension analyzes local code and does not process or transmit any personal data.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The extension's functionality is universal for web development projects and has no regional or jurisdictional limitations.",{"category":91,"check":123,"severity":24,"summary":124},"Runtime stability","The extension is built with vanilla JS and explicitly states Node.js 18+ requirement, ensuring broad POSIX compatibility with no OS-specific assumptions.",{"category":44,"check":126,"severity":24,"summary":127},"README","The README is comprehensive, well-structured, and clearly states the extension's purpose and value proposition.",{"category":33,"check":129,"severity":24,"summary":130},"Tool surface size","The extension exposes a focused set of 15 MCP tools, which is within the recommended range for maintainability and clarity.",{"category":40,"check":132,"severity":24,"summary":133},"Overlapping near-synonym tools","The exposed tools are distinct and cover specific functions, avoiding redundant near-synonym names.",{"category":44,"check":135,"severity":24,"summary":136},"Phantom features","All features advertised in the README, including specific audit dimensions and tools, have corresponding implementations and documented capabilities.",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for various environments, including Claude Code and local npm installs.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","While specific error paths are not detailed, the extension's local nature and clear requirements suggest graceful failure and informative messages for local setup issues.",{"category":146,"check":147,"severity":24,"summary":148},"Execution","Pinned dependencies","The extension is zero-dep for runtime and clearly states Node.js 18+ requirement; optional development dependencies would typically be managed by npm/yarn lockfiles.",{"category":33,"check":150,"severity":24,"summary":151},"Dry-run preview","The extension is purely analytical and does not perform any state-changing operations or outbound data sending, making a dry-run feature not applicable.",{"category":153,"check":154,"severity":24,"summary":155},"Protocol","Idempotent retry & timeouts","The extension operates locally and synchronously, with no remote calls or state-changing operations that would require idempotency or timeouts.",{"category":116,"check":157,"severity":24,"summary":158},"Telemetry opt-in","The extension explicitly states that all analysis runs locally with no telemetry collection, fulfilling the opt-in requirement by default.",{"category":40,"check":160,"severity":24,"summary":161},"Precise Purpose","The description clearly defines the artifact (design quality) and the user intent (pre-launch audit), providing specific triggers and boundaries.",{"category":40,"check":163,"severity":24,"summary":164},"Concise Frontmatter","The frontmatter is dense and provides a concise summary of the core capability, directly followed by trigger phrases.",{"category":44,"check":166,"severity":24,"summary":167},"Concise Body","The SKILL.md content is concise, with deeper material like laws of UX and evidence deferred to separate knowledge files.",{"category":169,"check":170,"severity":24,"summary":171},"Context","Progressive Disclosure","The skill uses progressive disclosure, embedding core logic in SKILL.md and referencing detailed knowledge and evidence bases in separate markdown files.",{"category":169,"check":173,"severity":174,"summary":175},"Forked exploration","not_applicable","The extension performs static analysis and does not involve deep exploration or code review that would necessitate forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides clear examples for command-line usage and slash commands, demonstrating invocation and expected outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The extension handles common edge cases like different frameworks and styling libraries, and its local nature implies graceful failure for missing dependencies.",{"category":103,"check":183,"severity":174,"summary":184},"Tool Fallback","The extension does not rely on external MCP servers or tools, operating standalone.",{"category":91,"check":186,"severity":24,"summary":187},"Stack assumptions","The extension declares its Node.js 18+ requirement and its ability to work with various frontend frameworks and styling libraries.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The extension operates on project files and is designed to analyze existing states; it does not perform destructive actions and would likely halt gracefully if prerequisites like Node.js are unmet.",{"category":91,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills, with cross-linking to related concepts (like the 10x marketplace) being explicit.",1778670001908,"This tool performs a comprehensive, automated audit of web project design quality, analyzing CSS, JSX, and configurations against 12 weighted dimensions based on UX laws and best practices. It runs locally with zero dependencies and provides actionable code fixes.",[198,199,200,201,202],"Automated design quality auditing","12 weighted dimensions scoring","Cites 24 UX laws and academic research","Provides code-based fixes and recommendations","Works locally with zero dependencies",[204,205,206],"Performing functional testing of components","Replacing manual UX research or user testing","Generating full design mockups from scratch","3.0.0","4.4.0","To objectively measure and improve design quality in web projects before launch by providing data-driven insights and actionable recommendations.","The extension is exceptionally well-documented, thoroughly evaluated, and has a clear, focused purpose with no critical or warning findings. Its local-only operation and comprehensive README contribute to a high trust score.",98,"A high-quality, well-documented CLI tool for automated design quality auditing.",[214,215,216,217,218,219],"design","ux","checklist","frontend","cli","quality","global","verified",[223,224,225,226],"Pre-launch design quality review","Tracking design quality over time","Ensuring accessibility and consistency","Standardizing design practices across teams",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"popularity":238,"security":240,"testCoverage":242},{"hasLockfile":229},false,1778669987883,{"descriptionLength":232,"readmeSize":233},47,23727,{"closedIssues90d":8,"forks":8,"hasChangelog":235,"openIssues90d":8,"pushedAt":236,"stars":237},true,1778653424000,3,{"npmDownloads":239},415,{"hasNpmPackage":235,"license":241,"smitheryVerified":229},"MIT",{"hasCi":235,"hasTests":235},{"updatedAt":244},1778670002077,{"basePath":246,"githubOwner":247,"githubRepo":248,"locale":18,"slug":13,"type":249},"skills/design-checklist","Aboudjem","ui-ux-suite","skill",{"_creationTime":251,"_id":252,"community":253,"display":254,"identity":258,"parentExtension":261,"providers":290,"relations":297,"tags":298,"workflow":299},1778668208695.1418,"k178zeec8jajqdrczrynw6x3fx86mm8h",{"reviewCount":8},{"description":255,"installMethods":256,"name":257,"sourceUrl":14},"Design audit tool. Scores projects across 12 dimensions: color, typography, accessibility, layout, and more. WCAG, APCA, OKLCH color science. Zero dependencies.",{"claudeCode":248},"UI/UX Suite",{"basePath":259,"githubOwner":247,"githubRepo":248,"locale":18,"slug":248,"type":260},"","plugin",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":268,"providers":270,"relations":284,"tags":286,"workflow":287},1778668208695.1416,"k173yffm3p65srgn3jqa08tb3586nzes",{"reviewCount":8},{"description":266,"installMethods":267,"name":257,"sourceUrl":14},"Design audit tool for Claude Code — single-plugin marketplace.",{"claudeCode":12},{"basePath":259,"githubOwner":247,"githubRepo":248,"locale":18,"slug":248,"type":269},"marketplace",{"evaluate":271,"extract":278},{"promptVersionExtension":272,"promptVersionScoring":208,"score":211,"tags":273,"targetMarket":220,"tier":221},"3.1.0",[214,274,275,276,215,218,277],"audit","accessibility","ui","mcp",{"commitSha":279,"license":241,"marketplace":280,"plugin":282},"HEAD",{"name":248,"pluginCount":281},1,{"mcpCount":8,"provider":283,"skillCount":8},"classify",{"repoId":285},"kd75532596tdmk72j9k55b0qqn86n5et",[275,274,218,214,277,276,215],{"evaluatedAt":288,"extractAt":289,"updatedAt":288},1778669891210,1778668208695,{"evaluate":291,"extract":294},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":292,"targetMarket":220,"tier":221},[214,274,275,215,218,277,293],"typescript",{"commitSha":279,"license":241,"plugin":295},{"mcpCount":8,"provider":283,"skillCount":296},14,{"parentExtensionId":263,"repoId":285},[275,274,218,214,277,293,215],{"evaluatedAt":300,"extractAt":289,"updatedAt":300},1778669914809,{"evaluate":302,"extract":304},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":303,"targetMarket":220,"tier":221},[214,215,216,217,218,219],{"commitSha":279,"license":241},{"parentExtensionId":252,"repoId":285},{"_creationTime":307,"_id":285,"identity":308,"providers":309,"workflow":544},1778668201924.7688,{"githubOwner":247,"githubRepo":248,"sourceUrl":14},{"classify":310,"discover":521,"extract":524,"github":525,"npm":543},{"commitSha":279,"extensions":311},[312,325,401,410,418,426,434,439,447,455,463,471,479,487,495,503,511],{"basePath":259,"description":266,"displayName":248,"installMethods":313,"rationale":314,"selectedPaths":315,"source":324,"sourceLanguage":18,"type":269},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[316,319,321],{"path":317,"priority":318},".claude-plugin/marketplace.json","mandatory",{"path":320,"priority":318},"README.md",{"path":322,"priority":323},"LICENSE","high","rule",{"basePath":259,"description":255,"displayName":248,"installMethods":326,"license":241,"rationale":327,"selectedPaths":328,"source":324,"sourceLanguage":18,"type":260},{"claudeCode":248},"plugin manifest at .claude-plugin/plugin.json",[329,331,332,333,336,338,340,342,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,391,393,395,397,399],{"path":330,"priority":318},".claude-plugin/plugin.json",{"path":320,"priority":318},{"path":322,"priority":323},{"path":334,"priority":335},"skills/a11y-audit/SKILL.md","medium",{"path":337,"priority":335},"skills/color-audit/SKILL.md",{"path":339,"priority":335},"skills/component-audit/SKILL.md",{"path":341,"priority":335},"skills/design-audit/SKILL.md",{"path":343,"priority":335},"skills/design-checklist/SKILL.md",{"path":345,"priority":335},"skills/design-compare/SKILL.md",{"path":347,"priority":335},"skills/design-score/SKILL.md",{"path":349,"priority":335},"skills/design-tokens/SKILL.md",{"path":351,"priority":335},"skills/flow-audit/SKILL.md",{"path":353,"priority":335},"skills/layout-audit/SKILL.md",{"path":355,"priority":335},"skills/refactor-plan/SKILL.md",{"path":357,"priority":335},"skills/style-direction/SKILL.md",{"path":359,"priority":335},"skills/theme-builder/SKILL.md",{"path":361,"priority":335},"skills/type-audit/SKILL.md",{"path":363,"priority":318},".mcp.json",{"path":365,"priority":323},"agents/accessibility-auditor.md",{"path":367,"priority":323},"agents/color-analyst.md",{"path":369,"priority":323},"agents/component-reviewer.md",{"path":371,"priority":323},"agents/design-auditor.md",{"path":373,"priority":323},"agents/interaction-analyst.md",{"path":375,"priority":323},"agents/layout-analyst.md",{"path":377,"priority":323},"agents/performance-ux-analyst.md",{"path":379,"priority":323},"agents/platform-advisor.md",{"path":381,"priority":323},"agents/psychology-analyst.md",{"path":383,"priority":323},"agents/typography-analyst.md",{"path":385,"priority":323},"agents/ux-flow-analyst.md",{"path":387,"priority":323},"agents/visual-style-advisor.md",{"path":389,"priority":390},"bin/ui-ux-suite.js","low",{"path":392,"priority":323},"commands/a11y.md",{"path":394,"priority":323},"commands/audit.md",{"path":396,"priority":323},"commands/colors.md",{"path":398,"priority":323},"commands/components.md",{"path":400,"priority":323},"commands/typography.md",{"basePath":402,"description":403,"displayName":404,"installMethods":405,"rationale":406,"selectedPaths":407,"source":324,"sourceLanguage":18,"type":249},"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",[408],{"path":409,"priority":318},"SKILL.md",{"basePath":411,"description":412,"displayName":413,"installMethods":414,"rationale":415,"selectedPaths":416,"source":324,"sourceLanguage":18,"type":249},"skills/color-audit","Color-only audit to extract, evaluate, and recommend improvements for the project's color system","color-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/color-audit/SKILL.md",[417],{"path":409,"priority":318},{"basePath":419,"description":420,"displayName":421,"installMethods":422,"rationale":423,"selectedPaths":424,"source":324,"sourceLanguage":18,"type":249},"skills/component-audit","Component consistency audit covering state coverage, hierarchy, patterns","component-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/component-audit/SKILL.md",[425],{"path":409,"priority":318},{"basePath":427,"description":428,"displayName":429,"installMethods":430,"rationale":431,"selectedPaths":432,"source":324,"sourceLanguage":18,"type":249},"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",[433],{"path":409,"priority":318},{"basePath":246,"description":10,"displayName":13,"installMethods":435,"rationale":436,"selectedPaths":437,"source":324,"sourceLanguage":18,"type":249},{"claudeCode":12},"SKILL.md frontmatter at skills/design-checklist/SKILL.md",[438],{"path":409,"priority":318},{"basePath":440,"description":441,"displayName":442,"installMethods":443,"rationale":444,"selectedPaths":445,"source":324,"sourceLanguage":18,"type":249},"skills/design-compare","Compare current design against a reference or competitor","design-compare",{"claudeCode":12},"SKILL.md frontmatter at skills/design-compare/SKILL.md",[446],{"path":409,"priority":318},{"basePath":448,"description":449,"displayName":450,"installMethods":451,"rationale":452,"selectedPaths":453,"source":324,"sourceLanguage":18,"type":249},"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",[454],{"path":409,"priority":318},{"basePath":456,"description":457,"displayName":458,"installMethods":459,"rationale":460,"selectedPaths":461,"source":324,"sourceLanguage":18,"type":249},"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",[462],{"path":409,"priority":318},{"basePath":464,"description":465,"displayName":466,"installMethods":467,"rationale":468,"selectedPaths":469,"source":324,"sourceLanguage":18,"type":249},"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",[470],{"path":409,"priority":318},{"basePath":472,"description":473,"displayName":474,"installMethods":475,"rationale":476,"selectedPaths":477,"source":324,"sourceLanguage":18,"type":249},"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",[478],{"path":409,"priority":318},{"basePath":480,"description":481,"displayName":482,"installMethods":483,"rationale":484,"selectedPaths":485,"source":324,"sourceLanguage":18,"type":249},"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",[486],{"path":409,"priority":318},{"basePath":488,"description":489,"displayName":490,"installMethods":491,"rationale":492,"selectedPaths":493,"source":324,"sourceLanguage":18,"type":249},"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",[494],{"path":409,"priority":318},{"basePath":496,"description":497,"displayName":498,"installMethods":499,"rationale":500,"selectedPaths":501,"source":324,"sourceLanguage":18,"type":249},"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",[502],{"path":409,"priority":318},{"basePath":504,"description":505,"displayName":506,"installMethods":507,"rationale":508,"selectedPaths":509,"source":324,"sourceLanguage":18,"type":249},"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",[510],{"path":409,"priority":318},{"basePath":259,"description":512,"displayName":248,"installMethods":513,"license":241,"rationale":514,"selectedPaths":515,"source":324,"sourceLanguage":18,"type":218},"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":248},"cli ecosystem detected at /",[516,518,519,520],{"path":517,"priority":318},"package.json",{"path":320,"priority":318},{"path":322,"priority":323},{"path":389,"priority":335},{"sources":522},[523],"manual",{"npmPackage":248},{"closedIssues90d":8,"description":526,"forks":8,"license":241,"openIssues90d":8,"pushedAt":236,"readmeSize":233,"stars":237,"topics":527},"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.",[275,528,529,530,429,531,532,533,534,535,536,537,538,539,540,458,277,541,542],"claude-code","claude-code-plugin","css","design-system","tailwind","ui-ux","a11y","color-contrast","developer-tools","typography","wcag","claude","apca","oklch","laws-of-ux",{"downloads":239},{"classifiedAt":545,"discoverAt":546,"extractAt":547,"githubAt":547,"npmAt":548,"updatedAt":545},1778669872552,1778668201924,1778669869497,1778669871418,[216,218,214,217,219,215],{"evaluatedAt":244,"extractAt":289,"updatedAt":244},[],[553,571,587,617,644,670],{"_creationTime":554,"_id":555,"community":556,"display":557,"identity":560,"providers":561,"relations":567,"tags":568,"workflow":569},1778668208695.1453,"k176sf1kx7rrk3aq3ywq0dfdrs86mwp1",{"reviewCount":8},{"description":505,"installMethods":558,"name":559,"sourceUrl":14},{"claudeCode":12},"Type Audit",{"basePath":504,"githubOwner":247,"githubRepo":248,"locale":18,"slug":506,"type":249},{"evaluate":562,"extract":566},{"promptVersionExtension":207,"promptVersionScoring":208,"score":563,"tags":564,"targetMarket":220,"tier":221},100,[214,215,537,274,530,565,217],"web-development",{"commitSha":279,"license":241},{"parentExtensionId":252,"repoId":285},[274,530,214,217,537,215,565],{"evaluatedAt":570,"extractAt":289,"updatedAt":570},1778670163933,{"_creationTime":572,"_id":573,"community":574,"display":575,"identity":577,"providers":578,"relations":583,"tags":584,"workflow":585},1778668208695.1426,"k177xnn65jm40ksxjy30q34rmh86mah9",{"reviewCount":8},{"description":420,"installMethods":576,"name":421,"sourceUrl":14},{"claudeCode":12},{"basePath":419,"githubOwner":247,"githubRepo":248,"locale":18,"slug":421,"type":249},{"evaluate":579,"extract":582},{"promptVersionExtension":207,"promptVersionScoring":208,"score":563,"tags":580,"targetMarket":220,"tier":221},[276,215,214,274,581,217],"components",{"commitSha":279},{"parentExtensionId":252,"repoId":285},[274,581,214,217,276,215],{"evaluatedAt":586,"extractAt":289,"updatedAt":586},1778669970573,{"_creationTime":588,"_id":589,"community":590,"display":591,"identity":597,"providers":602,"relations":609,"tags":612,"workflow":613},1778695381701.1921,"k178dnwb5mt3ptbffht9ree8wx86mw34",{"reviewCount":8},{"description":592,"installMethods":593,"name":595,"sourceUrl":596},"Verwenden Sie dies, wenn der Benutzer ein Frontend-Interface entwerfen, neu gestalten, formen, kritisieren, prüfen, polieren, klären, destillieren, härten, optimieren, anpassen, animieren, einfärben, extrahieren oder anderweitig verbessern möchte. Deckt Websites, Landingpages, Dashboards, Produkt-UI, App-Shells, Komponenten, Formulare, Einstellungen, Onboarding und leere Zustände ab. Umfasst UX-Bewertung, visuelle Hierarchie, Informationsarchitektur, kognitive Last, Barrierefreiheit, Leistung, responsives Verhalten, Theming, Anti-Patterns, Typografie, Schriften, Abstände, Layout, Ausrichtung, Farbe, Bewegung, Mikrointeraktionen, UX-Texte, Fehlerzustände, Randfälle, i18n und wiederverwendbare Designsysteme oder Tokens. Verwenden Sie es auch für langweilige Designs, die mutiger oder ansprechender werden sollen, laute Designs, die leiser werden sollen, Live-Browser-Iterationen an UI-Elementen oder ambitionierte visuelle Effekte, die technisch außergewöhnlich wirken sollen. Nicht für reine Backend- oder Nicht-UI-Aufgaben.",{"claudeCode":594},"pbakaus/impeccable","Impeccable","https://github.com/pbakaus/impeccable",{"basePath":598,"githubOwner":599,"githubRepo":600,"locale":601,"slug":600,"type":249},".claude/skills/impeccable","pbakaus","impeccable","de",{"evaluate":603,"extract":607},{"promptVersionExtension":207,"promptVersionScoring":208,"score":604,"tags":605,"targetMarket":220,"tier":221},99,[217,214,215,276,536,530,606],"code-quality",{"commitSha":279,"license":608},"Apache-2.0",{"repoId":610,"translatedFrom":611},"kd759gd4rahj1hshy9e4apdb2n86n1aw","k170zjvtqe5mj6e7r14gtcspgn86mssv",[606,530,214,536,217,276,215],{"evaluatedAt":614,"extractAt":615,"updatedAt":616},1778695341594,1778695298619,1778695381701,{"_creationTime":618,"_id":619,"community":620,"display":621,"identity":627,"providers":631,"relations":638,"tags":640,"workflow":641},1778697513812.0618,"k17a42wbbfjawy7azce27f0f8186mv0g",{"reviewCount":8},{"description":622,"installMethods":623,"name":625,"sourceUrl":626},"Anti-AI-generic design guidelines. Use when creating UI prototypes, reviewing designs for generic AI patterns, or setting up a project design system.",{"claudeCode":624},"spartan-stratos/spartan-ai-toolkit","design-workflow","https://github.com/spartan-stratos/spartan-ai-toolkit",{"basePath":628,"githubOwner":629,"githubRepo":630,"locale":18,"slug":625,"type":249},".codex/skills/design-workflow","spartan-stratos","spartan-ai-toolkit",{"evaluate":632,"extract":637},{"promptVersionExtension":207,"promptVersionScoring":208,"score":563,"tags":633,"targetMarket":220,"tier":221},[214,215,634,635,636],"guidelines","prototyping","quality-assurance",{"commitSha":279},{"repoId":639},"kd73rjj0rnrv7y0rz9qc3psn0586n75g",[214,634,635,636,215],{"evaluatedAt":642,"extractAt":643,"updatedAt":642},1778697723103,1778697513812,{"_creationTime":645,"_id":646,"community":647,"display":648,"identity":654,"providers":658,"relations":663,"tags":666,"workflow":667},1778685949178.8186,"k178qvcsn3pvtpahsgkkr919h186ncdr",{"reviewCount":8},{"description":649,"installMethods":650,"name":652,"sourceUrl":653},"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":651},"davepoon/buildwithclaude","macos-design","https://github.com/davepoon/buildwithclaude",{"basePath":655,"githubOwner":656,"githubRepo":657,"locale":18,"slug":652,"type":249},"plugins/all-skills/skills/macos-design","davepoon","buildwithclaude",{"evaluate":659,"extract":662},{"promptVersionExtension":207,"promptVersionScoring":208,"score":563,"tags":660,"targetMarket":220,"tier":221},[661,276,214,536,215],"macos",{"commitSha":279},{"parentExtensionId":664,"repoId":665},"k1779wwzgaaxeqtvembbktrb1d86n4tf","kd719kw54vhmcscq7ckdp59fg586mnt6",[214,536,661,276,215],{"evaluatedAt":668,"extractAt":669,"updatedAt":668},1778690566861,1778685949178,{"_creationTime":671,"_id":672,"community":673,"display":674,"identity":677,"providers":678,"relations":683,"tags":684,"workflow":685},1778668208695.1423,"k17f06zww13em2avbhz248f60d86m8fc",{"reviewCount":8},{"description":412,"installMethods":675,"name":676,"sourceUrl":14},{"claudeCode":12},"Color Audit",{"basePath":411,"githubOwner":247,"githubRepo":248,"locale":18,"slug":413,"type":249},{"evaluate":679,"extract":682},{"promptVersionExtension":207,"promptVersionScoring":208,"score":563,"tags":680,"targetMarket":220,"tier":221},[214,276,215,275,530,681,218],"javascript",{"commitSha":279,"license":241},{"parentExtensionId":252,"repoId":285},[275,218,530,214,681,276,215],{"evaluatedAt":686,"extractAt":289,"updatedAt":686},1778669948021]