ワンクリックで
mantine
A fully featured React components library
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
A fully featured React components library
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Eamon Hyland's opinionated tooling and conventions for TypeScript projects. Use when setting up new projects, configuring a linter, monorepos, library publishing, or when the user mentions Eamon's preferences.
End-to-end typesafe APIs with tRPC
Bundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown. Use when building libraries, generating type declarations, bundling for multiple formats, or migrating from tsup.
Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.
Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
| name | mantine |
| description | A fully featured React components library |
| metadata | {"author":"Eamon Hyland","version":"2026.2.4","source":"Generated from https://mantine.dev/llms.txt, scripts located at https://github.com/ehyland/skills"} |
The skill is based on Mantine v8, generated at 2026-02-04.
Mantine is a React components library with more than 100 customizable components and 50 hooks to cover you in any situation.
| Topic | Description | Reference |
|---|---|---|
| Setup & Theming | Installation, MantineProvider, theme configuration | core-setup |
| Styling | CSS Modules, Style Props, Styles API, CSS Variables | core-styles |
| Topic | Description | Reference |
|---|---|---|
| Form Management | useForm hook, validation, values, nested fields | features-form |
| Hooks | Essential utility hooks for state and DOM | features-hooks |
| Component Patterns | Polymorphic components, layout systems, overlays | features-components |