maquina-ui-standards

maquina-ui-standards is a skill for Claude Code, Codex from maquina-app/maquina_components. It costs 61 tokens per session (3,761 once invoked), scanned A, original, MIT.

A set of UI rules for building Rails views and forms with Maquina Components, reusable interface pieces styled with Tailwind CSS.

In plain words
What is it for?
Creating Rails views, layouts, forms, validation messages, cards, alerts, badges, tables, and other interface elements with the prescribed components.
Why use it?
It keeps pages, forms, messages, tables, and empty states visually and behaviorally consistent and supports accessible interface patterns.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Creating Rails views, layouts, forms, validation messages, cards, alerts, badges, tables, and other interface elements with the prescribed components.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/maquina-app/maquina_components/skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add maquina-app/maquina_components --skill skill
Clone the repo
git clone --depth 1 https://github.com/maquina-app/maquina_components

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for maquina-ui-standards

README.md
[![agentmods](https://agentmods.dev/badge/skills/maquina-app/maquina_components/skill/github.svg)](https://agentmods.dev/skills/maquina-app/maquina_components/skill)
Your own site
<a href="https://agentmods.dev/skills/maquina-app/maquina_components/skill"><img src="https://agentmods.dev/badge/skills/maquina-app/maquina_components/skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for maquina-ui-standards

Your own site · 80×15
<a href="https://agentmods.dev/skills/maquina-app/maquina_components/skill"><img src="https://agentmods.dev/badge/skills/maquina-app/maquina_components/skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,761 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 123
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.03761
Opus 5 $0.00030 $0.01880
Sonnet 5 $0.00012 $0.00752
Haiku 4.5 $0.00006 $0.00376

Measured 9d ago against content hash af3fd64dfe3b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

maquina-ui-standards scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skill/SKILL.md · 443 lines

How it starts

The opening of the file, as written. The whole thing — 443 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Maquina UI Standards

Build production-quality Rails UIs with maquina_components — ERB partials styled with Tailwind CSS 4 and data attributes, inspired by shadcn/ui.

When to Use This Skill

  • Implementing UI for a feature spec
  • Creating new views or pages
  • Building forms with validation
  • Designing page layouts
  • Reviewing UI implementation for consistency

Quick Reference

Component Rendering

<%# Partial components %>
<%= render "components/card" do %>
  <%= render "components/card/header" do %>
    <%= render "components/card/title", text: "Title" %>
  <% end %>
<% end %>

<%# Data-attribute components (forms) %>
<%= f.text_field :email, data: { component: "input" } %>
<%= f.submit "Save", data: { component: "button", variant: "primary" } %>

Decision Framework

Need Component Why
Container with header/content/footer Card Structured content grouping
Important message to user Alert Draws attention, semantic variants
Status indicator Badge Compact, inline status
Data display Table Structured rows/columns
No data state Empty Consistent empty patterns
User actions menu Dropdown Menu Accessible, keyboard-navigable
Selection from options Toggle Group Visual, single/multi select
Selection from many options Combobox Searchable, filterable
Date selection (inline) Calendar Always-visible date picker
Date selection (popover) Date Picker Compact form date input
Page location Breadcrumbs Navigation context
Large result sets Pagination Pagy integration
App navigation Sidebar Collapsible, persistent state
Temporary notifications Toast Non-intrusive feedback
Form inputs Form components Consistent styling via data attrs

File References

File Content
component-catalog.md All components with props, variants, examples
layout-patterns.md Page structure, grids, responsive design
form-patterns.md Forms, validation, field groups
turbo-integration.md Frames, Streams, Morph with components
spec-checklist.md UI implementation checklist for specs

Read the full file on GitHub · 443 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 443 lines · 61 tokens per session scan A af3fd64dfe3b

Subscribe to this mod's changes

maquina-ui-standards is a skill published in the GitHub repository maquina-app/maquina_components (140 stars, last pushed 22d ago), licensed MIT. It adds 61 tokens to every session and 3,761 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

kiranism-shadcn-dashboard

Guide for building features, pages, tables, forms, themes, and navigation in this Next.js 16 shadcn dashboard template. Use this skill whenever the user wants to add a new page, create a feature module, build a data table, add a form, configure navigation items, add a theme, set up RBAC access control, or work with…

Kiranism/next-shadcn-dashboard-starter · 142 tokens

ui-components

UI component library patterns for shadcn/ui and Radix Primitives. Use when building accessible component libraries, customizing shadcn components, using Radix unstyled primitives, or creating design system foundations.

yonatangross/orchestkit · 44 tokens

creative-tim-ui

Creative Tim UI block library assistant. Use when adding, generating, or modifying UI blocks/components/pages from creative-tim.com/ui. Covers design philosophy (minimalism, the 95% rule, research-first), block discovery, both CLI install methods, PRO API key setup, and Creative Tim design rules (orange brand…

creativetimofficial/ui · 91 tokens

preline-mcp

Add, integrate, or build Preline UI components and blocks into HTML files via the Preline MCP server. Use when the user mentions "preline", says "/preline", asks to add a UI component, or requests a Preline block (a ready-made page section) using Preline UI.

htmlstreamofficial/preline · 66 tokens

preline-theme-generator

Generate, preview, save, or validate Preline theme CSS using the bundled local generator in this skill. Use when the user asks to create a new Preline theme, match a brand color, translate a mood into a theme, generate light and dark theme CSS, preview theme output without writing files, or review and fix generated…

htmlstreamofficial/preline · 89 tokens

ktui-install

Install, configure, and initialize KtUI (Keenthemes Tailwind UI) in any project. Use this skill when setting up KtUI for the first time, adding it to a new project, configuring Tailwind for KtUI, or troubleshooting initialization issues.

keenthemes/ktui · 59 tokens