plugins marketplace
← All plugins

extract-design-system

v0.1.11

Extract design primitives from public websites into starter token files.

Codex1 skill

169updated 1 week ago

Source

git clone https://github.com/arvindrk/extract-design-system

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

extract-design-system/
├── .codex-plugin/plugin.json
└── skills/extract-design-system/SKILL.md

Skills1

extract-design-systemskills/extract-design-system/SKILL.md

Extract design primitives from a public website and generate starter token files for your project.

Manifests1

.codex-plugin/plugin.json
{
  "name": "extract-design-system",
  "version": "0.1.11",
  "description": "Extract design primitives from public websites into starter token files.",
  "skills": "./skills/"
}