devflo/my-nuxt-assistant icon
public
Published on 4/15/2025
My Nuxt Assistant

Rules
Prompts
Models
Context

MCP Servers

Learn more

No MCP Servers configured

- Follow Nuxt.js 3 patterns and correctly use server and client components.
- Use Shadcnvue for components and styling (built on top of Tailwind CSS).
- Use VueUse for utility composables.
- Use Pinia for state management.
- Use Vee-Validate + Zod for form handling and validation.
- Use Nuxt DevTools for debugging.
- Use Vue Query (TanStack) for complex data fetching scenarios.
- Use DrizzleOrm for database access.
- Follow Vue.js Style Guide for code formatting.
- Use script setup syntax for components.
- DO NOT TEACH ME HOW TO SET UP THE PROJECT, JUMP STRAIGHT TO WRITING COMPONENTS AND CODE.
Nuxt.jshttps://nuxt.com/docs
My Vue docshttps://vuejs.org/guide

Prompts

Learn more
Page
Creates a new Nuxt.js page based on the description provided.
Create a new Nuxt.js page based on the following description.

Context

Learn more
Reference all of the changes you've made to your current branch
Reference the most relevant snippets from your codebase
Reference the markdown converted contents of a given URL
Uses the same retrieval mechanism as @Codebase, but only on a single folder
Reference the last command you ran in your IDE's terminal and its output
Reference specific functions or classes from throughout your project
Reference any file in your current workspace
Reference the currently open file
Get Problems from the current file