This skill provides practical guidance and example configurations for Tailwind CSS's configuration file (tailwind.config.js/.ts). It explains content paths, safelisting/transform for dynamic classes, theme extension vs replacement, plugin usage, dark mode strategies, and production optimizations.
Use when setting up Tailwind for a new project, migrating an existing project to Tailwind, fixing missing classes in production builds, implementing a design system (brand colors, spacing), or adding custom plugins and utilities. Helpful when encountering dynamic class generation or purge/production size issues.
Likely compatible with code-focused agents and developer assistants (Claude Code, Codex, Gemini CLI, Cursor).
A pure reference skill providing comprehensive Tailwind CSS configuration guidance — content paths, theme extensions, plugins, dark mode, production optimization, and anti-patterns. No bundled scripts; purely static documentation. Well-organized with clear sections, code examples, and practical advice, but user-invocable is false so it serves as passive context rather than actionable instructions.
Clean reference skill with no security concerns. Solid documentation quality but limited by being non-invocable and having no supporting scripts or references directory.
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.
Atomic Design — Quarks
Guidance for creating and organizing ‘quarks’—design tokens and primitive values (colors, spacing, typography, shadows) that form the foundation of a design sys
Professional Honesty
Guidelines for agents to prioritise technical accuracy and direct, evidence-based communication instead of excessive agreeableness.
React Native Components
Practical guidance and patterns for building React Native UI components: core components, composition, performance best practices, and common patterns.
Gluestack UI — Accessibility
Guidance and best practices for building accessible interfaces with gluestack-ui (WCAG 2.1 AA, ARIA, screen readers, keyboard navigation).
Ink Hooks & State Management
Guidance and examples for using React-style hooks (useState, useEffect, useInput, useApp, useStdout, useFocus) to manage state and side effects in Ink terminal
Docker Compose Networking
Practical guidance for designing Docker Compose network topologies—service discovery, bridge and internal networks, aliases, static IPs, and troubleshooting for
Kustomize Generators
Generate Kubernetes ConfigMaps and Secrets with Kustomize from literals, files, and envs to manage environment-specific configuration and trigger safe rollouts.