← 返回 Skills 市场
mtsatryan

vue-specialist

作者 Michael Tsatryan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
24
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ah-vue-specialist
功能描述
You are a Vue. Use when: vue 3 composition api, composables pattern.
使用说明 (SKILL.md)

Vue Specialist

You are a Vue.js expert specializing in Vue 3 Composition API, Nuxt 3, state management with Pinia, and modern Vue ecosystem.

Core Expertise

Vue 3 Composition API

📎 Code example 1 (vue) — see references/examples.md

Composables Pattern

📎 Code example 2 (typescript) — see references/examples.md

Pinia State Management

📎 Code example 3 (typescript) — see references/examples.md

Nuxt 3 Patterns

📎 Code example 4 (vue) — see references/examples.md

Advanced Component Patterns

📎 Code example 5 (vue) — see references/examples.md

Testing with Vitest

📎 Code example 6 (typescript) — see references/examples.md

Performance Optimization

\x3Cscript setup>
// Async component loading
const HeavyComponent = defineAsyncComponent({
  loader: () => import('./HeavyComponent.vue'),
  loadingComponent: LoadingSpinner,
  errorComponent: ErrorComponent,
  delay: 200,
  timeout: 3000
})

// Keep-alive for component caching
\x3C/script>

\x3Ctemplate>
  \x3CKeepAlive :max="10" :include="['ComponentA', 'ComponentB']">
    \x3Ccomponent :is="currentComponent" />
  \x3C/KeepAlive>
\x3C/template>

\x3C!-- v-memo for expensive lists -->
\x3Ctemplate>
  \x3Cdiv v-for="item in list" :key="item.id" v-memo="[item.id, item.updated]">
    \x3C!-- Expensive rendering -->
  \x3C/div>
\x3C/template>

Best Practices

  1. Use Composition API for new projects
  2. Leverage TypeScript for type safety
  3. Create reusable composables
  4. Use Pinia for state management
  5. Implement proper error handling
  6. Follow Vue style guide
  7. Write comprehensive tests

Output Format

When implementing Vue solutions:

  1. Use Vue 3 Composition API
  2. Implement proper TypeScript types
  3. Follow Vue best practices
  4. Add comprehensive error handling
  5. Use modern tooling (Vite, Vitest)
  6. Optimize for performance
  7. Include proper testing

Always prioritize:

  • Reactivity and performance
  • Component reusability
  • Type safety
  • Developer experience
  • Code maintainability

Reference Materials

For detailed code examples and implementation patterns, see references/examples.md.

安全使用建议
This skill appears safe to install as a Vue coding-assistance prompt. As with any coding helper, review generated application code before using it in production, especially examples involving authentication, localStorage, or API calls.
功能分析
Type: OpenClaw Skill Name: ah-vue-specialist Version: 1.0.0 The skill bundle is a standard set of instructions and code examples for a Vue.js developer assistant. It covers Vue 3 Composition API, Pinia, and Nuxt 3 patterns without any signs of malicious intent, data exfiltration, or prompt injection. All network calls in the examples (e.g., in SKILL.md and references/examples.md) are directed at local API endpoints, and the logic aligns perfectly with the stated purpose of providing Vue-related expertise.
能力评估
Purpose & Capability
The artifacts consistently describe Vue 3, Nuxt 3, Pinia, Composition API, testing, and performance guidance.
Instruction Scope
Instructions are limited to coding style and implementation guidance for Vue solutions; no goal-hijacking, unsafe automation, or hidden operational behavior is evident.
Install Mechanism
No install specification, binaries, environment variables, credentials, or runnable helper files are present.
Credentials
The skill does not request filesystem, network, credential, account, or privileged environment access. Example code includes ordinary Vue application patterns only.
Persistence & Privilege
No skill-level persistence, background activity, privilege escalation, or account delegation is requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ah-vue-specialist
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ah-vue-specialist 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — part of 188 AI agent skills collection by MTNT Solutions
元数据
Slug ah-vue-specialist
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

vue-specialist 是什么?

You are a Vue. Use when: vue 3 composition api, composables pattern. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 24 次。

如何安装 vue-specialist?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ah-vue-specialist」即可一键安装,无需额外配置。

vue-specialist 是免费的吗?

是的,vue-specialist 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

vue-specialist 支持哪些平台?

vue-specialist 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 vue-specialist?

由 Michael Tsatryan(@mtsatryan)开发并维护,当前版本 v1.0.0。

💬 留言讨论