[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Aboudjem-design-tokens-zh-CN":3,"guides-for-Aboudjem-design-tokens":546,"similar-k17fgyxncf1bby1yrm20c5edvs86msz6-zh-CN":547},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":230,"parentExtension":245,"providers":297,"relations":301,"repo":302,"tags":544,"workflow":545},1778668208695.1438,"k17fgyxncf1bby1yrm20c5edvs86msz6",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Generate or improve a complete design token system covering color, typography, spacing, radius, shadows, motion",{"claudeCode":12},"Aboudjem/ui-ux-suite","design-tokens","https://github.com/Aboudjem/ui-ux-suite",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":222,"workflow":238},1778670052983.999,"kn71fd4c30e9x3nrfgnf1eaw9h86m2yk","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":215,"tier":216,"useCases":217},[21,26,29,32,36,39,43,47,50,53,57,61,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,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of generating or improving design tokens and explicitly mentions the scope (color, typography, spacing, etc.).",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill generates a complete design token system from scratch or based on a brand color, offering significant value beyond a simple prompt, including various output formats.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill addresses the complete lifecycle of design token generation, from reading existing tokens to outputting in multiple formats, making it ready for workflow integration.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on generating and improving design token systems, adhering to a single, well-defined domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities as described in the SKILL.md, covering the generation of a complete design token system.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses a single, well-scoped tool (`uiux_generate_tokens`) for its core functionality, avoiding generalist command execution.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md clearly documents usage with specific examples and flags like `--format` and `--format tailwind`, indicating all parameters and their effects.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary tool, `uiux_generate_tokens`, is descriptively named and in kebab-case.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The input parameters (brand color, format flag) are minimal and directly related to the task, and the output formats are structured and documented.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under the MIT license, as indicated by the LICENSE file and npm shields.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository has recent commits, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The extension explicitly states 'No dependencies' in its README, therefore dependency management checks are not applicable.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The extension does not appear to handle secrets, as it runs locally and requires no API keys or authentication.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill operates on its own bundle and documented inputs, with no indication of loading or executing untrusted external data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill runs locally and does not fetch external code or data at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates locally on provided inputs and its own bundle, with no indication of modifying files outside its scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","There are no indications of detached process spawns or retry loops around denied tool calls in the provided code.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill runs locally and processes data within the user's project, with no outbound calls for telemetry or data submission.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and descriptions appear free of hidden-steering tricks or obfuscated text.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The code appears to be plain, readable JavaScript, with no obfuscation, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill operates on provided inputs (color) and its own bundle, making no assumptions about project file layout outside its direct scope.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are no open issues and no issues closed in the last 90 days, indicating a low volume and likely active maintenance.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The npm package version is clearly indicated and the project uses GitHub releases and has a CHANGELOG.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","Input parameters like color hex codes and format flags are clearly defined and validated by the command-line argument parsing.",{"category":66,"check":108,"severity":63,"summary":109},"Unguarded Destructive Operations","The extension is purely for generation and does not perform any destructive operations on the user's project files.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The CLI tool likely has standard argument parsing error handling, and the generation process would provide clear messages on failure.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","As a local generation tool without destructive actions or outbound calls, a dedicated audit log is not strictly necessary or typical.",{"category":117,"check":118,"severity":63,"summary":119},"Compliance","GDPR","The skill operates locally on design tokens and does not process personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill operates on design tokens and has no regional or jurisdictional logic, making it globally applicable.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The extension requires Node.js 18+ and uses standard JavaScript, making it portable across POSIX and Windows environments.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file is extensive, detailing installation, usage, architecture, and underlying principles.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The primary skill has a few distinct commands and a clear core tool (`uiux_generate_tokens`), fitting within the target range.",{"category":40,"check":133,"severity":63,"summary":134},"Overlapping near-synonym tools","The skill focuses on design token generation, with a clear primary tool and distinct command-line arguments, avoiding near-synonym redundancy.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as generating specific token types and output formats, are directly supported by the skill's implementation and documentation.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions for various methods (npm, marketplace) and includes copy-pasteable command examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The CLI's argument parsing and the generation process would provide actionable error messages guiding the user on what went wrong and how to fix it.",{"category":147,"check":148,"severity":63,"summary":149},"Execution","Pinned dependencies","The project explicitly states 'No dependencies', making dependency pinning checks not applicable.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The extension generates design tokens and does not perform state-changing operations or send data outward, making a dry-run feature not applicable.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","This is a local generation tool with no remote calls or state-changing operations, so idempotency and timeouts are not applicable.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The README explicitly states 'No telemetry. No API calls. No network.', indicating that telemetry is not collected.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The SKILL.md clearly defines the purpose as generating a complete design token system and provides specific usage examples and triggers.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise, with a clear name, description, and trigger phrases that accurately summarize the skill's core capability.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is reasonably concise, outlining the flow and usage, and delegates deeper material like architecture to the README.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md provides a concise overview and usage, while the README contains detailed architecture, knowledge base, and contributing information, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","The skill is a focused generation tool and does not involve deep exploration or code review, making `context: fork` not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md and README provide clear, ready-to-use examples for generating design tokens with different options and output formats.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill handles edge cases by accepting specific brand colors and output formats, and potential failures in generation would likely result in clear error messages.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","This skill is a standalone CLI tool and does not rely on external MCP servers or other skills, so fallback mechanisms are not applicable.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","As a generative tool, it relies on valid input; any unexpected state (e.g., invalid color format) would be caught by argument parsing and halt execution with a report.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and focuses on design token generation without implicitly relying on or explicitly coordinating with other skills.",1778670052870,"This skill generates complete design token systems covering color, typography, spacing, radius, shadows, and motion. It can auto-detect brand colors or accept them as input and output tokens in various formats like CSS variables, Tailwind config, or JSON.",[195,196,197,198,199],"Generate full design token systems","Support for color, typography, spacing, radius, shadows, motion","Auto-detect brand color or accept custom input","Output in multiple formats (CSS vars, Tailwind, JSON, JS)","Runs locally with no dependencies",[201,202,203],"Modifying existing project files outside of token generation","Performing design audits or scoring","Integrating with specific UI frameworks beyond token output formats","3.0.0","4.4.0","To automate the creation and improvement of systematic design token libraries, ensuring consistency and quality across UI projects.","The extension is exceptionally well-documented, has a clear purpose, and is robustly built with no security concerns. Minor documentation points were slightly less optimal, but overall quality is excellent.",98,"High-quality, well-documented skill for generating comprehensive design token systems.",[13,211,212,213,214],"ui","ux","css","javascript","global","verified",[218,219,220,221],"Establishing a new design token system from scratch","Improving or standardizing an existing token system","Generating tokens for a specific brand color","Exporting tokens for use in different frameworks or styles",{"codeQuality":223,"collectedAt":225,"documentation":226,"maintenance":229,"popularity":233,"security":235,"testCoverage":237},{"hasLockfile":224},false,1778670037166,{"descriptionLength":227,"readmeSize":228},111,23727,{"closedIssues90d":8,"forks":8,"hasChangelog":230,"openIssues90d":8,"pushedAt":231,"stars":232},true,1778653424000,3,{"npmDownloads":234},415,{"hasNpmPackage":230,"license":236,"smitheryVerified":224},"MIT",{"hasCi":230,"hasTests":230},{"updatedAt":239},1778670052984,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},"skills/design-tokens","Aboudjem","ui-ux-suite","skill",{"_creationTime":246,"_id":247,"community":248,"display":249,"identity":253,"parentExtension":256,"providers":286,"relations":293,"tags":294,"workflow":295},1778668208695.1418,"k178zeec8jajqdrczrynw6x3fx86mm8h",{"reviewCount":8},{"description":250,"installMethods":251,"name":252,"sourceUrl":14},"Design audit tool. Scores projects across 12 dimensions: color, typography, accessibility, layout, and more. WCAG, APCA, OKLCH color science. Zero dependencies.",{"claudeCode":243},"UI/UX Suite",{"basePath":254,"githubOwner":242,"githubRepo":243,"locale":18,"slug":243,"type":255},"","plugin",{"_creationTime":257,"_id":258,"community":259,"display":260,"identity":263,"providers":265,"relations":280,"tags":282,"workflow":283},1778668208695.1416,"k173yffm3p65srgn3jqa08tb3586nzes",{"reviewCount":8},{"description":261,"installMethods":262,"name":252,"sourceUrl":14},"Design audit tool for Claude Code — single-plugin marketplace.",{"claudeCode":12},{"basePath":254,"githubOwner":242,"githubRepo":243,"locale":18,"slug":243,"type":264},"marketplace",{"evaluate":266,"extract":274},{"promptVersionExtension":267,"promptVersionScoring":205,"score":208,"tags":268,"targetMarket":215,"tier":216},"3.1.0",[269,270,271,211,212,272,273],"design","audit","accessibility","cli","mcp",{"commitSha":275,"license":236,"marketplace":276,"plugin":278},"HEAD",{"name":243,"pluginCount":277},1,{"mcpCount":8,"provider":279,"skillCount":8},"classify",{"repoId":281},"kd75532596tdmk72j9k55b0qqn86n5et",[271,270,272,269,273,211,212],{"evaluatedAt":284,"extractAt":285,"updatedAt":284},1778669891210,1778668208695,{"evaluate":287,"extract":290},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":288,"targetMarket":215,"tier":216},[269,270,271,212,272,273,289],"typescript",{"commitSha":275,"license":236,"plugin":291},{"mcpCount":8,"provider":279,"skillCount":292},14,{"parentExtensionId":258,"repoId":281},[271,270,272,269,273,289,212],{"evaluatedAt":296,"extractAt":285,"updatedAt":296},1778669914809,{"evaluate":298,"extract":300},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":299,"targetMarket":215,"tier":216},[13,211,212,213,214],{"commitSha":275},{"parentExtensionId":247,"repoId":281},{"_creationTime":303,"_id":281,"identity":304,"providers":305,"workflow":539},1778668201924.7688,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":306,"discover":517,"extract":520,"github":521,"npm":538},{"commitSha":275,"extensions":307},[308,321,397,406,414,422,430,438,446,454,459,467,475,483,491,499,507],{"basePath":254,"description":261,"displayName":243,"installMethods":309,"rationale":310,"selectedPaths":311,"source":320,"sourceLanguage":18,"type":264},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[312,315,317],{"path":313,"priority":314},".claude-plugin/marketplace.json","mandatory",{"path":316,"priority":314},"README.md",{"path":318,"priority":319},"LICENSE","high","rule",{"basePath":254,"description":250,"displayName":243,"installMethods":322,"license":236,"rationale":323,"selectedPaths":324,"source":320,"sourceLanguage":18,"type":255},{"claudeCode":243},"plugin manifest at .claude-plugin/plugin.json",[325,327,328,329,332,334,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,387,389,391,393,395],{"path":326,"priority":314},".claude-plugin/plugin.json",{"path":316,"priority":314},{"path":318,"priority":319},{"path":330,"priority":331},"skills/a11y-audit/SKILL.md","medium",{"path":333,"priority":331},"skills/color-audit/SKILL.md",{"path":335,"priority":331},"skills/component-audit/SKILL.md",{"path":337,"priority":331},"skills/design-audit/SKILL.md",{"path":339,"priority":331},"skills/design-checklist/SKILL.md",{"path":341,"priority":331},"skills/design-compare/SKILL.md",{"path":343,"priority":331},"skills/design-score/SKILL.md",{"path":345,"priority":331},"skills/design-tokens/SKILL.md",{"path":347,"priority":331},"skills/flow-audit/SKILL.md",{"path":349,"priority":331},"skills/layout-audit/SKILL.md",{"path":351,"priority":331},"skills/refactor-plan/SKILL.md",{"path":353,"priority":331},"skills/style-direction/SKILL.md",{"path":355,"priority":331},"skills/theme-builder/SKILL.md",{"path":357,"priority":331},"skills/type-audit/SKILL.md",{"path":359,"priority":314},".mcp.json",{"path":361,"priority":319},"agents/accessibility-auditor.md",{"path":363,"priority":319},"agents/color-analyst.md",{"path":365,"priority":319},"agents/component-reviewer.md",{"path":367,"priority":319},"agents/design-auditor.md",{"path":369,"priority":319},"agents/interaction-analyst.md",{"path":371,"priority":319},"agents/layout-analyst.md",{"path":373,"priority":319},"agents/performance-ux-analyst.md",{"path":375,"priority":319},"agents/platform-advisor.md",{"path":377,"priority":319},"agents/psychology-analyst.md",{"path":379,"priority":319},"agents/typography-analyst.md",{"path":381,"priority":319},"agents/ux-flow-analyst.md",{"path":383,"priority":319},"agents/visual-style-advisor.md",{"path":385,"priority":386},"bin/ui-ux-suite.js","low",{"path":388,"priority":319},"commands/a11y.md",{"path":390,"priority":319},"commands/audit.md",{"path":392,"priority":319},"commands/colors.md",{"path":394,"priority":319},"commands/components.md",{"path":396,"priority":319},"commands/typography.md",{"basePath":398,"description":399,"displayName":400,"installMethods":401,"rationale":402,"selectedPaths":403,"source":320,"sourceLanguage":18,"type":244},"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",[404],{"path":405,"priority":314},"SKILL.md",{"basePath":407,"description":408,"displayName":409,"installMethods":410,"rationale":411,"selectedPaths":412,"source":320,"sourceLanguage":18,"type":244},"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",[413],{"path":405,"priority":314},{"basePath":415,"description":416,"displayName":417,"installMethods":418,"rationale":419,"selectedPaths":420,"source":320,"sourceLanguage":18,"type":244},"skills/component-audit","Component consistency audit covering state coverage, hierarchy, patterns","component-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/component-audit/SKILL.md",[421],{"path":405,"priority":314},{"basePath":423,"description":424,"displayName":425,"installMethods":426,"rationale":427,"selectedPaths":428,"source":320,"sourceLanguage":18,"type":244},"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",[429],{"path":405,"priority":314},{"basePath":431,"description":432,"displayName":433,"installMethods":434,"rationale":435,"selectedPaths":436,"source":320,"sourceLanguage":18,"type":244},"skills/design-checklist","Interactive pre-launch design quality checklist","design-checklist",{"claudeCode":12},"SKILL.md frontmatter at skills/design-checklist/SKILL.md",[437],{"path":405,"priority":314},{"basePath":439,"description":440,"displayName":441,"installMethods":442,"rationale":443,"selectedPaths":444,"source":320,"sourceLanguage":18,"type":244},"skills/design-compare","Compare current design against a reference or competitor","design-compare",{"claudeCode":12},"SKILL.md frontmatter at skills/design-compare/SKILL.md",[445],{"path":405,"priority":314},{"basePath":447,"description":448,"displayName":449,"installMethods":450,"rationale":451,"selectedPaths":452,"source":320,"sourceLanguage":18,"type":244},"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",[453],{"path":405,"priority":314},{"basePath":241,"description":10,"displayName":13,"installMethods":455,"rationale":456,"selectedPaths":457,"source":320,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at skills/design-tokens/SKILL.md",[458],{"path":405,"priority":314},{"basePath":460,"description":461,"displayName":462,"installMethods":463,"rationale":464,"selectedPaths":465,"source":320,"sourceLanguage":18,"type":244},"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",[466],{"path":405,"priority":314},{"basePath":468,"description":469,"displayName":470,"installMethods":471,"rationale":472,"selectedPaths":473,"source":320,"sourceLanguage":18,"type":244},"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",[474],{"path":405,"priority":314},{"basePath":476,"description":477,"displayName":478,"installMethods":479,"rationale":480,"selectedPaths":481,"source":320,"sourceLanguage":18,"type":244},"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",[482],{"path":405,"priority":314},{"basePath":484,"description":485,"displayName":486,"installMethods":487,"rationale":488,"selectedPaths":489,"source":320,"sourceLanguage":18,"type":244},"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",[490],{"path":405,"priority":314},{"basePath":492,"description":493,"displayName":494,"installMethods":495,"rationale":496,"selectedPaths":497,"source":320,"sourceLanguage":18,"type":244},"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",[498],{"path":405,"priority":314},{"basePath":500,"description":501,"displayName":502,"installMethods":503,"rationale":504,"selectedPaths":505,"source":320,"sourceLanguage":18,"type":244},"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",[506],{"path":405,"priority":314},{"basePath":254,"description":508,"displayName":243,"installMethods":509,"license":236,"rationale":510,"selectedPaths":511,"source":320,"sourceLanguage":18,"type":272},"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":243},"cli ecosystem detected at /",[512,514,515,516],{"path":513,"priority":314},"package.json",{"path":316,"priority":314},{"path":318,"priority":319},{"path":385,"priority":331},{"sources":518},[519],"manual",{"npmPackage":243},{"closedIssues90d":8,"description":522,"forks":8,"license":236,"openIssues90d":8,"pushedAt":231,"readmeSize":228,"stars":232,"topics":523},"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.",[271,524,525,213,425,526,527,528,529,530,531,532,533,534,535,13,273,536,537],"claude-code","claude-code-plugin","design-system","tailwind","ui-ux","a11y","color-contrast","developer-tools","typography","wcag","claude","apca","oklch","laws-of-ux",{"downloads":234},{"classifiedAt":540,"discoverAt":541,"extractAt":542,"githubAt":542,"npmAt":543,"updatedAt":540},1778669872552,1778668201924,1778669869497,1778669871418,[213,13,214,211,212],{"evaluatedAt":239,"extractAt":285,"updatedAt":239},[],[548,565,596,625,642,658],{"_creationTime":549,"_id":550,"community":551,"display":552,"identity":555,"providers":556,"relations":561,"tags":562,"workflow":563},1778668208695.1423,"k17f06zww13em2avbhz248f60d86m8fc",{"reviewCount":8},{"description":408,"installMethods":553,"name":554,"sourceUrl":14},{"claudeCode":12},"Color Audit",{"basePath":407,"githubOwner":242,"githubRepo":243,"locale":18,"slug":409,"type":244},{"evaluate":557,"extract":560},{"promptVersionExtension":204,"promptVersionScoring":205,"score":558,"tags":559,"targetMarket":215,"tier":216},100,[269,211,212,271,213,214,272],{"commitSha":275,"license":236},{"parentExtensionId":247,"repoId":281},[271,272,213,269,214,211,212],{"evaluatedAt":564,"extractAt":285,"updatedAt":564},1778669948021,{"_creationTime":566,"_id":567,"community":568,"display":569,"identity":575,"providers":580,"relations":588,"tags":591,"workflow":592},1778695388074.6326,"k17em3wfj3pvgvhb6yrre3458586mdsa",{"reviewCount":8},{"description":570,"installMethods":571,"name":573,"sourceUrl":574},"当用户希望设计、重新设计、塑造、批评、审计、打磨、澄清、提炼、加固、优化、改编、动画化、着色、提取或以其他方式改进前端界面时使用。涵盖网站、登陆页面、仪表板、产品 UI、应用外壳、组件、表单、设置、入职流程和空状态。处理用户体验审查、视觉层次、信息架构、认知负荷、可访问性、性能、响应行为、主题化、反模式、排版、字体、间距、布局、对齐、颜色、动效、微交互、UX 文案、错误状态、边缘情况、i18n 以及可复用的设计系统或令牌。也适用于需要从平淡变得更大胆或更令人愉悦的设计，需要变得更安静的醒目设计，对 UI 元素的实时浏览器迭代，或应该感觉技术上非凡的雄心勃勃的视觉效果。不适用于仅限后端或非 UI 任务。",{"claudeCode":572},"pbakaus/impeccable","Impeccable","https://github.com/pbakaus/impeccable",{"basePath":576,"githubOwner":577,"githubRepo":578,"locale":579,"slug":578,"type":244},".claude/skills/impeccable","pbakaus","impeccable","zh-CN",{"evaluate":581,"extract":586},{"promptVersionExtension":204,"promptVersionScoring":205,"score":582,"tags":583,"targetMarket":215,"tier":216},99,[584,269,212,211,531,213,585],"frontend","code-quality",{"commitSha":275,"license":587},"Apache-2.0",{"repoId":589,"translatedFrom":590},"kd759gd4rahj1hshy9e4apdb2n86n1aw","k170zjvtqe5mj6e7r14gtcspgn86mssv",[585,213,269,531,584,211,212],{"evaluatedAt":593,"extractAt":594,"updatedAt":595},1778695341594,1778695298619,1778695388074,{"_creationTime":597,"_id":598,"community":599,"display":600,"identity":606,"providers":610,"relations":617,"tags":620,"workflow":621},1778690960658.2449,"k1797348s123v5gawfhh8z1qx986n9xm",{"reviewCount":8},{"description":601,"installMethods":602,"name":604,"sourceUrl":605},"在 Tailwind CSS 项目中验证动画持续时间，强制执行排版比例，检查组件可访问性，并防止布局反模式。适用于构建 UI 组件、审查 CSS 工具类、 styling React 视图或强制执行设计一致性。",{"claudeCode":603},"ibelick/ui-skills","baseline-ui","https://github.com/ibelick/ui-skills",{"basePath":607,"githubOwner":608,"githubRepo":609,"locale":579,"slug":604,"type":244},"skills/baseline-ui","ibelick","ui-skills",{"evaluate":611,"extract":616},{"promptVersionExtension":204,"promptVersionScoring":205,"score":558,"tags":612,"targetMarket":215,"tier":216},[527,213,211,613,271,614,615],"development","animation","linting",{"commitSha":275},{"repoId":618,"translatedFrom":619},"kd71ksb69rw62v9tywwpzjky0986mzmb","k17evpm7da6we8kaszydc65rg586manm",[271,614,213,613,615,527,211],{"evaluatedAt":622,"extractAt":623,"updatedAt":624},1778690881357,1778690863881,1778690960658,{"_creationTime":626,"_id":627,"community":628,"display":629,"identity":632,"providers":633,"relations":638,"tags":639,"workflow":640},1778668208695.1453,"k176sf1kx7rrk3aq3ywq0dfdrs86mwp1",{"reviewCount":8},{"description":501,"installMethods":630,"name":631,"sourceUrl":14},{"claudeCode":12},"Type Audit",{"basePath":500,"githubOwner":242,"githubRepo":243,"locale":18,"slug":502,"type":244},{"evaluate":634,"extract":637},{"promptVersionExtension":204,"promptVersionScoring":205,"score":558,"tags":635,"targetMarket":215,"tier":216},[269,212,532,270,213,636,584],"web-development",{"commitSha":275,"license":236},{"parentExtensionId":247,"repoId":281},[270,213,269,584,532,212,636],{"evaluatedAt":641,"extractAt":285,"updatedAt":641},1778670163933,{"_creationTime":643,"_id":644,"community":645,"display":646,"identity":649,"providers":650,"relations":654,"tags":655,"workflow":656},1778668208695.1443,"k1756c58e7z3k8dc64z3v01hfx86n77f",{"reviewCount":8},{"description":469,"installMethods":647,"name":648,"sourceUrl":14},{"claudeCode":12},"Layout Audit",{"basePath":468,"githubOwner":242,"githubRepo":243,"locale":18,"slug":470,"type":244},{"evaluate":651,"extract":653},{"promptVersionExtension":204,"promptVersionScoring":205,"score":558,"tags":652,"targetMarket":215,"tier":216},[528,425,213,214,584],{"commitSha":275,"license":236},{"parentExtensionId":247,"repoId":281},[213,425,584,214,528],{"evaluatedAt":657,"extractAt":285,"updatedAt":657},1778670082566,{"_creationTime":659,"_id":660,"community":661,"display":662,"identity":664,"providers":665,"relations":669,"tags":670,"workflow":671},1778668208695.1445,"k172151wzg7h0b8j25hjm4024x86ngbp",{"reviewCount":8},{"description":477,"installMethods":663,"name":478,"sourceUrl":14},{"claudeCode":12},{"basePath":476,"githubOwner":242,"githubRepo":243,"locale":18,"slug":478,"type":244},{"evaluate":666,"extract":668},{"promptVersionExtension":204,"promptVersionScoring":205,"score":558,"tags":667,"targetMarket":215,"tier":216},[526,212,270,272,214],{"commitSha":275,"license":236},{"parentExtensionId":247,"repoId":281},[270,272,526,214,212],{"evaluatedAt":672,"extractAt":285,"updatedAt":672},1778670100990]