design-systems

Create and apply brand design system tokens to generated HTML designs.

Updated May 13, 2026
One-click install
npx skills add https://github.com/fred07diamond/Call-Copilot --skill design-systems-fred07diamond
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: design-systems
Source: https://github.com/fred07diamond/Call-Copilot/tree/main/apps/design/.agents/skills/design-systems
Command: npx skills add https://github.com/fred07diamond/Call-Copilot --skill design-systems-fred07diamond

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Maintaining consistent brand identity across generated designs requires manually tracking colors, fonts, spacing, and logos for every project. This Skill centralizes brand tokens in a design system store and applies them automatically to generated HTML. ## Core Features & Use Cases - Design System CRUD: Create, read, update, list, and set default design systems storing colors, typography, spacing, borders, and logos via actions like create-design-system and update-design-system. - Multi-Source Brand Import: Extract design tokens from websites, GitHub repositories, local code files, documents (DOCX, PPTX, PDF), and existing projects, then synthesize them into a unified DesignSystemData schema. - Token Application: Replace default CSS custom properties, Google Fonts links, logos, and custom CSS in generated HTML with the linked design system's tokens, and seed tweak options with brand values. - Use Case: A user provides a company website URL and a brand PowerPoint; the agent imports both sources, merges the extracted tokens, creates a design system, and applies it to every generated design for that brand. ## Quick Start Ask the agent to import brand tokens from your company website URL and create a design system, then apply it to your next generated design.

Frequently Asked Questions about design-systems

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

FAQPage Schema
How do I create a design system with brand colors and fonts?▼

Run the create-design-system action with a title and a data JSON containing colors, typography, spacing, borders, and logos following the DesignSystemData schema. The first design system a user creates is automatically set as their default.

How to import brand tokens from a website or GitHub repo?▼

Use import-from-url with a website URL to extract CSS custom properties, colors, and fonts, or import-github with a repository URL to parse Tailwind configs and theme files. Multiple sources can be called in parallel and merged into one design system.

Can I extract design tokens from PDF or PowerPoint brand documents?▼

Yes, the import-document action accepts DOCX, PPTX, and PDF files and returns content-type-aware design hints. Presentations are treated as the strongest signal for brand colors and fonts among document sources.

How are design system tokens applied to generated HTML?▼

When a design has a linked design system, the default CSS custom properties are replaced with the system's tokens, the Google Fonts link is updated with its fonts, logos are inserted into navigation or hero sections, and any customCSS is injected into the style block.

Can I share a design system with my organization?▼

Yes, design systems use the same sharing model as designs. Call share-resource with resourceType design-system, a principalType of org, and a role such as viewer to make it available to all organization members.