nuxt-starter CLAUDE.md

nuxt-starter CLAUDE.md is an instructions file for coding agents from lazercaveman/nuxt-starter. It costs 1,484 tokens per session, scanned A, original, MIT.

Project instructions for a Nuxt 4 starter application, a template for building web apps with Vue and TypeScript. They describe the project’s tools, folders, commands, testing setup, and code-quality checks.

In plain words
What is it for?
Use them when editing, testing, linting, formatting, or extending this Nuxt project.
Why use it?
They give a coding agent the project context needed to make changes that fit the existing structure and development workflow.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/lazercaveman/nuxt-starter/claude-md
Clone the repo
git clone --depth 1 https://github.com/lazercaveman/nuxt-starter

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nuxt-starter CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/lazercaveman/nuxt-starter/claude-md.svg)](https://agentmods.dev/instructions/lazercaveman/nuxt-starter/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/lazercaveman/nuxt-starter/claude-md"><img src="https://agentmods.dev/badge/instructions/lazercaveman/nuxt-starter/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,484 This file is loaded in full into every session.
When invoked 1,484 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.01484 $0.01484
Opus 5 $0.00742 $0.00742
Sonnet 5 $0.00297 $0.00297
Haiku 4.5 $0.00148 $0.00148

Measured 5d ago against content hash 9a6075ab8cd7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

nuxt-starter CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 117 lines

How it starts

The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md — nuxt-starter

Project

Nuxt 4 Starter Kit — a batteries-included template for real-world Nuxt 4 / Vue 3 applications. MIT-licensed, maintained by Ali Soueidan (@lazercaveman).

Tech Stack

  • Framework: Nuxt 4 (Vue 3, app/ directory structure)
  • Language: TypeScript (strict mode)
  • Build: Vite (native Nuxt integration)
  • Package Manager: yarn (see version in package.json)
  • Node: Version can be found in Package.json (enforced via engines)
  • State: Pinia (@pinia/nuxt)
  • Styling: Tailwind CSS v4 (@tailwindcss/vite) + SCSS (Sass)
  • Linting: Oxlint (oxlint) — configured in .oxlintrc.jsonc with typescript and vue plugins
  • Formatting: Oxfmt (oxfmt) — configured in .oxfmtrc.jsonc
  • Testing: Vitest + @vitest/coverage-v8 + @vitest/ui
  • Git Hooks: Husky (pre-push: lint + test)

Directory Layout

├── app/                  # Nuxt 4 app directory (components, pages, composables, assets, stores, tests)
│   ├── components/
│   ├── pages/
│   ├── composables/
│   ├── assets/
│   │   └── scss/         # SCSS files (animations, non-Tailwind styles)
│   ├── stores/           # Pinia stores
│   └── tests/            # Vitest unit tests
├── server/               # Nitro server routes & API
│   └── api/
├── public/               # Static assets
├── .oxlintrc.jsonc       # Oxlint config — DO NOT create .eslintrc files
├── .oxfmtrc.jsonc        # Oxfmt formatter config
├── vitest.config.ts      # Vitest configuration
├── nuxt.config.ts        # Nuxt configuration
├── tsconfig.json         # TypeScript config
└── clean-project.js      # One-time cleanup script (removes demo content)

Commands

yarn install              # Install dependencies
yarn dev                  # Start dev server
yarn build                # Production build
yarn generate             # Static site generation
yarn preview              # Preview production build
yarn start                # Start production server
yarn type-check           # Run vue-tsc type checking
yarn lint                 # Run oxlint
yarn lint:fix             # Run oxlint with auto-fix
yarn format               # Format with oxfmt
yarn format:check         # Check formatting (used in CI/pre-push)
yarn test                 # Run Vitest (watch mode)
yarn test:ui              # Run Vitest with browser UI
yarn test:coverage        # Run Vitest with v8 coverage (used in pre-push)
yarn analyze              # Bundle analysis via nuxi analyze
yarn script:cleanup       # Remove demo content (one-time, self-deleting)

Read the full file on GitHub · 117 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 117 lines · 1,484 tokens per session scan A 9a6075ab8cd7

Subscribe to this mod's changes

nuxt-starter CLAUDE.md is an instructions file published in the GitHub repository lazercaveman/nuxt-starter (92 stars, last pushed 3d ago), licensed MIT. It adds 1,484 tokens to every session, about $0.0074 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.