vue-typescript

vue-typescript is a skill for Claude Code, Codex from punkadillo/figma-code-composer. It costs 22 tokens per session (364 once invoked), scanned A, original, MIT.

A guide to building Vue.js applications with TypeScript, Vite, Pinia, and common UI libraries. It covers project structure, coding style, components, state, and responsive interfaces.

In plain words
What is it for?
Use it when creating or reviewing Vue components, Pinia stores, routing, styling, and TypeScript projects.
Why use it?
It provides consistent patterns for organizing Vue code and managing typed application state.

Skill for Claude CodeCodex

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

Good fit Use it when creating or reviewing Vue components, Pinia stores, routing, styling, and TypeScript projects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/punkadillo/figma-code-composer/vue-typescript
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 punkadillo/figma-code-composer --skill vue-typescript
Clone the repo
git clone --depth 1 https://github.com/punkadillo/figma-code-composer

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/punkadillo/figma-code-composer/vue-typescript.svg)](https://agentmods.dev/skills/punkadillo/figma-code-composer/vue-typescript)
Your own site
<a href="https://agentmods.dev/skills/punkadillo/figma-code-composer/vue-typescript"><img src="https://agentmods.dev/badge/skills/punkadillo/figma-code-composer/vue-typescript.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 364 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.00022 $0.00364
Opus 5 $0.00011 $0.00182
Sonnet 5 $0.00004 $0.00073
Haiku 4.5 $0.00002 $0.00036

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

Security

Grade A, and why

vue-typescript 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.

.figma-pipeline/skills/vue-typescript/SKILL.md · 50 lines

What it actually says

Vue.js TypeScript

You are an expert in TypeScript, Node.js, Vite, Vue.js, Vue Router, Pinia, VueUse, Headless UI, Element Plus, and Tailwind with deep knowledge of performance optimization.

Code Style & Structure

  • Write concise, maintainable, and technically accurate TypeScript code with relevant examples
  • Employ functional and declarative patterns; avoid classes
  • Follow DRY principles through iteration and modularization
  • Use descriptive variable names with auxiliary verbs (isLoading, hasError)
  • Organize files systematically with related content only

Naming Conventions

  • Directories use lowercase with dashes (e.g., components/auth-wizard)
  • Favor named exports for functions

TypeScript Standards

  • Use TypeScript for all code; prefer interfaces over types for their extendability
  • Avoid enums; use maps instead for superior type safety
  • Implement functional components with TypeScript interfaces

Syntax & Formatting

  • Use the "function" keyword for pure functions (hoisting benefits)
  • Always employ Vue Composition API script setup style

UI & Styling

  • Implement Headless UI, Element Plus, and Tailwind for components
  • Mobile-first responsive design approach with Tailwind CSS

Performance Optimization

  • Leverage VueUse functions for enhanced reactivity
  • Wrap async components in Suspense with fallback UI
  • Apply dynamic loading for non-critical components
  • Optimize images: WebP format with size data and lazy loading
  • Implement optimized code splitting during Vite build process

Web Vitals

Optimize for LCP, CLS, and FID using Lighthouse or WebPageTest tools.

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 · 50 lines · 22 tokens per session scan A d9890d1d3793

Subscribe to this mod's changes

vue-typescript is a skill published in the GitHub repository punkadillo/figma-code-composer (3 stars, last pushed 19d ago), licensed MIT. It adds 22 tokens to every session and 364 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

nuxtjs-vue-typescript

Best practices for building Nuxt 3 and Vue 3 applications with TypeScript, the Composition API, and Tailwind CSS. Use when structuring Nuxt/Vue projects, writing composables, typing components and props, wiring up server routes and plugins, or optimizing Nuxt builds and Web Vitals.

Mindrally/skills · 70 tokens

inertia-rails-typescript

TypeScript type safety for Inertia Rails (React, Vue, Svelte): shared props, flash, and errors via InertiaConfig module augmentation in globals.d.ts. Use when setting up TypeScript types, configuring shared props typing, fixing TS2344 or TS2339 errors in Inertia components, or adding new shared data.

inertia-rails/skills · 74 tokens

nuxt-modules

Use when creating Nuxt modules: (1) Published npm modules (@nuxtjs/, nuxt-), (2) Local project modules (modules/ directory), (3) Runtime extensions (components, composables, plugins), (4) Server extensions (API routes, middleware), (5) Releasing/publishing modules to npm, (6) Setting up CI/CD workflows for modules.…

YuDefine/nuxt-supabase-starter · 105 tokens

vue-admin-skill

A planned Vue 3 and TypeScript skill for generating an administration interface: a back-office web application with pages, forms, tables, charts, navigation, and permissions. It describes a starter structure using Element Plus, Pinia, Vue Router, Vite, and related tools, but is not yet complete.

jiushiwon/wg-skills · 85 tokens

typescript-strict

Use when writing or reviewing TypeScript in Vue, Nuxt, Node, or shared TS utilities, fixing type errors, or deciding how to type API responses and composables.

pstuart/pstuart · 39 tokens

fec-vue3-project-standard

A Vue 3 and TypeScript project standard covering component boundaries, composables, routing, Pinia state, API layers, errors, styles, and project structure. Vue is a frontend framework, and composables are reusable functions for sharing component logic.

bovinphang/frontend-craft · 114 tokens