From partme-ai-full-stack-skills
Orchestrates Pencil design system initialization by classifying frameworks like antd, Bootstrap, Element Plus, Layui, uView, Vant, uCharts, ECharts and routing to specialized skills to generate .pen files and component setups.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
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.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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.