{
  "markdown": "# Mantine Skills for AI Agents\n\nA collection of [Claude Code skills](https://docs.anthropic.com/en/docs/claude-code/skills) for building with [Mantine](https://mantine.dev/).\nCompatible with other agents as well via [skills.sh](https://skills.sh/).\n\n## Available Skills\n\n### `mantine-combobox`\n\nBuild custom dropdown/select/autocomplete/multiselect components using Mantine's Combobox primitives.\n\nUse when: creating a custom select-like component, building a searchable dropdown, implementing multi-select or tags input, customizing option rendering, adding custom filtering logic, or working with `useCombobox`, `Combobox.Target`, `Combobox.Option`, or `Combobox.Dropdown`.\n\n```sh\nnpx skills add https://github.com/mantinedev/skills --skill mantine-combobox\n```\n\n---\n\n### `mantine-form`\n\nBuild forms using `@mantine/form`.\n\nUse when: setting up a form with `useForm`, adding validation rules or async validation, working with nested object or array fields, sharing form state across components with `createFormContext`, using uncontrolled mode for performance, using the standalone `useField` hook, or any task involving `useForm`, `getInputProps`, `onSubmit`, `insertListItem`, or form validation.\n\n```sh\nnpx skills add https://github.com/mantinedev/skills --skill mantine-form\n```\n\n---\n\n### `mantine-custom-components`\n\nBuild custom components that integrate with Mantine's theming, Styles API, and core features.\n\nUse when: creating a new component using `factory()`, `polymorphicFactory()`, or `genericFactory()`, adding Styles API support (`classNames`, `styles`, `vars`, `unstyled`), implementing CSS variables via `createVarsResolver`, building compound components, registering a component with `MantineProvider` via `Component.extend()`, or working with `Factory`, `useProps`, `useStyles`, `BoxProps`, `StylesApiProps`, or `ElementProps`.\n\n```sh\nnpx skills add https://github.com/mantinedev/skills --skill mantine-custom-components\n```\n\n## Install All Skills\n\n```sh\nnpx skills add https://github.com/mantinedev/skills --skill mantine-combobox\nnpx skills add https://github.com/mantinedev/skills --skill mantine-form\nnpx skills add https://github.com/mantinedev/skills --skill mantine-custom-components\n```\n",
  "bytes": 2216,
  "sha": "ffd3d6961884f96ab825c5db9c679ac13a05d9e31c6b049d00823bfb73b45c16",
  "repo_slug": "mantinedev/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_mantinedev_skills_mantine_combobox_d5afdb33/readme"
}