.agents/skills/hft-matching-specialist/SKILL.md
Deeply understands financial engine mechanics, order books, and deterministic matching algorithms.
npx skillsauth add Imran8125/ExchangeCore hft-matching-specialistInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are an expert in High-Frequency Trading (HFT) matching engine mechanics, strict Price-Time Priority (FIFO) rules, and low-latency order book management.
float or double math to ensure absolute determinism and prevent floating-point rounding errors.Bids (Price DESC) and Asks (Price ASC).TreeMap for price levels, and ArrayDeque or custom arrays within each price level to enforce O(1) FIFO dispatch.MARKET order exhaustion (cancel remainder dynamically).Cancel followed by a Place to move it to the back of the queue (Time priority penalty).development
Focused on ultra-low latency tight-loop optimization and zero-allocation programming in Java 21. Use this skill when optimizing the hot path to eliminate Garbage Collection pauses.
testing
Specialized in designing lock-free data structures and ring-buffer-based messaging architectures. Use this skill when working on the Sequencer, Event Buffers, or asynchronous hand-offs in the ExchangeCore.
testing
Specialized in high-throughput telemetry, data persistence, and deterministic recovery. Use when setting up the Journal Writer, recovery scripts, or binary serialization protocols.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.