Provides a comprehensive guide and ready-to-use configuration patterns for Vitest—the Vite-powered unit test runner. The skill consolidates best-practice vitest.config.ts examples for Node, JSDOM, and Happy DOM environments, workspace/monorepo setups, coverage provider options (V8/Istanbul), performance tuning (thread pools and concurrency), browser testing integration with Playwright, and useful setup files for React testing. It also includes recommended package.json scripts for local development and CI.
Use this skill when setting up or migrating tests to Vitest in a Vite-based project, when configuring coverage and CI reporters, when preparing browser-mode tests (Playwright), or when optimizing test parallelism for large codebases and monorepos. Ideal for teams standardizing test tooling and for devs onboarding to Vitest.
Works well with developer-facing coding assistants (Copilot, Claude Code, other code editors) and CI automation that can apply config changes to JavaScript/TypeScript projects.
This skill has not been reviewed by our automated audit pipeline yet.
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).
Tailwind Configuration
Guides configuring tailwind.config (content paths, theme extension, plugins, dark mode and production optimizations) for projects using Tailwind CSS.
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