hubeiqiao/skills · Archived

joe-speaking-design-language

Canonical visual design language for Joe Speaking. Use when creating or modifying UI components, choosing colors, typography, spacing, shadows, or motion, reviewing visual consistency, or generating any visual asset in the Joe Speaking brand. Covers web (OKLCH), email (hex), and dark mode tokens.

First seen Apr 16, 2026

Installation

$ npx skills add hubeiqiao/skills --skill joe-speaking-design-language

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from hubeiqiao/skills · top by installs.

npx skills add hubeiqiao/skills

Browse all from hubeiqiao/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,915 B
  • docs SUMMARY.md 333 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Joe Speaking Design Language

Overview

This skill is the single source of truth for Joe Speaking's visual identity tokens. It declares every color, font, spacing value, shadow, motion variant, and dark mode override used across the product — extracted directly from source CSS and TypeScript.

Use design-language.md as the authoritative reference whenever you need to pick a color, set a font, choose a shadow scale, or animate an element in the Joe Speaking brand.

When to Use

Activate this skill when you are:

  • Building or modifying UI — any React component, landing page section, or app screen
  • Choosing colors — picking accent, background, text, or status colors
  • Reviewing visual consistency — auditing whether a component uses the correct tokens
  • Setting typography — choosing font families, weights, or size ranges
  • Applying motion — adding entrance animations, hover effects, or continuous animations
  • Generating visual assets — creating emails, social images, or design mockups

Workflow

  1. Read design-language.md before writing any visual code.
  2. Identify context:

- Web app / landing page → use OKLCH values and Tailwind/CSS custom properties - Email → use hex equivalents (email clients don't support OKLCH) - External tools / design files → use hex equivalents

  1. Apply tokens from the matching section — never hard-code colors, fonts, or shadows.
  2. For motion, use the Framer Motion variants documented in Section 7 of the reference. Import them from lib/landing/animations.ts.

Relationship to Other Skills

  • This skill is the canonical brand reference. When token values conflict with other sources, this skill wins.
  • joe-speaking-email has surface-specific email implementation (table layouts, VML, responsive classes). Use both skills together when building emails: this one for token values, that one for email-specific patterns.
  • docs/UI_GUIDELINES.md in the repo covers implementation patterns (component APIs, accessibility, responsive strategies). This skill covers the raw tokens those patterns consume.

Palette Direction

Warm amber (hue ~55–85) is the canonical brand accent.

The landing page already uses this palette (--landing-* tokens). The main app currently uses a purple-blue palette (hue ~280) — this is legacy, documented in Section 4 of the reference for backward compatibility. The migration direction is: incrementally adopt warm amber tokens across the entire product.