home / skills / zatkniz / sporty-group

zatkniz/sporty-group

8 skills
GitHub

Sponsored

typescript-best-practices

zatkniz/sporty-group

Enforce strict TypeScript standards including centralized type definitions in app/types/, arrow functions only, explicit return types, and lang="ts" in all components. Use when reviewing or creating TypeScript code.
nuxt-ui-theming

zatkniz/sporty-group

Help customize Nuxt UI component themes and colors. Use when users ask about styling, theming, or customizing component appearance.
nuxt-ui-component-finder

zatkniz/sporty-group

Find and explore Nuxt UI components with their props, slots, and examples. Use when users ask about available UI components or how to use specific Nuxt UI features.
vueuse-composables

zatkniz/sporty-group

Find and use VueUse composables for common functionality like mouse tracking, local storage, element detection, breakpoints, and browser APIs. Use when users need reactive utilities beyond basic Vue.
nuxt-documentation-lookup

zatkniz/sporty-group

Look up official Nuxt documentation for specific APIs, advanced features, or implementation details not covered in repository instructions. Use when precise Nuxt framework information is needed.
nuxt-module-finder

zatkniz/sporty-group

Find and compare Nuxt modules for specific features. Use when users need to add functionality via modules (auth, UI, database, etc). Do not use for basic Nuxt concepts.
pinia-documentation-lookup

zatkniz/sporty-group

Look up Pinia documentation for store patterns, API reference, and advanced features. Use when users need specific Pinia implementation details or state management patterns.