This skill documents how to define and structure quarks — the smallest design tokens (colors, spacing, typography, shadows, breakpoints, z-index) that atoms and components consume. It provides examples, TypeScript token files, CSS variable generation, and integration notes for Tailwind and CSS-in-JS.
Use this skill when building or refactoring a design system, migrating hard-coded styles into tokens, or introducing runtime theming and CSS custom properties. Appropriate for frontend engineers, design systems teams, and component library maintainers.
{ }
Cette compétence n'a pas encore été examinée par notre pipeline d'audit automatisé.
GraphQL Inspector — Validate
Validate GraphQL operations against a schema with configurable depth, complexity, alias and directive limits to catch errors before runtime.
Pytest Plugins Guide
Guidance on the pytest plugin ecosystem: plugin development, pytest-cov, pytest-mock, configuration, CI integration, and advanced patterns.
Gleam — Erlang Interop
Guides Gleam developers to call Erlang libraries, declare external functions, handle Erlang types, and integrate with OTP, NIFs, and ports.