financial-display

Validate financial data display in crypto trading frontends with locale-aware formatting.

2|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/Canhada-Labs/ceo-orchestration --skill financial-display
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: financial-display
Source: https://github.com/Canhada-Labs/ceo-orchestration/tree/main/.claude/skills/domains/fintech/skills/financial-display
Command: npx skills add https://github.com/Canhada-Labs/ceo-orchestration --skill financial-display

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures accuracy and consistency in financial data display for crypto trading platform frontends, addressing common precision, formatting, and safety issues.

Core Features & Use Cases

  • Precision Rules by Asset Type: Ensures correct precision rules are applied to different types of financial data (e.g., crypto, fiat, stablecoins).
  • Locale-Aware Formatting: Implements proper number formatting depending on the locale (e.g., BRL vs USD).
  • Safe Usage of Financial Functions: Promotes the use of safe.ts functions instead of parseFloat() for financial calculations.
  • Component Review Checklist: Provides a comprehensive checklist for reviewing components displaying financial data for consistency and correctness.

Quick Start

Run the financial-display skill to validate all components in the frontend directory for financial data display accuracy.

Frequently Asked Questions about financial-display

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ensure correct precision for crypto trading platform financial data display?

Crypto trading financial data display requires applying asset-specific precision rules for crypto, fiat, and stablecoins. This Skill validates frontend components against these precision standards to prevent rounding and display errors.

Why does using parseFloat cause calculation errors in financial data components?

Using parseFloat for financial calculations introduces precision and safety risks. This Skill enforces the use of safe.ts functions instead, verifying that frontend components perform secure and accurate financial data processing.

How do I apply locale-aware number formatting for BRL and USD in a crypto frontend?

Locale-aware number formatting adjusts decimal and separator rules based on user locale like BRL or USD. This Skill verifies that frontend components correctly implement locale-specific formatting for displaying financial data.

What is the best way to review crypto frontend components for financial data consistency?

Reviewing crypto frontend components for financial data consistency requires a structured checklist. This Skill provides a comprehensive review checklist to validate precision, locale formatting, and safe calculation usage across all components.

Does this financial data validation Skill work without external dependencies?

Yes, this financial data validation Skill operates without external dependencies. It uses built-in scripts and references to verify frontend components, requiring no additional libraries to check financial display accuracy.

Can I use this Skill to validate all frontend components in my crypto trading directory at once?

Yes, you can validate all frontend components in your crypto trading directory simultaneously. Running the Skill scans the frontend directory to verify financial data display accuracy, precision, and safe calculation standards.