Translates vague user requirements into an action-level PENCIL_PLAN sequence of Pencil MCP tool calls . Does not execute; outputs the plan only.
共 632 个技能可用
Translates vague user requirements into an action-level PENCIL_PLAN sequence of Pencil MCP tool calls . Does not execute; outputs the plan only.
Initialize Ant Design. design system components in Pencil variables and component overview.
Initialize Bootstrap. design system components in Pencil variables and component overview.
Initialize ECharts. design system components chart placeholders and data-viz tokens in Pencil.
Initialize Element Plus. design system components in Pencil variables and component overview.
Initialize Layui. design system components in Pencil variables and component overview.
Initialize uCharts. design system components chart placeholders and data-viz tokens in Pencil.
Initialize uView 2.x . design system components in Pencil variables and component overview.
Initialize uView Pro. design system components in Pencil variables and component overview.
Initialize Vant. design system components in Pencil variables and component overview.
Rust 并发编程技能 — 线程(thread::spawn、scoped threads)、同步原语(Mutex、RwLock、Barrier、Condvar、OnceLock、LazyLock)、原子操作(AtomicBool/I32/Usize、Ordering)、通道(mpsc)、async/await(Future、Tokio 运行时)、Send/Sync trait。基于 std::thread、std::sync、std::sync::atomic 与 Async Book。当用户需要多线程编程、异步 I/O 或使用 Tokio 时激活。
优化应用性能。在存在性能要求、怀疑出现性能回退,或需要改进 Core Web Vitals 时使用。