atom63/cipher — explained in plain English
Analysis updated 2026-07-16 · repo last pushed 2026-05-09
Generate a complete three-tier design token system from a single brand color.
Batch-create, rename, or edit dozens of Figma color and style variables at once.
Export Figma variables as production-ready CSS or JSON with Tailwind v4 theme support.
Import existing JSON or CSS token files into Figma and detect conflicts before overwriting.
| atom63/cipher | abidoo22/pixelorama-mcp | aditya-pandey/slate | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | 2026-05-09 | — | — |
| Maintenance | Maintained | — | — |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 3/5 | 2/5 |
| Audience | designer | vibe coder | general |
Figures from each repo's GitHub metadata at analysis time.
Requires cloning the monorepo, installing dependencies, building the plugin, and loading it via Figma's development mode, no one-click Figma Community install yet.
Cipher is a Figma plugin that helps design teams manage their design tokens, the colors, spacing, typography, and other style values that keep a product visually consistent. Instead of manually creating and updating dozens of color swatches or text styles one at a time, you can batch-edit them, generate full token systems from scratch, and export everything as production-ready CSS that developers can drop straight into their codebase. At its core, the plugin works inside Figma and handles four main jobs. It lets you manage variables (like colors and numbers) in bulk, create, rename, move, or edit many at once. It manages styles (paint, text, effects) and can automatically bind unstyled elements to the right variables. It imports tokens from JSON or CSS files, detecting conflicts so you don't overwrite work by accident. And it exports everything to CSS or JSON, supporting modern formats like OKLCH color and Tailwind CSS v4 theme blocks, with output split into logical files like primitives, semantics, and type scales. The standout feature is the Token Generator. You give it a brand color and a few preferences, and it builds a complete three-tier token system, from raw values up to semantic ones ready for use. It generates color scales (50, 950), surface tones (light/dark), status colors, typography with configurable scale ratios, spacing, radius, shadows, and utility tokens like z-index and animation easing. This means a designer can go from a single brand color to a full design system in minutes rather than days. The project is built as a monorepo containing the Figma plugin itself, a marketing website, and a landing page boilerplate. It uses React and TypeScript throughout, with a test suite of over 400 tests. The plugin is installed in Figma's development mode by pointing it at the project's manifest file, so it's currently set up for local development rather than a one-click install from the Figma Community.
A Figma plugin that lets designers batch-create, edit, and export design tokens, and generate a complete design system from a single brand color in minutes.
Mainly TypeScript. The stack also includes TypeScript, React, Figma Plugin API.
Maintained — commit in last 6 months (last push 2026-05-09).
No license information is provided in the repository, so usage rights are unclear and you should contact the author before using it.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly designer.
This repo across BitVibe Labs
Verify against the repo before relying on details.