design-bible

Consolidate UI tokens into a single source of truth for design systems.

39|6|Updated May 3, 2026
One-click install
npx skills add https://github.com/cenconq25/claude-code-app-studio --skill design-bible-cenconq25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-bible
Source: https://github.com/cenconq25/claude-code-app-studio/tree/main/.claude/skills/design-bible
Command: npx skills add https://github.com/cenconq25/claude-code-app-studio --skill design-bible-cenconq25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Design Bible is the single source of truth for tokens. Every UX spec, every component, every asset must reference its tokens — no inline color hexes, no inline spacing values. This skill produces that file.

Core Features & Use Cases

  • Defines tokens for color, type, space, radius, elevation, motion, plus app icon and splash spec.
  • Ensures tokens are reused across designs and code, enabling consistent branding and accessibility.
  • Use Case: When starting a new feature, generate a token-driven design bible to guide visuals and export to design-system PRDs.

Quick Start

Run the design-bible to generate token definitions and export design tokens to design/design-bible.md.

Frequently Asked Questions about design-bible

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a design token system and how does it standardize UI development?

A design token system consolidates UI elements like color, typography, and spacing into a single vocabulary. It standardizes UI development by replacing hardcoded values with reusable references, ensuring consistent branding and accessibility across platforms.

How do I generate a single source of truth for design tokens?

You generate a single source of truth for design tokens by defining naming conventions for color, type, space, and elevation, then exporting these consolidated definitions into a markdown file to guide both design and engineering workflows.

Does a design token system ensure accessibility and dark-mode readiness?

Yes, a structured design token system ensures accessibility and dark-mode readiness. By enforcing semantic token naming and centralized definitions, it systematically manages contrast ratios and theme variables for accessible dark-mode interfaces.

Can I export design tokens for cross-platform engineering workflows?

Yes, you can export design tokens for cross-platform engineering workflows. The system provides specific export guidance, translating foundational UI vocabulary into formats that maintain visual consistency across different product platforms.

What is the best way to manage typography and spacing tokens for a design system?

The best way to manage typography and spacing tokens is to centralize them within a design bible. This enforces strict token naming and reuse, eliminating inline values and ensuring consistent type and space scaling across product interfaces.