vuejs-ai/vue-jsx-best-practices
JSX syntax in Vue (e.g., class vs className, JSX plugin config).
JSX syntax in Vue (e.g., class vs className, JSX plugin config).
npx skills add https://github.com/vuejs-ai/skills/tree/main/skills/vue-jsx-best-practicesJSX syntax in Vue (e.g., class vs className, JSX plugin config).
This repo contains 5 individual skills — each has its own dedicated page.
Create a library-grade Vue composable that accepts maybe-reactive inputs (MaybeRef / MaybeRefOrGetter) so callers can pass a plain value, ref, or getter. Normalize inputs with toValue()/toRef() inside reactive effects (watch/watchEffect) to keep behavior predictable and reactive. Use this skill when user asks for creating adaptable or reusable composables.
Vue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration issues. Use when diagnosing or fixing Vue issues.
A collection of best practices and tips for developing applications using Vue.js. This skill MUST be apply when developing, refactoring or reviewing Vue.js or Nuxt projects.
Vue 3 Options API style (data(), methods, this context). Each reference shows Options API solution only.
Pinia stores, state management patterns, store setup, and reactivity with stores.
Source-backed Queensland real estate (property sales) compliance assistant, delivered as a Claude skill. Cites the exact Act, regulation, approved form, or regulator guidance behind every answer; refuses when unsourced. Not legal advice.
Rug Munch Intelligence x402 MCP Gateway - 35 crypto security tools on Base via micropayments
An evolvable replacement for codex skill hatch-pet .
Repo to track and distribute my claude code skills.
An agentic toolkit to control, debug, and profile iOS and Android apps. Made by Software Mansion.
Turn a website's observable HTTP traffic into a best-effort OpenAPI 3.1 spec by analyzing a `browser-trace` capture. Use when the user wants to discover/extract API endpoints from a browser session, build an OpenAPI doc from network traffic, or document a third-party site's XHR/fetch surface for client integration.