Inspired by nextlevelbuilder/ui-ux-pro-max-skill.
Source: nextlevelbuilder/ui-ux-pro-max-skillReverse-engineered from real GitHub workflow.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
No specific use case defined.
Hey there! I want to build an AI-powered skill that provides design intelligence for UI/UX projects, essentially acting as a "Design System Generator". The main idea is that a user can describe their project requirements, and the AI should analyze these to produce a complete, tailored design system, supporting multiple platforms and frameworks.
For the core AI reasoning engine, which will house the logic for analyzing requirements, applying design rules (like the "161 reasoning rules" mentioned), and leveraging various UI styles (like the "67 UI styles"), I'd like to use Python 3.x. This Python component will be responsible for the heavy lifting of intelligent design system generation, translating user input into structured design outputs.
To make this accessible, I envision a command-line interface (CLI) for user interaction. This CLI should allow users to input their project details and receive the generated design system. Given the mention of `uipro-cli` on npm, let's build this CLI using Node.js, making it a client that communicates with the Python AI backend.
Finally, the project should be architected to easily integrate as an AI skill or plugin with conversational AI platforms like Claude, allowing for seamless use within those environments. Think about how the Python backend could expose its capabilities and how the overall structure supports such plugin models.
Could you help me set up this project with a focus on the Python AI core for design intelligence, a Node.js CLI for user interaction, and a design that keeps future AI assistant integrations in mind?