skills/pencil-skills/pencil-ui-designer/SKILL.md
Orchestrates Pencil design system initialization by routing framework requests to the correct pencil-ui-design-system-* skill. Use when the user explicitly mentions Pencil and wants to initialize a design system (antd, Bootstrap, Element Plus, Layui, uView, Vant, uCharts, ECharts), set up component libraries, or create design tokens in a .pen file.
npx skillsauth add partme-ai/full-stack-skills pencil-ui-designerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This is the entry point for all Pencil design system initialization tasks. It acts as the orchestrator that classifies the target framework, routes to the correct pencil-ui-design-system-* skill, and returns the structured initialization plan.
Use this skill when:
Do NOT use this skill if the user does not explicitly mention "Pencil" or if the request is about general design tasks unrelated to Pencil .pen files.
Parse the user request to determine:
Route the request to the specific pencil-ui-design-system-* skill:
| User mentions | Routes to |
|---|---|
| layui, layui-vue | 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 (2.x) | pencil-ui-design-system-uview |
| uview pro, uviewpro | pencil-ui-design-system-uviewpro |
| vant, vant 4 | pencil-ui-design-system-vant |
| ucharts, qiun-data-charts | pencil-ui-design-system-ucharts |
| echarts | pencil-ui-design-system-echarts |
Invoke the target skill which generates a PENCIL_PLAN: a sequence of Pencil MCP tool calls (open_document -> set_variables -> batch_design -> get_screenshot).
Return the structured plan (JSON/Action List) to the user for execution or approval.
development
Provides per-component and per-API examples with cross-platform compatibility details for uni-app, covering built-in components, uni-ui components, and APIs (network, storage, device, UI, navigation, media). Use when the user needs official uni-app components or APIs, wants per-component examples with doc links, or needs platform compatibility checks.
tools
Creates new uni-app projects via the official CLI or HBuilderX with Vue 2/Vue 3 template selection, manifest.json and pages.json configuration, and directory structure setup. Use when the user wants to scaffold a new uni-app project, initialize project files with a single command, or set up the development environment.
tools
Browses, installs, configures, and manages plugins from the uni-app plugin market (ext.dcloud.net.cn) including component plugins, API plugins, and template plugins with dependency handling. Use when the user needs to find and install uni-app plugins, configure plugin settings, manage plugin dependencies, or integrate third-party components.
tools
Develops native Android and iOS plugins for uni-app including module creation, JavaScript-to-native communication, and plugin packaging for distribution. Use when the user needs to build custom native modules, extend uni-app with native capabilities (camera, Bluetooth, sensors), or create publishable native plugins.