Mantine skills for AI agents
npx skills add https://github.com/mantinedev/skills --skill mantine-combobox使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
A collection of Claude Code skills for building with Mantine.
Compatible with other agents as well via skills.sh.
mantine-comboboxBuild custom dropdown/select/autocomplete/multiselect components using Mantine's Combobox primitives.
Use 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.
npx skills add https://github.com/mantinedev/skills --skill mantine-combobox
mantine-formBuild forms using @mantine/form.
Use 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.
npx skills add https://github.com/mantinedev/skills --skill mantine-form
mantine-custom-componentsBuild custom components that integrate with Mantine's theming, Styles API, and core features.
Use 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.
npx skills add https://github.com/mantinedev/skills --skill mantine-custom-components
npx skills add https://github.com/mantinedev/skills --skill mantine-combobox
npx skills add https://github.com/mantinedev/skills --skill mantine-form
npx skills add https://github.com/mantinedev/skills --skill mantine-custom-components