Borrowing it
Nothing to install: this file belongs to Synerise/synerise-design. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Synerise/synerise-design/master/.claude/skills/deantd-component/SKILL.mdgit clone --depth 1 https://github.com/Synerise/synerise-designWrote 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/synerise/synerise-design/deantd-component)<a href="https://agentmods.dev/skills/synerise/synerise-design/deantd-component"><img src="https://agentmods.dev/badge/skills/synerise/synerise-design/deantd-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.
<a href="https://agentmods.dev/skills/synerise/synerise-design/deantd-component"><img src="https://agentmods.dev/badge/skills/synerise/synerise-design/deantd-component.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00066 | $0.05240 |
| Opus 5 | $0.00033 | $0.02620 |
| Sonnet 5 | $0.00013 | $0.01048 |
| Haiku 4.5 | $0.00007 | $0.00524 |
Grade A, and why
deantd-component scanned grade A with 1 finding 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 yesterday.
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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sS --request POST --header "PRIVATE-TOKEN: $GITLAB_PERSONAL_TOKEN" \ How it starts
The opening of the file, as written. The whole thing — 295 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Overview
⚠️ Retired — nothing left to de-antd. The antd-removal initiative closed on 2026-09-03:
antdis gone from everypackage.jsonand every source file in this repo, andno-restricted-importsnow bans the import outright. The last three antd-backed packages (ds-menu,ds-alert,ds-table) were retired by deletion rather than migration. This skill is kept only as a record of the playbook — it has no remaining target here. Delete it once nobody needs the reference.
Remove the antd dependency from one @synerise/ds-* component, replacing it with a DS-native
implementation (styled-components + @synerise/ds-core tokens) while preserving the visual look and
the public API as closely as possible. This skill is the distilled process from the first migrations
(Badge, Typography) — follow it to shorten the cycle.
Initiative context: docs/adr/0001-remove-antd-dependency.md (decision + tier order) and
docs/antd-migration-status.md (per-component status, now closed out).
Arguments
The component (kebab-case dir under packages/components/), e.g. switch, avatar, alert.
If not given, ask which component, and check the status tracker for its tier/notes.
Phase 1 — Scope & API analysis (do this FIRST, before any code)
The biggest win is trimming the API to what's actually used. antd-wrapping DS components usually do
Props = Omit<AntXProps, …> & { …DS props }, which drags in dozens of unused antd props.
- Read the component's
src(component,*.types.ts,*.styles.tsx,index.ts, spec,style/*.less). Note: antd component import(s), theOmit<AntXProps>inheritance, any antd LESS import (@import '~antd/lib/<comp>/style/index.less'), and any public re-export of antd (e.g. switch'sRawSwitch, typography's default export). - Fan out Explore agents (one per repo) to find real usage across the consumers:
portal-ui-bridge1,portal-next,universal-list1, plus DS-internal (synerise-design1, excluding the package itself; report storybook separately). For each, collect which props / sub-components / antd-only features are actually passed (count occurrences + example paths). - Build the keep/drop list:
- A prop used by any consumer must stay.
- Figma Code Connect mappings (
*.figma.tsx) count as documented API even if app usage is ~0. - antd-only features with zero usage are drop candidates (e.g. Typography
Link/copyable/editable, BadgeshowZero/size/title). - Surface contradictions: if the data shows a "drop candidate" is actually used (e.g. Badge
customColordrove per-row segment colours), say so — don't drop a live feature.
- Present the drop list to the user and confirm. Decide breaking-vs-back-compat for any public antd re-export (default: keep back-compat — reimplement as DS-native preserving the consumed API).
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.
- yesterday Changed · +5 lines 34b5bc79de0b
- 4d ago First seen · 290 lines · 66 tokens per session scan A a94251628f7b
deantd-component is a skill published in the GitHub repository Synerise/synerise-design (96 stars, last pushed yesterday), licensed MIT. It adds 66 tokens to every session and 5,240 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other skills, from other repositories
ui-components
UI component library patterns for shadcn/ui and Radix Primitives. Use when building accessible component libraries, customizing shadcn components, using Radix unstyled primitives, or creating design system foundations.
component-search
Search 21st.dev component registry for production-ready React components. Finds components by natural language description, filters by framework and style system, returns ranked results with install instructions. Use when looking for UI components, finding alternatives to existing components, or sourcing design system…
s2-docs
Look up Spectrum 2 (S2) component documentation, design guidelines, and usage patterns when building with React Spectrum or Spectrum Web Components. Use when the user mentions Spectrum, S2, React Spectrum, RSP, Spectrum Web Components, or SWC, or names a Spectrum component (Button, Picker, ComboBox, TextField…
hatch3r-design-system-detect
Detects existing design tokens, component library, and theming convention in a project before authoring new UI primitives — output a concise inventory for downstream implementers.
Design System Component Reuse Guard
A code review check that spots new buttons, inputs, modals, cards, and similar interface pieces built from scratch when reusable design-system components already exist. It also suggests importing the existing component.
Design Token Enforcement
A code review check that finds hard-coded colors, spacing, font sizes, rounded corners, and shadows in frontend code when the project already provides design tokens. Design tokens are named shared values, such as a primary color or medium spacing.