vue-composables
✓Write high-quality Vue 3 composables following established patterns and best practices. Use when creating new composables, refactoring existing ones, or reviewing composable code. Triggers include requests to "create a composable", "write a use* function", "extract logic into a composable", or any Vue Composition API reusable logic task.
Installation
SKILL.md
Single Responsibility One composable = one purpose. Avoid mixing unrelated concerns.
Expose Error State Return errors for component handling. Never swallow errors or show UI directly.
No UI Logic in Composables Keep composables focused on state/logic. Handle UI in components.
Write high-quality Vue 3 composables following established patterns and best practices. Use when creating new composables, refactoring existing ones, or reviewing composable code. Triggers include requests to "create a composable", "write a use* function", "extract logic into a composable", or any Vue Composition API reusable logic task. Source: alexanderop/workouttracker.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/alexanderop/workouttracker --skill vue-composables- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is vue-composables?
Write high-quality Vue 3 composables following established patterns and best practices. Use when creating new composables, refactoring existing ones, or reviewing composable code. Triggers include requests to "create a composable", "write a use* function", "extract logic into a composable", or any Vue Composition API reusable logic task. Source: alexanderop/workouttracker.
How do I install vue-composables?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/alexanderop/workouttracker --skill vue-composables Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/alexanderop/workouttracker
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01