Skip to content

Comprehensive guidelines for AI assistants working with Nuxt UI v3. Prevents common v2→v3 migration errors and provides best practices for modern Nuxt UI development.

Notifications You must be signed in to change notification settings

HugoRCD/nuxt-ui-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

AI rules

Use our AI rules to get the most out of Nuxt UI when using AI tools like Cursor, Windsurf, Claude Code, and others.

Installation

You can download the latest version of Hugo's AI rules from the rules folder. Copy and paste these into your prompts as needed, or set them up in your AI tool of choice.

Using with Cursor

To add these rules to Cursor, create a new file at .cursor/rules/nuxt-ui.mdc, and add this header to the new file (adjusting the file extensions if necessary):

---
name: nuxt-ui
description: Best practices for using and upgrading Nuxt UI
globs: ["**/*.{js,ts,css,html,vue}"]
tags:
  - nuxt-ui
  - nuxt
  - library
  - ui
---

Finally copy and paste the rules into the end of the file.

Using with Claude Code

Adding the rules as needed

If you want fine-grained control, store the rules in a dedicated rules folder like rules/nuxt-ui.md. Then, whenever you want to make your current Claude Code session an expert in Nuxt UI, @-mention the rules to make Claude read it:

╭──────────────────────────────────────────────────────────────────────────────╮
│ > read @rules/nuxt-ui.md and create a custom accordion                       │
╰──────────────────────────────────────────────────────────────────────────────╯

Referencing in your CLAUDE.md file

Copy and paste the rules directly into your CLAUDE.md file. Claude Code will now read them for every new session.

About

Comprehensive guidelines for AI assistants working with Nuxt UI v3. Prevents common v2→v3 migration errors and provides best practices for modern Nuxt UI development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project