maquina-appmaquina-appOfficialยท1 Agent Skills Included

maquina_components

Consistent Rails UI components with forms, layouts, and theming

Builds consistent, accessible Rails interfaces using ERB partials, Tailwind CSS 4, and Stimulus controllers. Provides ready-made cards, tables, forms, sidebars, toasts, and date pickers with a unified styling API. Eliminates inconsistent view code, missing validation states, and ad-hoc CSS across projects. Guides implementation with component catalogs, form patterns, layout templates, and review checklists.
npx skills add maquina-app/maquina_components --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install maquina_components?โ–ผ

Run `npx skills add maquina-app/maquina_components --all -g -y` in your terminal to install the skill globally.

What does maquina_components do for Rails apps?โ–ผ

It provides a cohesive set of ERB partial components styled with Tailwind CSS 4, covering cards, tables, forms, navigation, and feedback elements for dashboards and admin interfaces.

How does the skill help build Rails views?โ–ผ

It gives your coding assistant a component catalog, form and layout patterns, Turbo integration guidance, and a checklist so generated views follow consistent, accessible conventions.

Does maquina_components support dark mode and theming?โ–ผ

Yes. It uses CSS custom properties following the shadcn/ui convention, with light and dark theme variables and design tokens for shape, focus rings, and elevation.

Do I need ViewComponent or Phlex to use it?โ–ผ

No. It is built on plain ERB partials with data attributes, so any standard Rails developer can use and customize it without adopting new rendering libraries.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’