원클릭으로
design-system-from-reference
Extract visual style from reference UI screenshot and codify into reusable design system.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Extract visual style from reference UI screenshot and codify into reusable design system.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Argue against proposed actions to test judgment quality. Not "is the code correct" but "should we be doing this at all?" Aligned with robustness, not performance.
Orchestrate Claude Code agent teams for parallel multi-agent collaboration
Learn and integrate new APIs, creating permanent skills for external service access.
Create and update CHANGELOG.md with entries that include AI model/CLI attribution, PRD context, and task references.
Audit decisions for judgment quality, compliance bias, and manipulation vulnerability. Inspired by Anthropic's Project Vend Phase 2 finding that helpfulness training creates exploitable attack surface.
Extract visual style from reference UI screenshot and codify into reusable design system.
| name | design-system-from-reference |
| description | Extract visual style from reference UI screenshot and codify into reusable design system. |
| category | design |
Guides Gemini CLI through a structured, four-phase workflow to extract a visual style from a reference UI screenshot and codify it into a reusable design system for this project. It:
design/design.json as a high-level style guide.design/design-system.json as the implementation-level source of truth for future AI-assisted development.This skill follows the rule defined in ai-dev-tasks/design-system-from-reference.md.
Use this skill when:
It is especially useful early in a project, before large amounts of UI have been implemented.
design/ folder at the repo root.ai-dev-tasks/ and may already have other AI Dev Task rules.Always confirm with the user before installing dependencies or running long-lived dev servers.
Follow these phases, coordinating with the user at each major step.
design/design.json)design/design.json as a high-level style guide.design/design.json with:
design/design.json at the project root.design/showcase-app/).design/showcase-app/).design/design.json.npm install, npm run dev in the showcase folder) but never run commands or install dependencies without explicit confirmation.design/design-system.json)design/design-system.json.design/design-system.json and write it to design/design-system.json once the user approves.When future prompts involve building or modifying UI in this project:
design/design-system.json and design/design.json.