.agents/skills/vue-frontend-design/SKILL.md
Use when mentioning vue or vue.js or when being asked to do a frontend-design (or UI or GUI).
npx skillsauth add UnterrainerInformatik/overmind-gui vue-frontend-designInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Guide on how to design a frontend specifically in vue or vuejs.
./src/.vue files), components (./src/components/*.vue), services (`./)deploy-deploymentName./deployment folder contains the staging-environments' deployment./public folder contains the favicon./src/composables folder contains the composables./src/locales folder contains the localization
de-AT.json) and English en-US.jsoni18n.ts file ties all other jsons together./src/plugin folder contains the plugins./src/router folder contains the routes./stores folder contains the Pinia stores./src/utils folder contains all general utils classes which should have plenty of unit-tests (coverage above 90% per file)./src/webservices contains all REST-interface implementations and has a sub-folder named interfaces that contains the base-implementations for web-services./test folder contains all unit- and integration-tests for the projecttesting
Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.
data-ai
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
development
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
development
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.