[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-InsForge-ui-en":3,"guides-for-InsForge-ui":379,"similar-k1779wda8r6zv0rmww14ng198d86nxcx-en":380},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":238,"parentExtension":246,"providers":247,"relations":252,"repo":254,"tags":375,"workflow":376},1778690992719.0017,"k1779wda8r6zv0rmww14ng198d86nxcx",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Use this skill when contributing to InsForge's reusable UI package. This is for maintainers editing design-system primitives, exports, styles, and package-level component behavior in the InsForge monorepo.",{"claudeCode":12},"InsForge/InsForge","ui","https://github.com/InsForge/InsForge",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":222,"workflow":240},1778691132393.065,"kn7f72v9kfqqxkrkavy3x8p3sn86me1r","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,44,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,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the skill is for contributing to InsForge's reusable UI package and targets maintainers editing design-system primitives.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides specific guidance on component placement, styling conventions, and export patterns within the InsForge monorepo, offering value beyond a generic UI component skill.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides clear scope, working rules, and validation steps relevant to its stated purpose of UI package contributions.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused on the `packages/ui/` component library within the InsForge monorepo, with clear boundaries for component placement.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's purpose and scope, detailing its use for contributing to InsForge's reusable UI package.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This check is not applicable as the extension is a skill and does not expose individual tools.",{"category":45,"check":46,"severity":42,"summary":47},"Documentation","Configuration & parameter reference","The skill does not appear to use configuration parameters or environment variables beyond standard project setup.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This check is not applicable as the extension is a skill and does not expose individual tools with names.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","This check is not applicable as the extension is a skill and does not expose individual tools with I/O surfaces.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The project is licensed under the Apache License 2.0, as indicated by the bundled LICENSE file and the README.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository shows recent commits, with the last push being on May 13, 2026, indicating active maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The presence of a lockfile (`hasLockfile: true`) suggests dependencies are managed appropriately.",{"category":66,"check":67,"severity":42,"summary":68},"Security","Secret Management","The skill does not appear to handle or expose secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's instructions focus on code organization and validation within a defined scope, with no indication of loading untrusted external data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill's operations are confined to the project's UI package, with no evidence of runtime fetching of external code or data for execution.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's scope is limited to the `packages/ui/` directory and related validation commands, implying no modifications outside the project folder.",{"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 instructions.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill focuses on code contribution and validation within a monorepo and does not involve outbound calls or handling of confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and descriptions appear free of hidden-steering tricks or obfuscated instructions.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's instructions are in plain text and do not involve obfuscated code execution such as base64 payloads or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill clearly defines its scope within `packages/ui/` and related validation commands, making its structural assumptions explicit.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 23 issues opened and 84 closed in the last 90 days, the closure rate is high, indicating good maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has a `CHANGELOG.md` and recent commit activity, indicating a structured approach to releases.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skill emphasizes type-checking and validation steps (`npm run build`, `npm run typecheck`), implying adherence to schema validation.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill's primary actions are code contributions and validation, which are not inherently destructive operations requiring special guards.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The skill focuses on validation steps that are expected to provide clear feedback on success or failure.",{"category":104,"check":114,"severity":42,"summary":115},"Logging","The skill itself does not perform destructive actions or outbound calls that would necessitate a local audit log.",{"category":117,"check":118,"severity":42,"summary":119},"Compliance","GDPR","The skill operates on code and project structure, not personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill's focus on the InsForge monorepo and UI package makes it globally applicable to contributors within that context.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill's validation commands (`npm run build`, `npm run typecheck`) are standard Node.js/npm operations, indicating broad compatibility.",{"category":45,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive and clearly states the project's purpose and how to set it up.",{"category":33,"check":130,"severity":42,"summary":131},"Tool surface size","As a skill, it does not expose a surface of tools in the same way as a CLI or MCP server.",{"category":40,"check":133,"severity":42,"summary":134},"Overlapping near-synonym tools","This check is not applicable as the extension is a skill and does not expose individual tools with overlapping names.",{"category":45,"check":136,"severity":24,"summary":137},"Phantom features","All documented aspects of the skill, such as scope and validation steps, are directly supported by the provided SKILL.md content.",{"category":139,"check":140,"severity":42,"summary":141},"Install","Installation instruction","This skill is part of a larger monorepo and does not have a separate installation process; it's assumed to be available within the project context.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The validation steps are standard build and type-checking commands which typically provide actionable error messages.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The presence of a lockfile (`hasLockfile: true`) indicates that dependencies are pinned.",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","The skill's actions are code contribution and validation, not state-changing operations requiring a dry-run preview.",{"category":154,"check":155,"severity":42,"summary":156},"Protocol","Idempotent retry & timeouts","The skill does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":117,"check":158,"severity":42,"summary":159},"Telemetry opt-in","The skill does not appear to emit telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined: contributing to InsForge's reusable UI package, targeting maintainers editing design-system primitives, with clear scope and working rules.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and clearly summarizes the skill's purpose and target audience.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is concise and focuses on scope, rules, and validation, deferring deeper material implicitly.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The skill outlines the main procedure and rules, with deeper material implicitly residing in the monorepo's package structure rather than being embedded.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","This skill is not designed for deep exploration or code review; it focuses on contribution guidelines and validation.",{"category":22,"check":177,"severity":178,"summary":179},"Usage examples","info","While the skill provides validation steps, explicit end-to-end usage examples for specific contribution scenarios are missing.",{"category":22,"check":181,"severity":178,"summary":182},"Edge cases","The skill names failure modes like build or type-checking errors but does not explicitly detail symptoms or recovery steps for each.",{"category":104,"check":184,"severity":42,"summary":185},"Tool Fallback","This skill does not rely on external MCP tools with fallback paths.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The skill implicitly relies on standard build and type-checking tools which will halt on unexpected states and report errors.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained within the UI package context and does not appear to rely on other specific skills being loaded.",1778691132212,"This skill provides guidelines and validation steps for developers contributing to the InsForge reusable UI package within their monorepo. It defines the scope of the UI package, outlines working rules for component development, and specifies validation commands.",[196,197,198,199],"Defines scope for UI package contributions","Outlines rules for component primitives and exports","Specifies styling conventions and typed-export patterns","Provides validation commands for build and type-checking",[201,202,203],"Developing features for specific dashboard workflows.","Managing components solely for the self-hosting application.","Introducing internal-only abstractions to the public package surface.","3.0.0","4.4.0","To guide and standardize contributions to InsForge's reusable UI package, ensuring maintainers adhere to design-system primitives, export patterns, and typing standards within the monorepo.","The skill is well-defined, secure, and actively maintained with a clear purpose and scope. Minor points on usage examples and edge case details prevent a perfect score.",96,"A highly polished skill for contributing to a monorepo's UI package.",[13,211,212,213,214,215],"design-system","frontend","component-library","monorepo","contribution-guidelines","global","verified",[219,220,221],"Contributing new design-system primitives to the UI package.","Modifying existing components or styles within the UI package.","Ensuring adherence to typed-export patterns and component export synchronization.",{"codeQuality":223,"collectedAt":225,"documentation":226,"maintenance":229,"popularity":235,"security":236,"testCoverage":239},{"hasLockfile":224},true,1778691118274,{"descriptionLength":227,"readmeSize":228},205,10944,{"closedIssues90d":230,"forks":231,"hasChangelog":224,"openIssues90d":232,"pushedAt":233,"stars":234},84,796,23,1778640040000,9682,{"npmDownloads":8},{"hasNpmPackage":224,"license":237,"smitheryVerified":238},"Apache-2.0",false,{"hasCi":224,"hasTests":224},{"updatedAt":241},1778691132393,{"basePath":243,"githubOwner":244,"githubRepo":244,"locale":18,"slug":13,"type":245},".claude/skills/insforge-dev/ui","InsForge","skill",null,{"evaluate":248,"extract":250},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":249,"targetMarket":216,"tier":217},[13,211,212,213,214,215],{"commitSha":251},"HEAD",{"repoId":253},"kd7ae0nfyk2tkkb4z3qxzx51td86nf7b",{"_creationTime":255,"_id":253,"identity":256,"providers":257,"workflow":370},1778689746683.8538,{"githubOwner":244,"githubRepo":244,"sourceUrl":14},{"classify":258,"discover":348,"extract":351,"github":353,"npm":369},{"commitSha":251,"extensions":259},[260,276,288,296,304,312,320,325,336],{"basePath":261,"displayName":262,"installMethods":263,"rationale":264,"selectedPaths":265,"source":274,"sourceLanguage":18,"type":275},"","insforge-official-marketplace",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[266,269,271],{"path":267,"priority":268},".claude-plugin/marketplace.json","mandatory",{"path":270,"priority":268},"README.md",{"path":272,"priority":273},"LICENSE","high","rule","marketplace",{"basePath":277,"description":278,"displayName":279,"installMethods":280,"rationale":281,"selectedPaths":282,"source":274,"sourceLanguage":18,"type":245},".claude/skills/insforge-dev","Use this skill set when contributing to the InsForge monorepo itself. This is for InsForge maintainers and contributors editing the platform, the shared dashboard package, the self-hosting shell, the UI library, shared schemas, tests, or docs.","insforge-dev",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/insforge-dev/SKILL.md (coalesced with duplicate skill at .codex/skills/insforge-dev, .agents/skills/insforge-dev)",[283,285],{"path":284,"priority":268},"SKILL.md",{"path":286,"priority":287},"docs/SKILL.md","low",{"basePath":289,"description":290,"displayName":291,"installMethods":292,"rationale":293,"selectedPaths":294,"source":274,"sourceLanguage":18,"type":245},".claude/skills/insforge-dev/backend","Use this skill when contributing to InsForge's backend package. This is for maintainers editing backend routes, services, providers, auth, database logic (including RLS-enforced surfaces like storage and realtime), schedules, or backend tests in the InsForge monorepo.","backend",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/insforge-dev/backend/SKILL.md (coalesced with duplicate skill at .codex/skills/insforge-dev/backend, .agents/skills/insforge-dev/backend)",[295],{"path":284,"priority":268},{"basePath":297,"description":298,"displayName":299,"installMethods":300,"rationale":301,"selectedPaths":302,"source":274,"sourceLanguage":18,"type":245},".claude/skills/insforge-dev/dashboard","Use this skill when contributing to InsForge's shared dashboard package. This is for maintainers editing `packages/dashboard`, which ships in `self-hosting` and `cloud-hosting` modes, and the local `frontend/` shell used for `self-hosting` in this repo.","dashboard",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/insforge-dev/dashboard/SKILL.md (coalesced with duplicate skill at .codex/skills/insforge-dev/dashboard, .agents/skills/insforge-dev/dashboard)",[303],{"path":284,"priority":268},{"basePath":305,"description":306,"displayName":307,"installMethods":308,"rationale":309,"selectedPaths":310,"source":274,"sourceLanguage":18,"type":245},".claude/skills/insforge-dev/docs","Use this skill when contributing to InsForge's product documentation in this repository. This is for maintainers editing public docs in `docs/core-concepts`, agent docs in `docs/agent-docs`, SDK integration guides in `docs/sdks`, and OpenAPI specs in `openapi`.","docs",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/insforge-dev/docs/SKILL.md (coalesced with duplicate skill at .codex/skills/insforge-dev/docs, .agents/skills/insforge-dev/docs)",[311],{"path":284,"priority":268},{"basePath":313,"description":314,"displayName":315,"installMethods":316,"rationale":317,"selectedPaths":318,"source":274,"sourceLanguage":18,"type":245},".claude/skills/insforge-dev/shared-schemas","Use this skill when contributing to InsForge's shared schema package. This is for maintainers editing published Zod contracts, exported types, and shared API payload definitions consumed by InsForge packages in this repo and other InsForge tooling.","shared-schemas",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/insforge-dev/shared-schemas/SKILL.md (coalesced with duplicate skill at .codex/skills/insforge-dev/shared-schemas, .agents/skills/insforge-dev/shared-schemas)",[319],{"path":284,"priority":268},{"basePath":243,"description":10,"displayName":13,"installMethods":321,"rationale":322,"selectedPaths":323,"source":274,"sourceLanguage":18,"type":245},{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/insforge-dev/ui/SKILL.md (coalesced with duplicate skill at .codex/skills/insforge-dev/ui, .agents/skills/insforge-dev/ui)",[324],{"path":284,"priority":268},{"basePath":326,"description":327,"displayName":328,"installMethods":329,"rationale":330,"selectedPaths":331,"source":274,"sourceLanguage":18,"type":245},".claude/skills/doc-author","Write, edit, and maintain documentation. Use for collaborative drafting, autonomous writing, or improving existing docs. Defaults to collaborative mode where the human makes final decisions. Built by Mintlify.","doc-author",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/doc-author/SKILL.md",[332,333],{"path":284,"priority":268},{"path":334,"priority":335},"INSFORGE.md","medium",{"basePath":337,"installMethods":338,"rationale":340,"selectedPaths":341,"source":274,"sourceLanguage":18,"type":347},"examples/python-ml-experiment-tracker",{"pypi":339},"ml-experiment-tracker","cli ecosystem detected at examples/python-ml-experiment-tracker",[342,344,345],{"path":343,"priority":268},"pyproject.toml",{"path":270,"priority":268},{"path":346,"priority":335},"tracker/cli.py","cli",{"sources":349},[350],"manual",{"npmPackage":352},"insforge",{"closedIssues90d":230,"description":354,"forks":231,"homepage":355,"license":237,"openIssues90d":232,"pushedAt":233,"readmeSize":228,"stars":234,"topics":356},"The all-in-one, open-source backend platform for agentic coding. InsForge gives your coding agent database, auth, storage, compute, hosting, and AI gateway to ship full-stack apps end-to-end.","https://insforge.dev",[357,358,359,360,361,362,363,352,364,365,366,367,368],"ai","ai-agents","coding","oauth2","postgresql","deno","embeddings","nextjs","pgvector","realtime","vectors","websockets",{"downloads":8},{"classifiedAt":371,"discoverAt":372,"extractAt":373,"githubAt":373,"npmAt":374,"updatedAt":371},1778690992540,1778689746683,1778690988654,1778690991333,[213,215,211,212,214,13],{"evaluatedAt":241,"extractAt":377,"updatedAt":378},1778690992719,1778691260550,[],[381,410,438,460,490,518],{"_creationTime":382,"_id":383,"community":384,"display":385,"identity":391,"providers":395,"relations":403,"tags":406,"workflow":407},1778697513812.0674,"k174b6b0gkvp2r318akg2twggd86nrwj",{"reviewCount":8},{"description":386,"installMethods":387,"name":389,"sourceUrl":390},"UI/UX design intelligence with searchable style, palette, typography, and chart databases. Use when designing UI components, choosing colors/fonts, reviewing code for UX issues, building landing pages, or implementing responsive layouts.",{"claudeCode":388},"spartan-stratos/spartan-ai-toolkit","ui-ux-pro-max","https://github.com/spartan-stratos/spartan-ai-toolkit",{"basePath":392,"githubOwner":393,"githubRepo":394,"locale":18,"slug":389,"type":245},"toolkit/skills/ui-ux-pro-max","spartan-stratos","spartan-ai-toolkit",{"evaluate":396,"extract":402},{"promptVersionExtension":204,"promptVersionScoring":205,"score":397,"tags":398,"targetMarket":216,"tier":217},100,[399,211,212,400,401],"ui-ux","documentation","python",{"commitSha":251},{"parentExtensionId":404,"repoId":405},"k178krwbqrnxn4xscs4htpjvxd86m4kj","kd73rjj0rnrv7y0rz9qc3psn0586n75g",[211,400,212,401,399],{"evaluatedAt":408,"extractAt":409,"updatedAt":408},1778698073321,1778697513812,{"_creationTime":411,"_id":412,"community":413,"display":414,"identity":420,"providers":424,"relations":431,"tags":434,"workflow":435},1778668208695.142,"k179zj75q8m99g1g98jvkx4k1s86m3yq",{"reviewCount":8},{"description":415,"installMethods":416,"name":418,"sourceUrl":419},"Accessibility audit covering WCAG 2.2, contrast, focus, keyboard, screen reader, touch targets",{"claudeCode":417},"Aboudjem/ui-ux-suite","a11y-audit","https://github.com/Aboudjem/ui-ux-suite",{"basePath":421,"githubOwner":422,"githubRepo":423,"locale":18,"slug":418,"type":245},"skills/a11y-audit","Aboudjem","ui-ux-suite",{"evaluate":425,"extract":430},{"promptVersionExtension":204,"promptVersionScoring":205,"score":397,"tags":426,"targetMarket":216,"tier":217},[427,399,211,212,428,429],"accessibility","auditing","wcag",{"commitSha":251},{"parentExtensionId":432,"repoId":433},"k178zeec8jajqdrczrynw6x3fx86mm8h","kd75532596tdmk72j9k55b0qqn86n5et",[427,428,211,212,399,429],{"evaluatedAt":436,"extractAt":437,"updatedAt":436},1778669930851,1778668208695,{"_creationTime":439,"_id":440,"community":441,"display":442,"identity":446,"providers":448,"relations":456,"tags":457,"workflow":458},1778668208695.1426,"k177xnn65jm40ksxjy30q34rmh86mah9",{"reviewCount":8},{"description":443,"installMethods":444,"name":445,"sourceUrl":419},"Component consistency audit covering state coverage, hierarchy, patterns",{"claudeCode":417},"component-audit",{"basePath":447,"githubOwner":422,"githubRepo":423,"locale":18,"slug":445,"type":245},"skills/component-audit",{"evaluate":449,"extract":455},{"promptVersionExtension":204,"promptVersionScoring":205,"score":397,"tags":450,"targetMarket":216,"tier":217},[13,451,452,453,454,212],"ux","design","audit","components",{"commitSha":251},{"parentExtensionId":432,"repoId":433},[453,454,452,212,13,451],{"evaluatedAt":459,"extractAt":437,"updatedAt":459},1778669970573,{"_creationTime":461,"_id":462,"community":463,"display":464,"identity":470,"providers":475,"relations":484,"tags":486,"workflow":487},1778683190010.2769,"k173mm0mrmw88ybjm7f9rjqry986nya3",{"reviewCount":8},{"description":465,"installMethods":466,"name":468,"sourceUrl":469},"shadcn/ui component library for React with Tailwind CSS - copy-paste accessible components with full code ownership",{"claudeCode":467},"bobmatnyc/claude-mpm-skills","shadcn/ui Component Library","https://github.com/bobmatnyc/claude-mpm-skills",{"basePath":471,"githubOwner":472,"githubRepo":473,"locale":18,"slug":474,"type":245},"toolchains/ui/components/shadcn","bobmatnyc","claude-mpm-skills","shadcn",{"evaluate":476,"extract":482},{"promptVersionExtension":204,"promptVersionScoring":205,"score":477,"tags":478,"targetMarket":216,"tier":217},99,[479,480,481,213,212],"react","shadcn-ui","tailwind-css",{"commitSha":251,"license":483},"MIT",{"repoId":485},"kd72g55e5qeqs90bk1bvkt8wbx86nkn3",[213,212,479,480,481],{"evaluatedAt":488,"extractAt":489,"updatedAt":488},1778685551932,1778683190010,{"_creationTime":491,"_id":492,"community":493,"display":494,"identity":500,"providers":504,"relations":511,"tags":513,"workflow":514},1778695298619.78,"k170zjvtqe5mj6e7r14gtcspgn86mssv",{"reviewCount":8},{"description":495,"installMethods":496,"name":498,"sourceUrl":499},"Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states. Handles UX review, visual hierarchy, information architecture, cognitive load, accessibility, performance, responsive behavior, theming, anti-patterns, typography, fonts, spacing, layout, alignment, color, motion, micro-interactions, UX copy, error states, edge cases, i18n, and reusable design systems or tokens. Also use for bland designs that need to become bolder or more delightful, loud designs that should become quieter, live browser iteration on UI elements, or ambitious visual effects that should feel technically extraordinary. Not for backend-only or non-UI tasks.",{"claudeCode":497},"pbakaus/impeccable","Impeccable","https://github.com/pbakaus/impeccable",{"basePath":501,"githubOwner":502,"githubRepo":503,"locale":18,"slug":503,"type":245},".claude/skills/impeccable","pbakaus","impeccable",{"evaluate":505,"extract":510},{"promptVersionExtension":204,"promptVersionScoring":205,"score":477,"tags":506,"targetMarket":216,"tier":217},[212,452,451,13,507,508,509],"developer-tools","css","code-quality",{"commitSha":251,"license":237},{"repoId":512},"kd759gd4rahj1hshy9e4apdb2n86n1aw",[509,508,452,507,212,13,451],{"evaluatedAt":515,"extractAt":516,"updatedAt":517},1778695341594,1778695298619,1778695398397,{"_creationTime":519,"_id":520,"community":521,"display":522,"identity":528,"providers":532,"relations":541,"tags":543,"workflow":544},1778696113180.814,"k1761rwsvz28qcfzrk4ckpacn186mz53",{"reviewCount":8},{"description":523,"installMethods":524,"name":526,"sourceUrl":527},"Build or audit a design system including component library, design tokens, naming conventions, contribution model, and documentation. Use this skill whenever the user wants to build a design system, audit an existing system, define design tokens at the system level, structure a component library, or set up design system governance. Triggers on design system, component library, design tokens, atomic design, atoms, molecules, organisms, design system documentation, Storybook, Figma library, system governance, design contribution model. Also triggers when teams are inconsistent across products and a system is the answer.",{"claudeCode":525},"rampstackco/claude-skills","Design System","https://github.com/rampstackco/claude-skills",{"basePath":529,"githubOwner":530,"githubRepo":531,"locale":18,"slug":211,"type":245},"skills/design-system","rampstackco","claude-skills",{"evaluate":533,"extract":540},{"promptVersionExtension":204,"promptVersionScoring":205,"score":534,"tags":535,"targetMarket":216,"tier":217},98,[211,213,536,400,537,538,539],"design-tokens","governance","figma","storybook",{"commitSha":251,"license":483},{"repoId":542},"kd7bebccrrd1xf6w868aggftrd86m86v",[213,211,536,400,538,537,539],{"evaluatedAt":545,"extractAt":546,"updatedAt":545},1778696750206,1778696113180]