add-component

add-component is a skill for Claude Code from Austinnui/vinance-recipes-skills. It costs 67 tokens per session (877 once invoked), scanned A, original, MIT.

A tool for adding ready-made React and Next.js interface pieces, such as buttons, cards, charts, animations, and modals, to an app.

In plain words
What is it for?
Use it when you need a specific interface element, such as a loading spinner, chart, input field, avatar, or animated effect.
Why use it?
It removes the need to build common interface elements from scratch. The components are complete TypeScript files that can be copied into a project and can also be read locally without a server.

Skill for Claude Code

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

Part of the vinance-recipes plugin — 3 skills shipped together

Good fit Use it when you need a specific interface element, such as a loading spinner, chart, input field, avatar, or animated effect.

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

Made for: Claude Code.

Or install vinance-recipes, the plugin that ships this one along with the rest of its 3 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 add-component

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/austinnui/vinance-recipes-skills/add-component"><img src="https://agentmods.dev/badge/skills/austinnui/vinance-recipes-skills/add-component.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 877 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.00067 $0.00877
Opus 5 $0.00034 $0.00439
Sonnet 5 $0.00013 $0.00175
Haiku 4.5 $0.00007 $0.00088

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

Security

Grade A, and why

add-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 10d 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/vinance-recipes/skills/add-component/SKILL.md · 69 lines

How it starts

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

Add Component from Vinance Recipes

Add production-ready React/Next.js components from Vinance Recipes. Every component is a complete, copy-paste-ready TypeScript implementation.

Prerequisites Check

Before starting, check if MCP tools are available by calling listRecipes.

If not available, read source files directly from src/ — all components work offline with no server required.

Workflow

  1. Identify the component: Read skills/catalog.md to find the right file. Common mappings:

    • "shimmer" / "skeleton loading" → src/animation/Shimmer.tsx
    • "scroll animation" → src/animation/ScrollReveal.tsx
    • "typewriter" → src/animation/TypewriterText.tsx
    • "parallax" → src/animation/Parallax.tsx
    • "counter animation" → src/animation/AnimatedCounter.tsx
    • "gradient background" → src/animation/AnimatedGradient.tsx
    • "line chart" → src/chart/LineChart.tsx
    • "donut chart" / "ring chart" → src/chart/DonutChart.tsx
    • "gauge" / "speedometer" → src/chart/GaugeChart.tsx
    • "area chart" → src/chart/AreaChart.tsx
    • "sparkline" → src/chart/Sparkline.tsx
    • "heatmap" / "activity grid" → src/chart/ActivityHeatmap.tsx
    • "button" → src/component/input/EnhancedButton.tsx
    • "card" → src/component/display/EnhancedCard.tsx
    • "modal" / "dialog" → src/component/input/Modal.tsx
    • "toast" / "notification" → src/component/feedback/Toast.tsx
    • "drawer" / "side panel" → src/component/input/Drawer.tsx
    • "tabs" → src/component/input/Tabs.tsx
    • "accordion" / "faq" → src/component/input/FAQAccordion.tsx
    • "data table" / "sortable table" → src/component/input/DataTable.tsx 🔒
    • "auth" / "login" → src/module/AuthProvider.tsx 🔒
    • "dashboard layout" / "sidebar" → src/module/DashboardLayout.tsx
  2. Read the source file: Read the .tsx file from src/. The file contains the complete implementation.

  3. Integrate into the project:

    • Copy the file(s) into frontend/components/
    • Also copy src/util/utils.ts to frontend/lib/utils.ts if not already present
    • Adapt naming, colors, and data models to match the project
    • Apply any required globals.css additions noted in recipes/*.md

Read the full file on GitHub · 69 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. 10d ago First seen · 69 lines · 67 tokens per session scan A 598db011ed9b

Subscribe to this mod's changes

add-component is a skill published in the GitHub repository Austinnui/vinance-recipes-skills (0 stars, last pushed 5mo ago), licensed MIT. It adds 67 tokens to every session and 877 once invoked, about $0.0003 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

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

frontend-ui-dark-ts

Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.

microsoft/skills · 48 tokens

cobejs

Use when adding a lightweight interactive globe with cobe (canvas setup, markers, interaction, performance, integration with React/Next.js).

MengTo/Skills · 31 tokens

stitch::react-components

Converts Stitch designs into modular Vite and React components, or syncs/updates existing React components to align with the latest Stitch designs, using system-level networking and AST-based validation.

google-labs-code/stitch-skills · 43 tokens

seed-design

An integration guide for SEED Design, covering shared component specifications and foundations plus React and Lynx implementation guidance.

daangn/seed-design · 33 tokens

ss-studio

Turn a product brief and optional references into three distinct creative directions, a human-selected StyleSeed interaction plan, generated image/video asset jobs, a working UI prototype, and a verified prototype-first showcase reel. Use for client concepts, app interaction exploration, trendy but coherent UI…

bitjaru/styleseed · 75 tokens