nuxt-setup

Automate dependency installation, Nuxt preparation, and TypeScript validation for Nuxt projects.

3|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/martin-janci/claude-marketplace --skill nuxt-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt-setup
Source: https://github.com/martin-janci/claude-marketplace/tree/main/plugins/nuxt-setup/skills/nuxt-setup
Command: npx skills add https://github.com/martin-janci/claude-marketplace --skill nuxt-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the bootstrap of Nuxt/Vue/TypeScript projects, ensuring dependencies are installed, Nuxt is prepared, and TypeScript checks are in place, so developers can start coding immediately after cloning.

Core Features & Use Cases

  • Automatically detect package manager from lockfiles and install dependencies.
  • Run Nuxt preparation to generate required TypeScript and runtime support for a smooth development experience.
  • Provide guidance for LSP setup across editors (Volar for VS Code, vue-language-server for Neovim) and Claude Code.

Quick Start

Detect your package manager, install dependencies, run nuxt prepare, and verify TypeScript to prepare a Nuxt project.

Frequently Asked Questions about nuxt-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Nuxt project with TypeScript after cloning?

To set up a Nuxt project with TypeScript, this Skill automates dependency installation from detected lockfiles, runs nuxt prepare to generate runtime support, and validates TypeScript checks so you can code immediately.

How do I configure LSP for Vue and Nuxt in Neovim or VS Code?

Configuring LSP for Vue and Nuxt involves setting up Volar for VS Code or vue-language-server for Neovim, and this Skill provides specific setup guidance to establish those language server connections.

Does this Nuxt bootstrap workflow handle git worktrees?

Yes, the Nuxt bootstrap workflow handles git worktrees, applying automated dependency installation, Nuxt preparation, and TypeScript validation to fresh clones, worktrees, and ongoing maintenance.

What's the best way to automate Nuxt preparation and TypeScript validation?

The best way to automate Nuxt preparation and TypeScript validation is using this Skill's end-to-end workflow, which detects your package manager, installs dependencies, runs nuxt prepare, and verifies TS typing.

Why do I need to run nuxt prepare for TypeScript project setup?

You need to run nuxt prepare for TypeScript project setup because it generates required TypeScript definitions and runtime support, ensuring LSP integration and type checking function correctly across your Nuxt codebase.