refactor:nuxtjs

refactor:nuxtjs is a skill for Claude Code from SnakeO/claude-debug-and-refactor-skills-plugin. It costs 122 tokens per session (4,593 once invoked), scanned A, original, no licence file.

A code-refactoring guide for Nuxt.js and Vue applications, used to build web interfaces and server-rendered sites. It reorganizes components, composables, and data-fetching code.

In plain words
What is it for?
Use it to split Vue components, organize composables, improve useFetch, useAsyncData, and $fetch usage, and separate interface code from application logic.
Why use it?
It helps remove duplicated code, oversized components, deeply nested logic, mixed presentation and business logic, and poorly organized data fetching.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the debug-and-refactor plugin — 45 skills shipped together

Good fit Use it to split Vue components, organize composables, improve useFetch, useAsyncData, and $fetch usage, and separate interface code from application logic.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/snakeo/claude-debug-and-refactor-skills-plugin/refactor-nuxtjs
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.

Any agent
npx skills add SnakeO/claude-debug-and-refactor-skills-plugin --skill refactor-nuxtjs
Clone the repo
git clone --depth 1 https://github.com/SnakeO/claude-debug-and-refactor-skills-plugin

Made for: Claude Code.

Or install debug-and-refactor, the plugin that ships this one along with the rest of its 45 skills.

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 refactor:nuxtjs

README.md
[![agentmods](https://agentmods.dev/badge/skills/snakeo/claude-debug-and-refactor-skills-plugin/refactor-nuxtjs.svg)](https://agentmods.dev/skills/snakeo/claude-debug-and-refactor-skills-plugin/refactor-nuxtjs)
Your own site
<a href="https://agentmods.dev/skills/snakeo/claude-debug-and-refactor-skills-plugin/refactor-nuxtjs"><img src="https://agentmods.dev/badge/skills/snakeo/claude-debug-and-refactor-skills-plugin/refactor-nuxtjs.svg" alt="Measured on agentmods" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,593 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00122 $0.04593
Opus 5 $0.00061 $0.02296
Sonnet 5 $0.00024 $0.00919
Haiku 4.5 $0.00012 $0.00459

Measured 8d ago against content hash faa6a0fdc36f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

refactor:nuxtjs 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 8d 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.

plugins/debug-and-refactor/skills/refactor-nuxtjs/SKILL.md · 705 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 8d ago First seen · 705 lines · 122 tokens per session scan A faa6a0fdc36f

Subscribe to this mod's changes

refactor:nuxtjs is a skill published in the GitHub repository SnakeO/claude-debug-and-refactor-skills-plugin (9 stars, last pushed 7mo ago), with no licence file. It adds 122 tokens to every session and 4,593 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories

vue-best-practices

A review checklist for Vue 2 and Vue 3 components, covering component names, prop declarations, TypeScript casts, API styles and complex template expressions.

liuyanghejerry/Clausura · 31 tokens

frontend-code-doctor

A front-end code review procedure for uni-app, Vue 3, React, and TypeScript projects. It checks code for correctness, security, speed, translation support, and accessibility, meaning whether people with disabilities can use it.

jiushiwon/wg-skills · 86 tokens

standards-to-tooling

Translates project coding standards into concrete linting and formatting tool configurations. Given human-readable conventions (from AGENTS.md, code review guidelines, or team standards), this skill produces ESLint, Prettier, Biome, TypeScript, and other tool configs that enforce them automatically. Covers discovery…

pantheon-org/tekhne · 76 tokens

svelte5

Reviews Svelte components for idiomatic patterns, identifies anti-patterns carried over from React/Vue/Svelte 4, and suggests Svelte 5 refactorings. Use when writing or reviewing Svelte components, asking "is this idiomatic", "Svelte way", doing Svelte 5 migration, or encountering smells like: effect assigns state…

joshuadavidthomas/agent-skills · 180 tokens

Component Test Scaffold (Vue.js)

Generate Vue.js component test skeletons (Vue Test Utils) from specifications.

s977043/river-review · 22 tokens

fe-framework-coding-standard

Standardized frontend implementation guidance for FE Dev using the SRS-declared Frontend-Framework. Use when coding, refactoring, or reviewing UI work in React Native, ReactJS, Flutter, Vue.js, Angular, or Next.js; FE Dev reads docs/SRS.md Frontend-Framework plus §3.4.2/§3.4.5 for multi-app projects, then selects the…

evolplus/talos · 111 tokens