원클릭으로
pencil-ui-designer
The Pencil Orchestrator. Handles the flow of initializing Design System Components based on requirements.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
The Pencil Orchestrator. Handles the flow of initializing Design System Components based on requirements.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
When you need to turn Stitch page HTML (or a Stitch URL) into a Pencil .pen design. Parses DOM and Tailwind, applies HTML→Pencil mapping and execution order, outputs sequential batch_design for layout and style fidelity (background, color, size, margin, padding, shadow). Supports multi-framework tokens.
Batch execute design changes. The Agent's 'Hands'. Core capability for inserting, updating, moving, or deleting nodes.
Batch search and read node information. The Agent's 'Eyes'. Use to find specific components e.g. all nodes named 'Button' or get child structure within a container.
Smartly find empty canvas space. Use to automatically plan artboard placement to avoid overlap and keep the canvas organized.
Get current design environment context. Use when you need to understand what is currently selected, canvas position, and environment state before any task.
Get design system guidelines. Use to read and understand specifications e.g. Material Design iOS HIG or custom specs before designing.
| name | pencil-ui-designer |
| description | The Pencil Orchestrator. Handles the flow of initializing Design System Components based on requirements. |
| license | Apache 2.0 |
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.
确保开发环境已安装必要的依赖和工具。
根据项目需求进行基础配置。
按照示例代码实现核心功能。
运行测试确保功能正常。
完成开发后进行部署和监控。