pencil-ui-designer
The Pencil Orchestrator. Handles the flow of initializing Design System Components based on requirements.
The Pencil Orchestrator. Handles the flow of initializing Design System Components based on requirements.
This is the entry point for all Pencil design tasks. It acts as the "Orchestrator Agent" that plans and executes the component initialization workflow.
Even if a trigger phrase matches, you must verify the user's intent:
If the answer is NO, do NOT use this skill.
CRITICAL PREREQUISITE: You must ONLY use this skill when the user EXPLICITLY mentions "Pencil".
Trigger phrases include:
Determine the target framework and components required.
Route the request to the specific pencil-ui-design-system-* skill.
Mapping:
layui -> pencil-ui-design-system-layuiantd, ant design -> pencil-ui-design-system-antdbootstrap -> pencil-ui-design-system-bootstrapelement, element-plus -> pencil-ui-design-system-elementuview -> pencil-ui-design-system-uviewuview pro, uviewpro -> pencil-ui-design-system-uviewprovant -> pencil-ui-design-system-vantucharts -> pencil-ui-design-system-uchartsecharts -> pencil-ui-design-system-echartsInvoke the target skill to generate the "Design System Components" initialization plan.
Return the structured plan (JSON/Action List) to the user.
确保开发环境已安装必要的依赖和工具。
根据项目需求进行基础配置。
按照示例代码实现核心功能。
运行测试确保功能正常。
完成开发后进行部署和监控。