vue-component

vue-component is a skill for Claude Code, Codex from inbharatai/claude-skills. It costs 27 tokens per session (400 once invoked), scanned A, a copy of citation-manager, MIT.

A guide for building Vue 3 interface components with the Composition API, a way to organise component logic, plus Pinia state management, TypeScript, and unit tests.

In plain words
What is it for?
Use it to create Vue components, reusable composables, shared Pinia state, TypeScript code, and unit tests.
Why use it?
It helps keep Vue components consistent and includes common supporting code and tests in the development workflow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit Use it to create Vue components, reusable composables, shared Pinia state, TypeScript code, and unit tests.

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

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-component

README.md
[![agentmods](https://agentmods.dev/badge/skills/inbharatai/claude-skills/vue-component/github.svg)](https://agentmods.dev/skills/inbharatai/claude-skills/vue-component)
Your own site
<a href="https://agentmods.dev/skills/inbharatai/claude-skills/vue-component"><img src="https://agentmods.dev/badge/skills/inbharatai/claude-skills/vue-component/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 vue-component

Your own site · 80×15
<a href="https://agentmods.dev/skills/inbharatai/claude-skills/vue-component"><img src="https://agentmods.dev/badge/skills/inbharatai/claude-skills/vue-component.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 400 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 86% 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.1 $0.00027 $0.00400
Opus 5 $0.00014 $0.00200
Sonnet 5 $0.00005 $0.00080
Haiku 4.5 $0.00003 $0.00040

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

Security

Grade A, and why

vue-component 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 7d 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

86% identical to citation-manager — 40 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/vue-component/SKILL.md · 68 lines

What it actually says

Vue Component

Overview

Create Vue 3 components with Composition API — composables, Pinia store integration, TypeScript, and unit tests.

When to Use This Skill

Use Vue Component when you need to:

  • Work with vue component tasks in your project or workflow
  • Automate vue component operations at scale
  • Generate production-quality vue component output quickly

Instructions

When this skill is active, Claude will:

  1. Understand the full context of your vue component request
  2. Apply best practices and conventions for Development
  3. Produce clean, well-structured, production-ready output
  4. Explain key decisions and offer alternatives where relevant

Examples

Example 1 — Basic Usage

User: Help me get started with vue component.

Claude: I'll walk you through the essential steps for vue component in your context...

Example 2 — Advanced Usage

User: I need a production-ready vue component setup with full error handling.

Claude: Here's a complete, production-hardened vue component implementation...

Guidelines

  • Always validate inputs before processing
  • Follow the conventions of the target platform or language
  • Prefer explicit over implicit — clarity beats cleverness
  • Include comments for non-obvious logic
  • Suggest tests or validation steps where appropriate

Dependencies

Required: vue, typescript

Platforms

Available on: claude.ai, claude-code, api


Part of the claude-skills collection — 183+ skills for Claude.

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. 7d ago First seen · 68 lines · 27 tokens per session scan A a3da5832d94b

Subscribe to this mod's changes

vue-component is a skill published in the GitHub repository inbharatai/claude-skills (33 stars, last pushed 6mo ago), licensed MIT. It adds 27 tokens to every session and 400 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to citation-manager, differing in 40 lines, and is treated as a copy.

Related

Other skills, from other repositories

unit-test

A Go testing workflow for writing unit tests: small tests that check individual functions or components. It supports table-driven cases, where many inputs and expected results are organised in one test, and subtests.

johnqtcg/awesome-skills · 100 tokens

fuzzing-test

A Go testing guide for generating fuzz tests, which repeatedly try varied inputs to find crashes and unexpected behavior. It first checks whether the code is suitable for fuzzing.

johnqtcg/awesome-skills · 74 tokens

backend-test

Generate backend tests (unit, integration, mocks) for existing code. Auto-invoke when user says "write test for", "add test", "test this", or "create test".

alekspetrov/navigator · 41 tokens

frontend-test

Generate frontend component tests (React Testing Library, Vue Test Utils, snapshot) for existing components. Auto-invoke when user says "test this component", "write component test", or "add component test".

alekspetrov/navigator · 44 tokens

testing-strategy

Comprehensive testing expertise across unit, integration, and e2e tests. Covers pytest, Vitest, Jest, Go testing, Playwright, Cypress. Test pyramids, TDD workflow, mocking patterns, coverage targets, property-based testing, snapshot testing, parameterized tests, fixtures, CI integration. Use when writing tests…

medy-gribkov/arcana · 83 tokens

jest-react-testing

Comprehensive React component testing with Jest and React Testing Library covering configuration, mocking strategies, async testing patterns, hooks testing, and integration testing best practices.

manutej/luxor-claude-marketplace · 33 tokens