vue
How to Install
Claude Code:
git clone --depth 1 https://github.com/wallacedobbs428/thecalltaker.git && cp thecalltaker/.claude/skills/vue ~/.claude/skills/vue -r---
name: vue
description: Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/defineModel, watchers, or using Transition/Teleport/Suspense/KeepAlive.
metadata:
author: Anthony Fu
version: "2026.1.31"
source: Generated from https://github.com/vuejs/docs, scripts at https://github.com/antfu/skills
---
# Vue
> Based on Vue 3.5. Always use Composition API with `
{{ title }} - {{ doubled }}
```
### Key Imports
```ts
// Reactivity
import { ref, shallowRef, computed, reactive, readonly, toRef, toRefs, toValue } from 'vue'
// Watchers
import { watch, watchEffect, watchPostEffect, onWatcherCleanup } from 'vue'
// Lifecycle
import { onMounted, onUpdated, onUnmounted, onBeforeMount, onBeforeUpdate, onBeforeUnmount } from 'vue'
// Utilities
import { nextTick, defineComponent, defineAsyncComponent } from 'vue'
```
Details
| Category | Coding → generation |
| Source | wallacedobbs428/thecalltaker |
| SKILL.md | View on GitHub → |
| Repo Stars | N/A |
| Est. per Skill | N/A (shared across 100 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | Safe |
Related Skills
git-hooks-automation
Git Hooks Automation Automate code quality enforcement at the Git level. Set up hooks that lint, for
conductor-manage
Track Manager Manage the complete track lifecycle including archiving, restoring, deleting, renaming
shopify-apps
Shopify Apps Expert patterns for Shopify app development including Remix/React Router apps, embedded
simplify-code
Simplify Code Review changed code for reuse, quality, efficiency, and clarity issues. Use Codex sub-
Works Well With
Skills from the same repository — often designed to work together
SKILL.md.template
--- name: >- {{ skillname }} description: >- {{ skilldescription }} --- {{ skillname }} {{ skillintr
ask
--- name: ask description: Ask Claude, Codex, or Gemini via local CLI and capture a reusable artifac
hud
--- name: hud description: Configure HUD display options (layout, presets, display elements) role: c