Habilidades frontend-ui-dark-ts
📦

frontend-ui-dark-ts

Seguro ⚡ Contém scripts⚙️ Comandos externos🌐 Acesso à rede📁 Acesso ao sistema de arquivos

Build Dark-Themed React UIs

Create modern dark-themed React applications with Tailwind CSS, glassmorphism effects, and smooth Framer Motion animations for dashboards and admin panels.

Suporta: Claude Codex Code(CC)
🥉 75 Bronze
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

Ative e comece a usar

Testar

A utilizar "frontend-ui-dark-ts". Create a dark-themed button component with brand purple background

Resultado esperado:

A button component using bg-brand with hover:bg-brand-hover, proper focus ring styles, and touch-friendly sizing

A utilizar "frontend-ui-dark-ts". Build a sidebar with glassmorphic panel effect

Resultado esperado:

A sidebar using glass-panel class with backdrop-blur-lg, dark background, and subtle border styling

A utilizar "frontend-ui-dark-ts". Add a fade-in animation to a modal component

Resultado esperado:

Modal with initial opacity 0, animate to opacity 1, using Framer Motion with 0.3s easeOut transition

Auditoria de Segurança

Seguro
v1 • 2/25/2026

Static analysis flagged 69 potential issues, all of which are false positives. The flagged patterns (shell commands, hardcoded URLs, path traversal, weak crypto) are actually documentation examples and code templates in SKILL.md. No malicious code or security risks detected. This is a legitimate frontend UI skill for building dark-themed React applications.

1
Arquivos analisados
594
Linhas analisadas
4
achados
1
Total de auditorias
Auditado por: claude

Pontuação de qualidade

38
Arquitetura
100
Manutenibilidade
87
Conteúdo
50
Comunidade
100
Segurança
96
Conformidade com especificações

O Que Você Pode Construir

Build a dark-mode admin dashboard

Create a professional admin panel with sidebar navigation, data tables, and status indicators using the dark theme patterns.

Design a data visualization interface

Build a data-rich dashboard with glassmorphic cards, smooth transitions, and custom color tokens for data visualization.

Implement a modern landing page

Create a sleek landing page with animated sections, glass overlay modals, and polished micro-interactions.

Tente Estes Prompts

Basic Dark Theme Setup
Use the frontend-ui-dark-ts skill to set up a new React project with Tailwind CSS dark theme configuration. Include custom brand colors, neutral backgrounds, and text color tokens.
Glass Card Component
Create a glassmorphic card component using the frontend-ui-dark-ts patterns. Include backdrop blur, subtle borders, and proper dark theme colors.
Animated Page Transitions
Implement smooth page transitions using Framer Motion. Use the fade-in and slide-up variants from the frontend-ui-dark-ts skill for route changes.
Complete Dashboard Layout
Build a complete dashboard layout with app shell, sidebar navigation, page header, and responsive glass cards. Include status badges and data visualization color tokens.

Melhores Práticas

  • Use semantic color tokens (text-primary, text-secondary) instead of hardcoded colors for maintainability
  • Apply glass effects sparingly - overuse can reduce readability and performance
  • Test animations on actual devices - reduce motion preferences should be respected

Evitar

  • Avoid using pure black backgrounds - use neutral-bg colors with proper contrast ratios
  • Do not apply glass effect to all elements - reserve for elevated surfaces and overlays
  • Avoid excessive animation complexity that impacts page load or interaction responsiveness

Perguntas Frequentes

Does this work with Create React App or only Vite?
The skill uses Vite-specific features like env() for safe areas. For CRA, you would need to adjust the Tailwind config and CSS variables.
Can I use custom colors instead of the default brand purple?
Yes, modify the brand colors in tailwind.config.js to match your design system.
Do the glass effects work in all browsers?
Glass effects require backdrop-filter support. Older browsers will show a solid background instead.
How do I add more animation variants?
Define new variants in the Animation Patterns section and add corresponding keyframes to tailwind.config.js.
Can I use this with TypeScript?
Yes, the skill includes TypeScript examples and the configuration is JavaScript-compatible.
Is this skill compatible with Claude Code and Codex?
Yes, this skill supports claude, codex, and claude-code tools.

Detalhes do Desenvolvedor

Estrutura de arquivos

📄 SKILL.md