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.
npx skills add yunfeizhu/TDesign-Vue-Next-Skill --skill tdesign-vue-nextgit clone --depth 1 https://github.com/yunfeizhu/TDesign-Vue-Next-SkillWrote 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.
[](https://agentmods.dev/skills/yunfeizhu/tdesign-vue-next-skill/tdesign-vue-next)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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@^1with 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
ConfigProviderfor theme configuration, avoid directly overriding internal component class names - Provider: Use a single
ConfigProviderat the app root for unified configuration - Icons: Use
tdesign-icons-vue-nexticon library - Imports: Import components on demand
import { Button } from 'tdesign-vue-next'
Scope rules (must follow)
- Only use APIs documented in TDesign official documentation
- Do not invent props, events, or component names
- Never use
@ts-ignoreto bypass type checking; consult official type definitions first for type issues - If encountering potential bugs or documentation-behavior inconsistencies, clearly inform users and guide them to submit an Issue
- 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 |
What ships with it
12 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- LICENSE 1.1 KB
- references/cascader-advanced.md 13 KB
- references/chat-advanced.md 20 KB
- references/dark-mode.md 14 KB
- references/dialog-drawer-advanced.md 15 KB
- references/form-advanced.md 11 KB
- references/select-advanced.md 10 KB
- references/table-advanced.md 13 KB
- references/tdesign-v1.md 4.7 KB
- references/theming-advanced.md 11 KB
- references/tree-advanced.md 12 KB
- references/upload-advanced.md 13 KB
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.
- 12d ago First seen · 292 lines · 45 tokens per session scan A 87754468bc20
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.
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.
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…
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.
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.
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.
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.