技能 frontend-ui-dark-ts
📦

frontend-ui-dark-ts

安全 ⚡ 包含腳本⚙️ 外部命令🌐 網路存取📁 檔案系統存取

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.

支援: Claude Codex Code(CC)
🥉 75 青銅
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「frontend-ui-dark-ts」。 Create a dark-themed button component with brand purple background

預期結果:

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

正在使用「frontend-ui-dark-ts」。 Build a sidebar with glassmorphic panel effect

預期結果:

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

正在使用「frontend-ui-dark-ts」。 Add a fade-in animation to a modal component

預期結果:

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

安全審計

安全
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
已掃描檔案
594
分析行數
4
發現項
1
審計總數
審計者: claude

品質評分

38
架構
100
可維護性
87
內容
50
社群
100
安全
96
規範符合性

你能建構什麼

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.

試試這些提示

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.

最佳實務

  • 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

避免

  • 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

常見問題

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.

開發者詳情

檔案結構

📄 SKILL.md