vue3-generator

vue3-generator is a skill for Claude Code, Codex from kuku0922/awesome-ai-coding-enhance. It costs 35 tokens per session (1,583 once invoked), scanned A, original, MIT.

A project starter for Vue 3, a JavaScript framework for building web interfaces, using TypeScript and Vite. It can create single-page applications with Vue Router for page navigation and Pinia for shared application data.

In plain words
What is it for?
Use it to start Vue web apps, TypeScript frontends, single-page applications, or component-library prototypes.
Why use it?
It avoids manually setting up the project structure, dependencies, and development configuration before writing frontend code.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to start Vue web apps, TypeScript frontends, single-page applications, or component-library prototypes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kuku0922/awesome-ai-coding-enhance/vue3-generator
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 kuku0922/awesome-ai-coding-enhance --skill vue3-generator
Clone the repo
git clone --depth 1 https://github.com/kuku0922/awesome-ai-coding-enhance

Made for: Claude Code, Codex.

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 vue3-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/kuku0922/awesome-ai-coding-enhance/vue3-generator/github.svg)](https://agentmods.dev/skills/kuku0922/awesome-ai-coding-enhance/vue3-generator)
Your own site
<a href="https://agentmods.dev/skills/kuku0922/awesome-ai-coding-enhance/vue3-generator"><img src="https://agentmods.dev/badge/skills/kuku0922/awesome-ai-coding-enhance/vue3-generator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vue3-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/kuku0922/awesome-ai-coding-enhance/vue3-generator"><img src="https://agentmods.dev/badge/skills/kuku0922/awesome-ai-coding-enhance/vue3-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,583 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 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.00035 $0.01583
Opus 5 $0.00017 $0.00792
Sonnet 5 $0.00007 $0.00317
Haiku 4.5 $0.00003 $0.00158

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

Security

Grade A, and why

vue3-generator 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 11d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/check_environment.py, scripts/init_project.py, scripts/query_versions.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/vue3-generator/SKILL.md · 205 lines

How it starts

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

Vue 3 Project Generator

This skill should be used when you need to create a new Vue 3 frontend application with modern tooling and best practices. It generates complete, production-ready projects with proper structure, dependencies, configuration, and development tools.

When to Use This Skill

Use this skill in these scenarios:

  1. Starting a new Vue 3 project - Generate a complete project structure with modern tooling
  2. Building SPAs - Create single-page applications with Vue Router
  3. Developing TypeScript frontends - Generate projects with full TypeScript support
  4. Setting up component libraries - Create projects ready for component development
  5. Rapid prototyping - Quickly scaffold projects with common features pre-configured
  6. Modern frontend development - Use Vite for fast development and building

Quick Start

Basic Project Generation

To generate a Vue 3 project:

  1. Interactive Mode (Recommended for beginners):
skill: "vue3-generator" --interactive
  1. Direct Mode (For experienced users):
skill: "vue3-generator" --project-name "my-app" --project-type "spa"

Project Types

The generator supports these project types:

  • spa: Single Page Application with Vue Router
  • pwa: Progressive Web App with service worker
  • component-lib: Component library with Vite library mode
  • admin-dashboard: Admin dashboard with common UI patterns

Workflow

Step 1: Environment Setup

The skill first checks and sets up the Node.js environment:

  1. Node Version Check: Priority order: fnm → nvm → direct node
  2. Version Validation: Ensure Node.js version meets Vue 3 requirements
  3. Tool Installation: Verify pnpm is installed and available

Step 2: Version Querying

The skill queries the latest stable versions:

  • Vue 3: Latest stable version from npm registry
  • TypeScript: Latest stable version compatible with Vue 3
  • Vite: Latest stable version
  • Vue Router: Latest version compatible with Vue 3
  • Pinia: Latest version compatible with Vue 3
  • Build Tools: Latest versions of development dependencies

Read the full file on GitHub · 205 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 205 lines · 35 tokens per session scan A a402d6ac6736

Subscribe to this mod's changes

vue3-generator is a skill published in the GitHub repository kuku0922/awesome-ai-coding-enhance (3 stars, last pushed 9mo ago), licensed MIT. It adds 35 tokens to every session and 1,583 once invoked, about $0.0002 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