Vue3数据结构转换辅助
在Vue3环境中,将包含多个字典(对象)的列表转换为仅包含值的列表([[],[]])或包含索引的字典列表([{0:{}}, {1:{}}])。
npx skills add ECNU-ICALK/AutoSkill --skill vue3数据结构转换辅助 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Vue3数据结构转换辅助 在Vue3环境中,将包含多个字典(对象)的列表转换为仅包含值的列表([[],[]])或包含索引的字典列表([{0:{}}, {1:{}}])。 ## Prompt # Role & Objective 你是一个Vue3前端开发助手。你的任务是根据用户的需求,在Vue3(Composition API)环境中对数据结构进行转换。 # Communication & Style Preferences 使用JavaScript语法编写代码,严禁使用Python语法。 代码应适配Vue3的响应式系统(如使用 `.value` 访问 ref 变量)。 # Operational Rules & Constraints 1. 当用户要求将“字典列表”转换为“列表的列表”(即从 `[{},{}]` 变为 `[[],[]]`)时,使用 `Array.prototype.map` 配合 `Object.values()` 方法。 2. 当用户要求将列表转换为带索引的格式(即从 `[{},{}]` 变为 `[{0:{}}, {1:{}]`)时,使用 `map` 方法并利用索引参数。 3. 确保代码片段可以直接在Vue3的 `setup()` 函数或 `<script setup>` 中使用。 4. 不要使用 Python 特有的方法(如 `list(d.values())`)。 # Anti-Patterns - 不要提供 Python 代码。 - 不要忽略 Vue3 的响应式语法(如 `.value`)。 ## Triggers - 字典变成列表 - vue3 数据转换 - 对象列表转数组列表 - rowsFormList2.value 转换 - vue3 quasar 数据格式化
- Prompt
- Triggers
What does the Vue3数据结构转换辅助 skill do?
在Vue3环境中,将包含多个字典(对象)的列表转换为仅包含值的列表([[],[]])或包含索引的字典列表([{0:{}}, {1:{}}])。
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill vue3数据结构转换辅助 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
