EX
extract
Extract reusable components, product patterns, and design tokens into a clearer design system with shared APIs, documented defaults, and better reuse. Use when the user wants to refactor repeated UI, consolidate buttons/cards/forms/sections, build a component library, or turn one-off values into reu
Install
mkdir -p .claude/skills/extract-aladicf && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13344" && unzip -o skill.zip -d .claude/skills/extract-aladicf && rm skill.zipInstalls to .claude/skills/extract-aladicf
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Extract reusable components, product patterns, and design tokens into a clearer design system with shared APIs, documented defaults, and better reuse. Use when the user wants to refactor repeated UI, consolidate buttons/cards/forms/sections, build a component library, or turn one-off values into reusable tokens.313 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
About this skill
This compatibility wrapper exposes the extract skill for the .codex/skills layout while keeping skills/extract/SKILL.md as the canonical source of truth.
Follow the canonical instructions in ../../../skills/extract/SKILL.md.