vue-skill
Assists in implementing Vue 3 and TypeScript projects, providing guidelines for best practices and conversion from React.
Install this skill
Security score
The vue-skill skill was audited on Feb 28, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 252 | const contents = symptoms.map((s) => `・${s.title}\n${s.url}\n`).join('\n'); |
Template literal with variable interpolation in command context
| 253 | return `${mainMessage}\n${contents}`; |
Template literal with variable interpolation in command context
| 744 | type ZoomRoomNameType = `online_reservation_${number}`; |
Template literal with variable interpolation in command context
| 747 | return `online_reservation_${id}`; |
Template literal with variable interpolation in command context
| 765 | Sentry.captureMessage(`Error code: ${error.errorCode}`); |
Template literal with variable interpolation in command context
| 792 | Sentry.captureMessage(`Zoom Error: ${e.errorCode}`); |
External URL reference
| 1020 | - [Vue 3 Composition API](https://vuejs.org/guide/extras/composition-api-faq.html) |
External URL reference
| 1021 | - [Vue 3 TypeScript](https://vuejs.org/guide/typescript/overview.html) |
External URL reference
| 1022 | - [Nuxt 3 Documentation](https://nuxt.com/docs) |
External URL reference
| 1023 | - [Pinia Documentation](https://pinia.vuejs.org/) |
External URL reference
| 1024 | - [Atomic Design](https://atomicdesign.bradfrost.com/) |
External URL reference
| 1025 | - [TypeScript Handbook](https://www.typescriptlang.org/docs/handbook/intro.html) |
Install this skill with one command
/learn @h5y1m141/vue-skill