Skip to main content

pencil-ui-designer

The Pencil Orchestrator. Handles the flow of initializing Design System Components based on requirements.

Ir a la instalación

Datos de origen

Repositorio
full-stack-skills/pencil-skills
Última actividad en el origen
15 de septiembre de 2026 a las 09:47
Idioma detectado de SKILL.md
inglés
Estrellas
1
Forks
1

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
pencil-ui-designer
description
The Pencil Orchestrator. Handles the flow of initializing Design System Components based on requirements.
license
Apache-2.0
# Pencil Designer (Master Skill) This is the entry point for all Pencil design tasks. It acts as the **"Orchestrator Agent"** that plans and executes the component initialization workflow. ## When to use this skill ### Intent Recognition (CRITICAL) Even if a trigger phrase matches, you must **verify the user's intent**: 1. Is the user explicitly asking to use "Pencil"? 2. Is the current conversation context clearly about "Pencil" design tasks? **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:** - "Pencil, initialize components for..." (Pencil, 初始化...组件) - "Use Pencil to design system..." (使用 Pencil 设计系统...) - "Pencil flow..." (Pencil 流...) ## Workflow ### 1) Intent Classification Determine the target framework and components required. ### 2) Framework Routing Route the request to the specific `pencil-ui-design-system-*` skill. **Mapping:** - `layui` -> `pencil-ui-design-system-layui` - `antd`, `ant design` -> `pencil-ui-design-system-antd` - `bootstrap` -> `pencil-ui-design-system-bootstrap` - `element`, `element-plus` -> `pencil-ui-design-system-element` - `uview` -> `pencil-ui-design-system-uview` - `uview pro`, `uviewpro` -> `pencil-ui-design-system-uviewpro` - `vant` -> `pencil-ui-design-system-vant` - `ucharts` -> `pencil-ui-design-system-ucharts` - `echarts` -> `pencil-ui-design-system-echarts` ### 3) Execution Invoke the target skill to generate the "Design System Components" initialization plan. ### 4) Output Return the structured plan (JSON/Action List) to the user.
Ver en GitHub