One-click install
npx skills add https://github.com/dylantarre/design-system-skills --skill framer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: framer
Source: https://github.com/dylantarre/design-system-skills/tree/main/skills/tools/framer
Command: npx skills add https://github.com/dylantarre/design-system-skills --skill framer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams integrate design tokens with Framer to ensure consistent styling across prototypes and Framer sites by mapping tokens to CSS variables, code components, and overrides.

Core Features & Use Cases

  • Token-driven prototyping: Use CSS variables and code components to apply tokens across Framer projects.
  • Overrides and theming: Create dynamic styling using token-based overrides for themes or modes.
  • Framer library integration: Build and publish a shared component library that exposes token-driven components to Framer projects.

Quick Start

Use this Skill to export tokens as CSS, import them into Framer, and start building components that consume those tokens and apply overrides for cohesive design systems.

Frequently Asked Questions about framer

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

FAQPage Schema
How do I use design tokens in Framer prototypes?

You can apply design tokens in Framer by exporting them as CSS variables, building code components that consume those tokens, and using overrides to apply dynamic styling at runtime for consistent visuals.

What is token-driven prototyping in Framer?

Token-driven prototyping is the process of using CSS variables and code components to apply design tokens across Framer projects, ensuring visual consistency and enabling dynamic theming through overrides.

Can I create dynamic themes using overrides and CSS variables in Framer?

Yes, you can create dynamic themes by configuring token-based overrides in Framer, which apply CSS variables at runtime to switch between different visual modes or themes.

How do I build a shared component library that exposes design tokens in Framer?

You build a Framer library by creating code components that consume your CSS variables, then publish it to expose token-driven components for consistent styling across projects.

Do I need to export design tokens as CSS variables before using them in Framer?

Yes, exporting tokens as CSS variables is required to map them into Framer code components and configure overrides for consistent visual styling.