This is purpose-built for BK-CI frontend work, not a generic Vue guide. It keeps you aligned with their specific patterns for component structure, Vuex state, API calls, and styling conventions. The focus is on maintainability: single-responsibility components, consistent naming and indentation, and always handling loading and error states alongside success paths. The guidance is pragmatic about the biggest trap, which is cramming interface logic, complex state, and display concerns into one giant component. If you're working on BK-CI's Vue layer and need to follow their established patterns rather than reinvent the wheel, this keeps you on track. It also knows when to hand off to backend or API design skills when the real issue lives outside the frontend.
npx skills add https://github.com/tencentblueking/bk-ci --skill frontend-vue-development