Security review checklist for API endpoints, data handling, and frontend vulnerabilities. Use when performing security audits, reviewing PRs for security issues, or validating implementations against...
1
AI 92
styling
slashwhy2/5/2026
CSS variables, BEM naming, spacing scale, and responsive patterns. Use when styling components, applying design tokens, or implementing responsive layouts.
0
AI 95
code-documentation
slashwhy2/5/2026
TSDoc and inline comment patterns. Use when documenting exported functions, Vue components, or complex logic that needs explanation.
0
pinia-stores
slashwhy2/5/2026
Pinia store patterns using Setup Store syntax with TypeScript. Use when creating stores, managing global state, or implementing actions and getters.
0
vue-components
slashwhy2/5/2026
Vue 3 component patterns with Composition API, TypeScript, and project conventions. Use when creating Vue components, handling props, emits, slots, or component lifecycle.