tdesign-vue-next

tdesign-vue-next is a skill for Claude Code, Codex from yunfeizhu/TDesign-Vue-Next-Skill. It costs 45 tokens per session (2,766 once invoked), scanned A, original, MIT.

A usage guide for TDesign Vue Next, a component library for building Vue 3 user interfaces from ready-made elements such as buttons, forms, tables, navigation, and chat views.

In plain words
What is it for?
Building Vue 3 applications with TDesign components, including forms, data tables, layouts, themes, dark mode, and chat interfaces.
Why use it?
It reduces guesswork when choosing documented components, importing them, handling themes, supporting dark mode, and resolving type issues.

Skill for Claude CodeCodex

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

Good fit Building Vue 3 applications with TDesign components, including forms, data tables, layouts, themes, dark mode, and chat interfaces.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yunfeizhu/tdesign-vue-next-skill/tdesign-vue-next
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 yunfeizhu/TDesign-Vue-Next-Skill --skill tdesign-vue-next
Clone the repo
git clone --depth 1 https://github.com/yunfeizhu/TDesign-Vue-Next-Skill

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 tdesign-vue-next

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yunfeizhu/tdesign-vue-next-skill/tdesign-vue-next"><img src="https://agentmods.dev/badge/skills/yunfeizhu/tdesign-vue-next-skill/tdesign-vue-next.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,766 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.00045 $0.02766
Opus 5 $0.00023 $0.01383
Sonnet 5 $0.00009 $0.00553
Haiku 4.5 $0.00005 $0.00277

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

Security

Grade A, and why

tdesign-vue-next 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 12d 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.

skills/tdesign-vue-next/SKILL.md · 292 lines

How it starts

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

TDesign Vue Next

S - Scope

  • Target: tdesign-vue-next@^1 with Vue 3.3+
  • Cover: Basic components, layout components, navigation components, input components, data display components, feedback components, theme customization, dark mode, Chat component
  • Avoid: Undocumented internal APIs, DOM manipulation hacks, other TDesign tech stacks (React/Miniprogram)

Default assumptions (when not explicitly specified)

  • Language: TypeScript + <script setup> syntax
  • Styling: Use CSS variables and ConfigProvider for theme configuration, avoid directly overriding internal component class names
  • Provider: Use a single ConfigProvider at the app root for unified configuration
  • Icons: Use tdesign-icons-vue-next icon library
  • Imports: Import components on demand import { Button } from 'tdesign-vue-next'

Scope rules (must follow)

  1. Only use APIs documented in TDesign official documentation
  2. Do not invent props, events, or component names
  3. Never use @ts-ignore to bypass type checking; consult official type definitions first for type issues
  4. If encountering potential bugs or documentation-behavior inconsistencies, clearly inform users and guide them to submit an Issue
  5. Example code must be directly runnable, no pseudo-code or ellipsis placeholders

Complex triggers (must open corresponding Reference)

Trigger Condition Reference
Dynamic forms (FormItem add/remove), cross-field validation, async validation references/form-advanced.md
Server-side sorting/filtering/pagination, virtual scroll, editable table, tree table references/table-advanced.md
Remote search, large datasets, paginated loading, custom rendering references/select-advanced.md
Controlled file list, resumable upload, custom upload request references/upload-advanced.md
Async node loading, checkStrictly, virtual scroll references/tree-advanced.md
Async loading, dynamic options, custom panel references/cascader-advanced.md
Dialog/Drawer nesting, imperative calls, close interception references/dialog-drawer-advanced.md
Deep theme customization, dynamic theme switching, component-level style override references/theming-advanced.md
Dark mode toggle, system preference sync, local dark mode references/dark-mode.md
AI chat component, streaming response, custom message rendering references/chat-advanced.md
TDesign Vue Next 1.x version differences, upgrade guide references/tdesign-v1.md

Read the full file on GitHub · 292 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. 12d ago First seen · 292 lines · 45 tokens per session scan A 87754468bc20

Subscribe to this mod's changes

tdesign-vue-next is a skill published in the GitHub repository yunfeizhu/TDesign-Vue-Next-Skill (10 stars, last pushed 7mo ago), licensed MIT. It adds 45 tokens to every session and 2,766 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

shadcn-svelte

Pre-built shadcn-svelte components for json-render Svelte apps. Use when working with @json-render/shadcn-svelte, adding standard UI components to a Svelte catalog, or building Svelte web UIs with shadcn-svelte + Tailwind CSS components.

vercel-labs/json-render · 63 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

v3-create-crud

A page generator for standard create, read, update, and delete screens, commonly called CRUD screens. It uses Element Plus, a Vue user-interface library, to build tables, searches, pagination, forms, and delete confirmations.

un-pany/v3-admin-vite · 108 tokens

v3-use-composables

Documentation for reusable Vue functions in a project, covering device detection, asynchronous dropdown data, loading screens, pagination, routing, themes, page titles, and watermarks.

un-pany/v3-admin-vite · 137 tokens

moai-domain-uiux

UI/UX design systems specialist covering accessibility, icons, theming, design tokens, and user experience patterns. Use when working on design systems, WCAG compliance, ARIA patterns, or dark mode theming.

modu-ai/moai-adk · 49 tokens

moai-domain-frontend

Frontend development specialist covering React 19, Next.js 16, Vue 3.5, and modern UI/UX patterns with component architecture. Use when building web UIs, implementing components, optimizing frontend performance, or integrating state management.

modu-ai/moai-adk · 54 tokens