ckm:design-system

Generate and validate design tokens and component specifications from JSON configuration.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/qqrus/hakanot4 --skill ckm-design-system-qqrus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ckm:design-system
Source: https://github.com/qqrus/hakanot4/tree/main/.augment/skills/ckm-design-system
Command: npx skills add https://github.com/qqrus/hakanot4 --skill ckm-design-system-qqrus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, python, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of creating and utilizing design tokens, component specifications, and slide generation, enabling systematic design and brand-compliant presentations.

Core Features & Use Cases

  • Token Architecture: Offers a three-layer token system (primitive, semantic, component) for design consistency.
  • Component Specifications: Provides detailed specifications for UI components, including variants and states.
  • Slide Generation: Automatically creates slides for presentations using design tokens and strategic content.
  • Use Case: Designers and developers can use this Skill to generate slides for pitch decks that align with a company's brand guidelines.

Quick Start

Generate a set of design tokens for your project:

node scripts/generate-tokens.cjs --config tokens.json -o tokens.css

Frequently Asked Questions about ckm:design-system

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

FAQPage Schema
How do I generate design tokens from JSON configuration?

To generate design tokens from JSON configuration, execute the token generation script via node using your JSON file as input. This process validates your JSON configuration and outputs a CSS file containing your structured design tokens for presentation.

What is a three-layer design token architecture for systematic design?

A three-layer design token architecture organizes design tokens into primitive, semantic, and component layers. This structured approach ensures design consistency across UI components by separating raw values from semantic meaning and specific component specifications.

Can I automatically create brand-compliant slides using design tokens?

Yes, you can automatically generate brand-compliant slides using design tokens. The Skill utilizes your defined tokens and strategic content to create presentation slides that strictly align with your company's brand guidelines and visual specifications.

Do I need Python and Node to run the design system scripts?

Yes, you need both Python and Node to run the design system scripts. Python is required for script execution and design system understanding, while Node executes the token generation scripts that process your JSON configuration files.

What's the best way to maintain brand compliance across component specifications?

The best way to maintain brand compliance across component specifications is to use a centralized token system. By defining detailed specifications for UI components including variants and states, the system ensures all components derive their styles from validated brand tokens.