fj-vue
Installation
SKILL.md
FJ's Vue Frontend Conventions
Personal conventions for building Vue 3 + TypeScript frontends with a consistent architecture across projects.
This skill documents the patterns I use in all my Vue applications. Project-specific skills
(e.g., samac-frontend) further specialize these conventions — when a project-specific skill exists,
it wins in any conflict.
0. Base Skills
This skill layers on top of vue-best-practices. Load that too
and follow its guidance except where this skill explicitly overrides.
Precedence chain: Project-specific skill > fj-vue > vue-best-practices