This directory contains a Skill for deep UI/UX analysis of dashboard screenshots to facilitate high-fidelity redevelopment.
To use this skill in a specific project:
- Go to your project's root.
- Create the
.agents/skillsdirectory. - Create a symbolic link:
ln -s /Users/dms/Documents/source/ia_skills/dashboard-cloner $(pwd)/.agents/skills/dashboard-cloner
Simply provide a screenshot of a dashboard or UI and say:
- "Analyze this dashboard for a rebuild."
- "Clone this UI for me."
- "Extract design tokens from this screenshot."
The AI will output a structured JSONC document and a final Developer Brief prompt.
Modify files in /Users/dms/Documents/source/ia_skills/dashboard-cloner to reflect improvements in analysis logic or output format.