بنقرة واحدة
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.
Build or update frontend components and pages that strictly adhere to the project design system defined in design/design-system.json (and design/design.json when present).
| name | design-system-from-reference |
| description | Extract visual style from reference UI screenshot and codify into reusable design system. |
| category | design |
Guides Claude Code 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.