What problem does it solve?
This Skill eliminates pervasive mock data in the CYPHER V3 codebase and replaces it with deterministic, production-grade API integrations so the terminal surfaces real-time, auditable market, ordinals, runes, and BRC-20 data.
Core Features & Use Cases
- Automated discovery: Grep-based scan patterns and heuristics to find mock flags, hardcoded arrays, random-based placeholders, and temporary comments across TypeScript and React files.
- Integration mappings: Concrete substitution templates and examples for Hiro, UniSat, Ordiscan, CoinGecko, and OKX, with guidance on environment keys, rate limits, and pagination.
- Operational hardening: Patterns for adding Redis caching, error handling, fallbacks, and CI verification including build and type checks to ensure production readiness.
- Use Case: Convert mockOrdinalCollections, mockRunes, and fakePrices into async service calls that fetch live data, cache responses, and surface consistent UI values in a Next.js/TypeScript trading terminal.
Quick Start
Use the mock-eliminator to scan the repository for mock data and produce a prioritized migration plan with concrete code replacement snippets and verification steps.