Our review
This skill ensures visual consistency, accessibility, and professional credibility across government and business interfaces using a defined color palette, Shadcn/UI components, and Tailwind CSS.
Strengths
- Enforces established design patterns like Shadcn/UI and Tailwind.
- Automatic dark/light mode support via Tailwind utilities.
- Prescribes legible typography (Geist Sans or Inter).
- Mandates mobile-first responsive design.
Limitations
- Requires the project to already use Tailwind and Shadcn/UI.
- Does not cover creation of complex custom components beyond the library.
- Fixed color palette may not suit all contexts.
Use this skill for any interface needing a professional, accessible, and consistent look, especially in government or enterprise projects.
Avoid this skill if the project does not use Tailwind or Shadcn/UI, or if full creative freedom is desired.
Security analysis
SafeThis skill contains only design guidance with no executable code, system commands, or network interactions. It poses no security risk.
No concerns found
Examples
Create a dashboard layout using the Gov-Tech design system: blue primary (#1E40AF), slate structure, Shadcn/UI components, Geist Sans font, mobile-first responsive, dark mode support.Build a data table component with Gov-Tech styling – use Shadcn/UI table, apply slate background, blue accent for headers, ensure it works in both light and dark mode.Design an accessible input form with Gov-Tech system: use Shadcn/UI form elements, proper labels, error states, dark mode compatible, consistent spacing (p-4, gap-6).name: Design System Gov-Tech description: Guia de estilos, cores e componentes premium para interfaces governamentais e empresariais.
Skill: Mestre de Design Gov-Tech
Goal
Garantir consistência visual, acessibilidade e credibilidade profissional em todos os módulos do sistema.
Instructions
- Identificação de Padrão: Determinar se a UI necessária é um Dashboard, Formulário de Entrada ou Tabela de Dados.
- Paleta de Cores: Aplicar a cor primária #1E40AF (Azul Profundo) para ações e a escala
Slatepara a estrutura. - Uso de Componentes: Utilizar componentes base do Shadcn/UI. Se um componente não existir, construa-o usando primitivos do Tailwind.
- Tipografia: Forçar o uso de Geist Sans ou Inter para garantir legibilidade em interfaces densas em dados.
- Responsive Design: Todos os layouts devem ser mobile-first e totalmente responsivos.
Constraints
- Não criar componentes de UI customizados se houver um equivalente Shadcn/UI no projeto.
- Manter espaçamentos padrão do Tailwind (ex:
p-4,gap-6) para evitar débito visual. - CRITICAL: Todos os componentes devem suportar Dark/Light modes usando a classe utilitária
dark:.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.