← ClaudeAtlas

trading-ui-patternslisted

Build or review a trading/investing-app component against the specific conventions of X (timeline post, action bar), TradingView (watchlist row, technical rating gauge), or Trading212 (order ticket, holdings row). Trigger for "make this look like TradingView/X/Trading212", "watchlist row like TradingView", "order ticket like Trading212", "technical rating gauge", "做一个像 TradingView 一样的自选股列表", "参考 X 的帖子卡片样式", or when reviewing a finished component against one of these reference patterns before shipping it. Also trigger when a watchlist/quote/holdings component needs to render more than one market's data (e.g. both US and CN symbols) — this is where the direction-color convention silently breaks. Do NOT trigger to invent a generic app aesthetic from a blank slate (use `ui-ux-pro-max` for open-ended style exploration) or to freeze the user's own palette/spacing choices into reusable tokens (that's `ui-design-system`) — this skill is specifically about matching one of these three products' own component convention
artherahq/skills · ★ 2 · Web & Frontend · score 68
Install: claude install-skill artherahq/skills
# Trading UI Patterns X, TradingView, and Trading212 each solved a different part of the "financial app that doesn't feel like a spreadsheet" problem, and the three solutions are not interchangeable: X's density-and-restraint social feed, TradingView's tabular-figures terminal chrome, and Trading212's input-gated simplicity are distinct disciplines with their own failure modes. Building "in the style of" one of them from memory alone tends to nail the obvious surface (colors, rounded corners) and miss the structural details that actually make a component read as that product's — a watchlist row with no tabular digits, an order ticket whose confirm button is tappable before the input is valid, a like icon that's already filled red before anyone has tapped it. ## The one failure mode a naive rebuild won't catch on its own Direction color (red/green for up/down) is not a fixed constant — it is a function of which market's convention the data represents. US/UK/HK/most of the world uses green=up/red=down; mainland China and Taiwan use the opposite (red is auspicious, associated with rising prices). A watchlist or holdings row built and screenshot-checked against US test data, then pointed at a CN symbol feed without re-deriving the color mapping, renders every single quote backwards — and nothing crashes, nothing looks obviously wrong in a screenshot taken by someone who doesn't already know the correct CN convention. This is the same shape of bug as a sign-convention flip in a