Dictionary

Design vocabulary, key terms, techniques, and AI language for designers.

26 resources

Design Tokens

The smallest units of a design system. Named values that store visual design decisions like colors, spacing, typography, and shadows.

beginner · 5 min Sign up to read

MCP (Model Context Protocol)

A standard that helps AI assistants connect to tools like Figma with rich context. The bridge between your design files and AI coding tools.

beginner · 5 min Sign up to read

AI Agent

An AI that does not just answer, it acts: reads files, runs tools, makes changes, and works toward a goal across multiple steps with limited supervision.

beginner · 5 min Sign up to read

Context Window

Everything the AI can 'see' at once: your prompt, the files, the images, and the conversation so far. When it fills up, older details fall out of view.

beginner · 5 min Sign up to read

LLM (Large Language Model)

The kind of AI behind Claude, ChatGPT, and Gemini. A model trained to predict text, which makes it good at writing, coding, and reasoning over language.

beginner · 5 min Sign up to read

Animation Vocabulary

The working vocabulary of UI motion. Around 80 terms for entrances, easing, springs, transitions, scroll, and performance, so you can name the exact motion you want instead of asking for 'smoother'.

beginner · 10 min Sign up to read

Chromatic

A visual regression testing service built for Storybook. Catches unintended UI changes before they ship.

beginner · 15 min Sign up to read

CLAUDE.md

A markdown file that teaches Claude Code about a project. Turns generic AI output into project-aware AI output.

beginner · 10 min Sign up to read

Design System Observatory

A monitoring dashboard that tracks the health of your design system. Measures token coverage, component adoption, accessibility, and design-code parity.

intermediate · 5 min Sign up to read

Environment Variables (.env files)

A .env file is a small text file that holds secrets like API keys outside your code. Your app reads from it at runtime. Never commit it to Git.

beginner · 5 min Sign up to read

GitHub Actions

GitHub's built-in CI/CD platform. Runs workflows in response to events like a push, a pull request, or a schedule.

beginner · 15 min Sign up to read

Personal Access Token (PAT)

A secret string that authenticates a user with a service like GitHub or Figma in place of a password.

beginner · 5 min Sign up to read

Playwright

A browser automation tool for end-to-end tests, visual regression, and automatic component screenshots.

beginner · 15 min Sign up to read

Primitive vs Semantic Tokens

The difference between raw value tokens and purpose-driven tokens. Understanding this distinction is essential for scalable design systems.

beginner · 5 min Sign up to read

Storybook

A tool for developing, documenting, and testing UI components in isolation. The default home for design system component docs.

beginner · 10 min Sign up to read

Style Dictionary

An open-source build system that transforms design tokens from JSON into any platform format (CSS, iOS, Android, and more).

beginner · 5 min Sign up to read

Supabase

A backend platform with database, auth, and storage features. A pre-built infrastructure kit for web applications.

beginner · 5 min Sign up to read

Tokens Studio

A Figma plugin that manages design tokens inside Figma and syncs them to GitHub, GitLab, or other sources of truth.

beginner · 10 min Sign up to read

Vercel

A deployment and hosting platform for modern web applications. The 'publish to web' button with strong defaults.

beginner · 5 min Sign up to read

Hallucination

When an AI states something false with full confidence: a made-up API, a token that does not exist, a citation that was never written. Fluent, plausible, and wrong.

beginner · 5 min Sign up to read

Prompt

The instruction you give an AI. The clearer and more specific it is, the better the result. A system prompt sets the standing rules for the whole session.

beginner · 5 min Sign up to read

RAG (Retrieval-Augmented Generation)

A technique that lets an AI look things up before it answers. It retrieves the relevant documents first, then generates from them, instead of relying on memory.

intermediate · 5 min Sign up to read

Skill (Claude Code)

A reusable instruction file that teaches Claude how to do one job your way, invoked with a slash command. Your taste, your review process, your rules, made portable.

intermediate · 5 min Sign up to read

Subagent

A second AI agent spun up to handle one focused task in its own context, then report back. Used to search, review, or work in parallel without cluttering the main session.

intermediate · 5 min Sign up to read

Tokens (the AI kind, not design tokens)

The small chunks of text an AI reads and writes, and what your usage is measured in. Not to be confused with design tokens, which are reusable style values.

beginner · 5 min Sign up to read

Vibe Coding

Building software by describing what you want in plain language and letting the AI write the code, steering by feel and result rather than by reading every line.

beginner · 5 min Sign up to read