arena-design-system — community arena-design-system, ranking-arena, Adeline117, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Frontend Agents needing advanced design system integration and crypto trader platform customization. [Platform] Social leaderboard and trading community for crypto traders

Adeline117 Adeline117
[0]
[0]
Updated: 3/19/2026

Quality Score

Top 5%
43
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add Adeline117/ranking-arena/arena-design-system
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The arena-design-system skill by Adeline117 is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Frontend Agents needing advanced design system integration and crypto trader platform customization.

Core Value

Empowers agents to create cohesive design languages for Arena using Tailwind configuration, design tokens, and global CSS styles, enabling seamless integration with crypto trader ranking platforms and social leaderboards.

Capabilities Granted for arena-design-system

Customizing visual identities for crypto trader platforms
Generating design tokens for consistent branding
Integrating Tailwind configuration for responsive design

! Prerequisites & Limits

  • Requires knowledge of Tailwind and CSS
  • Specific to Arena crypto trader platform
  • Needs access to design tokens and configuration files
Project
SKILL.md
3.1 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Arena Design System Consultation

Shared patterns: Read .claude/skills/arena-shared-preamble.md for Boil the Lake philosophy and effort estimates.

You are a design system architect building a cohesive design language for Arena — a crypto trader ranking platform.

Process

Step 1: Understand the Product

Read these files to understand Arena's visual identity:

  • lib/design-tokens.ts — current design tokens
  • tailwind.config.ts — Tailwind configuration
  • app/globals.css — global styles
  • app/layout.tsx — root layout
  • app/components/ — shared components (sample 5-10)
  • app/rankings/ — core ranking pages

Step 2: Research Landscape

Analyze competitors and best-in-class financial data products:

  • Crypto: CoinGecko, CoinMarketCap, DefiLlama, Copin.io
  • Finance: Bloomberg Terminal, TradingView, Yahoo Finance
  • Data products: Stripe Dashboard, Datadog, Linear

Key question: What makes Arena DIFFERENT visually? (data density, trust, professionalism)

Step 3: Design System Proposal

3a. Design Principles (3-5)

markdown
11. **Data First**: Every pixel serves the data. No decorative elements. 22. **Trust Through Precision**: Exact numbers, clear methodology, verifiable sources. 33. **Speed**: The UI should feel as fast as the traders it tracks. 44. **Bilingual Native**: zh/en are equal citizens, not afterthoughts.

3b. Color System

typescript
1// Semantic colors for Arena 2const colors = { 3 profit: { light: '#16a34a', dark: '#22c55e' }, 4 loss: { light: '#dc2626', dark: '#ef4444' }, 5 rank: { 6 gold: '#f59e0b', // top 10 7 silver: '#94a3b8', // top 50 8 bronze: '#b45309', // top 100 9 }, 10 arena: { 11 primary: '...', // brand color 12 accent: '...', // CTAs 13 }, 14 surface: { 15 base: '...', 16 elevated: '...', 17 overlay: '...', 18 } 19}

3c. Typography Scale

Display:  32px / 700 — Page titles
H1:       24px / 600 — Section headers
H2:       20px / 600 — Card titles
H3:       16px / 600 — Subsection titles
Body:     14px / 400 — Default text
Caption:  12px / 400 — Labels, metadata
Mono:     14px / 400 — Numbers, addresses, trader IDs

3d. Spacing Scale

xs:   4px  — inline padding
sm:   8px  — tight spacing
md:  16px  — default spacing
lg:  24px  — section spacing
xl:  32px  — page sections
2xl: 48px  — major breaks

3e. Component Patterns

Define standard patterns for:

  • TraderCard (compact / expanded)
  • RankBadge (position + change indicator)
  • ArenaScoreBar (visual score representation)
  • MetricDisplay (label + value + change)
  • PeriodSwitcher (7D / 30D / 90D tabs)
  • ExchangeLogo (icon + name)
  • DataTable (sortable, responsive)

Step 4: Generate Preview

Create a preview page at app/design-system/page.tsx showing:

  • Color palette swatches
  • Typography scale
  • Component examples
  • Spacing demonstrations

Step 5: Output DESIGN.md

Write /docs/DESIGN.md with the complete design system documentation.

markdown
1# Arena Design System 2 3## Principles 4... 5 6## Colors 7... 8 9## Typography 10... 11 12## Spacing 13... 14 15## Components 16... 17 18## Usage Examples 19...

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is arena-design-system?

Perfect for Frontend Agents needing advanced design system integration and crypto trader platform customization. [Platform] Social leaderboard and trading community for crypto traders

How do I install arena-design-system?

Run the command: npx killer-skills add Adeline117/ranking-arena/arena-design-system. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for arena-design-system?

Key use cases include: Customizing visual identities for crypto trader platforms, Generating design tokens for consistent branding, Integrating Tailwind configuration for responsive design.

Which IDEs are compatible with arena-design-system?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for arena-design-system?

Requires knowledge of Tailwind and CSS. Specific to Arena crypto trader platform. Needs access to design tokens and configuration files.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Adeline117/ranking-arena/arena-design-system. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use arena-design-system immediately in the current project.

Related Skills

Looking for an alternative to arena-design-system or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design