Vue Conventions banner
dialpad dialpad

Vue Conventions

Development community

Description

--- description: "Vue component conventions reference for Dialtone. Use '/vue-conventions' to review conventions interactively, or auto-activated when working with .vue files." --- # Vue Component Conventions Detailed rules are applied automatically via path-scoped rules when editing component files. This skill provides an interactive quick-reference. ## Quick Reference | Topic | Convention | |---|---| | New components | Composition API + `<script setup lang="ts">` | | Existing components |

Installation

Installs to ~/.claude/skills/dialpad-dialtone-vue-conventions/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dialpad-dialtone-vue-conventions && curl -fsSL https://raw.githubusercontent.com/dialpad/dialtone/HEAD/.claude/skills/vue-conventions.md -o ~/.claude/skills/dialpad-dialtone-vue-conventions/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository