A tech-stack-agnostic design system extracted from production. Drop these files into any project's root or
.agents/directory, and your AI coding agent will follow these design patterns automatically.
This repository contains a comprehensive design system that captures exact visual languages, spacing rules, component shapes, animation timing, and layout patterns. It is designed to be universal — meaning it works with any tech stack (React, Vue, Svelte, vanilla HTML/CSS, Flutter, etc.) and any CSS methodology (Tailwind, vanilla CSS, SCSS, CSS-in-JS, etc.).
This design system is built to be used by AI coding agents (like Claude Code, Cursor, GitHub Copilot, or Antigravity).
Instead of manually configuring your colors and fonts, the included AI skill automates the setup process:
- Logo Color Extraction: The agent will ask for your brand's logo and extract the exact primary and secondary colors using vision analysis.
- Automated Tokens: The agent generates project-specific
BRAND-CORE.mdandDESIGN-TOKENS.mdfiles based on your logo and font choices, automatically applying them across the universal layout patterns.
| File | Description |
|---|---|
00-OVERVIEW.md |
System index, tech stack adaptation guide, and AI integration overview. |
01-DESIGN-TOKENS.md |
The universal reference structure for colors, radii, typography, shadows, and glassmorphism. |
02-LAYOUT-AND-SPACING.md |
Page shell structure, container widths, navbar dimensions, and section spacing rhythm. |
03-COMPONENTS.md |
Anatomy and states for every component (navbar, hero, cards, buttons, footer, ASCII background). |
04-ANIMATIONS.md |
Keyframe animations, transition patterns, scroll-reveal systems, and micro-interactions. |
05-PAGE-PATTERNS.md |
Layer stack architecture, section ordering templates, and the 10 universal design rules. |
| Folder | Contents |
|---|---|
templates/ |
Templates (like BRAND-CORE.md) that your AI agent will fill out during project setup. |
skills/ |
Contains the bootstrap-project-design TDD-tested AI Skill that instructs agents on how to initialize the brand identity. |
- Clone or copy the contents of this repository into your new project.
- Ensure the
skills/subdirectory is moved or symlinked to your project's.agents/skills/folder so your AI agent discovers it. - Prompt your AI Agent: "Apply the design system" or "Initialize the project design."
- The AI will guide you through uploading your logo and completing the brand identity setup.