frontend-vue

frontend-vue is a skill for Claude Code, Codex from ProjAnvil/MindForge. It costs 60 tokens per session (1,080 once invoked), scanned A, a copy of frontend-vue, MIT.

A guide for building web applications with Vue 3 and Nuxt 3, a framework that adds routing and server features to Vue.

In plain words
What is it for?
Use it to create Vue interfaces, Nuxt pages and APIs, Pinia state management, Tailwind CSS layouts, and shadcn-vue components such as dialogs and forms.
Why use it?
It helps organize pages, shared state, forms, server endpoints, and responsive styling without choosing separate approaches for each part.

Skill for Claude CodeCodex

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 skills/projanvil/mindforge/frontend-vue
Any agent
npx skills add ProjAnvil/MindForge --skill frontend-vue
Clone the repo
git clone --depth 1 https://github.com/ProjAnvil/MindForge

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 frontend-vue

README.md
[![agentmods](https://agentmods.dev/badge/skills/projanvil/mindforge/frontend-vue.svg)](https://agentmods.dev/skills/projanvil/mindforge/frontend-vue)
Your own site
<a href="https://agentmods.dev/skills/projanvil/mindforge/frontend-vue"><img src="https://agentmods.dev/badge/skills/projanvil/mindforge/frontend-vue.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,080 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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 $0.00060 $0.01080
Opus 5 $0.00030 $0.00540
Sonnet 5 $0.00012 $0.00216
Haiku 4.5 $0.00006 $0.00108

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

Security

Grade A, and why

frontend-vue 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 4d 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.

Origin

This is a copy

100% identical to frontend-vue — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/en/frontend-vue/SKILL.md · 148 lines

How it starts

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

Vue Development Skill

Comprehensive skill for modern Vue.js development, focusing on Nuxt 3, Vue 3 Composition API, Tailwind CSS, and the Vue ecosystem.

Technology Stack

Core Framework: Vue 3 + Nuxt 3

Vue 3 Features
  • Composition API: Logic reuse with <script setup>
  • Reactivity System: ref, reactive, computed, watch
  • Teleport: Rendering content outside the component DOM hierarchy
  • Fragments: Multiple root nodes support
  • Suspense: Handling async dependencies
Nuxt 3 Features
  • Auto-imports: Automatically imports Vue APIs and component components
  • File-based Routing: Pages in pages/ directory create routes
  • Server Engine (Nitro): Universal deployment
  • Data Fetching: useFetch, useAsyncData
  • Server Routes: API endpoints in server/api/
  • SEO/Meta: useHead, useSeoMeta

UI Framework: Tailwind CSS + shadcn-vue

Tailwind CSS
  • Utility-first architecture
  • Configured via tailwind.config.ts
  • Optimized with PostCSS
shadcn-vue (or similar)
  • Vue port of shadcn/ui
  • Accessible components based on Radix Vue
  • Key Components: Button, Input, Select, Dialog, Toast

State Management

  • Pinia: The official state management library for Vue
    • Modular stores
    • TypeScript support
    • DevTools integration
    • No mutations (only actions)

Project Architecture

Recommend Directory Structure (Nuxt 3)

project-root/
├── app.vue            # Root component
├── nuxt.config.ts     # Configuration
├── components/        # Auto-imported components
│   ├── ui/            # UI library components
│   │   ├── button/
│   │   └── ...
│   └── Header.vue
├── pages/             # Routes
│   ├── index.vue
│   └── about.vue
├── layouts/           # Layout wrappers
│   └── default.vue
├── composables/       # Auto-imported logic
│   └── useUser.ts
├── server/            # Server API
│   └── api/
│       └── hello.ts
├── stores/            # Pinia stores
│   └── counter.ts
└── assets/            # CSS, images
    └── main.css

Read the full file on GitHub · 148 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. 4d ago First seen · 148 lines · 60 tokens per session scan A a34e06cf1e8b

Subscribe to this mod's changes

frontend-vue is a skill published in the GitHub repository ProjAnvil/MindForge (3 stars, last pushed 5mo ago), licensed MIT. It adds 60 tokens to every session and 1,080 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to frontend-vue, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

moderator-page-migration

Port a moderator page from the main Next.js app (src/pages/moderator/) into apps/moderator. Use when asked to migrate, move or cut over a /moderator/ page to the spoke, or to port its tRPC procedures and Prisma services to SvelteKit loads/actions and Kysely.

civitai/civitai · 71 tokens

create-site

Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…

microsoft/power-platform-skills · 73 tokens

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — errors, failed tool calls, latency, regressions, and low online-eval scores — plus Diagnostics issues. Reads live/production traces via the SDK (searchtraces and agentinsights) and works with no MCP; uses the MCP issue entity when connected.…

comet-ml/opik-mcp · 147 tokens

weapp-vite-vue-sfc-best-practices

面向使用 weapp-vite 的小程序项目的 Vue SFC 实践手册,覆盖 script setup、纯模板 SFC、JSON 宏、definePageMeta/layout、defineModel、usingComponents、内置 i18n Behavior、JSX/TSX script block、模板指令兼容、多平台 SFC、.weapp-vite 类型支持文件与受管 prepare 工作流。.

weapp-vite/weapp-vite · 107 tokens

oryxos-admin-ui

生成或扩展 OryxOS 的 Web 管理台(web manager)前端——Vue 3 + Vite 单页应用,视觉与官网首页 (website/,VitePress)完全同源:深色底 + 橙色主色、Inter/JetBrains Mono。内置这套设计 token、 工程约定(base '/admin/'、产物落 oryxos-web static/admin、SPA 路径回落)、组件与三态规范、验收清单。 当用户要「做/生成管理台前端、加一页 admin 页面(如 Agent 管理页)、让管理台跟首页风格一致、 扩展 /admin 界面」时使用。仅生成只读或调既有 REST 的前端,不写后端、不自创配色。.

oryx-labs/oryxos · 181 tokens

client-scripts

Write ServiceNow client scripts (onLoad/onChange/onSubmit/onCellEdit) using gform, guser, GlideAjax, field visibility/mandatory toggles, and validation with debounced server calls.

serac-labs/serac · 45 tokens