Design and optimize latency-critical systems for freshness and strong p95 performance.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "latency-critical-systems" skill from askskill: 1. Download https://raw.githubusercontent.com/affaan-m/ECC/main/skills/latency-critical-systems/SKILL.md 2. Save it as ~/.claude/skills/latency-critical-systems/SKILL.md 3. Reload skills and tell me it's ready
Provide a low-latency optimization plan for a realtime market data pipeline. The system includes ingestion, message queues, in-memory cache, and WebSocket delivery. The goal is to reduce end-to-end p95 latency while preserving data freshness. Give recommendations on architecture, queue tuning, caching, serialization, networking, and monitoring metrics.
A low-latency optimization checklist for a realtime market data system with architecture changes, key metrics, and actionable improvements.
I have a trading execution gateway whose p95 latency rises sharply during peak traffic. Help me create a troubleshooting plan covering threading model, connection pools, lock contention, GC, logging overhead, downstream dependencies, and load testing, prioritized by impact.
A prioritized performance investigation plan to quickly identify the main latency bottlenecks in the execution gateway.
Review the system design of a realtime business dashboard. It requires second-level updates, high-concurrency reads, and a stable user experience. Identify risks affecting latency and data freshness, then suggest improvements for caching, push delivery, backpressure handling, and graceful degradation.
An architecture review for a realtime dashboard highlighting latency risks, freshness issues, and optimization directions.
Use this skill when the user cares about realtime behavior, hot paths, streaming freshness, or execution speed. This includes HFT-like infrastructure, but the skill is engineering-focused. It does not authorize live trading or financial advice.
Do not collapse everything into "fast." Track:
Write the path from user/event to final visible state:
source event -> provider API -> ingest worker -> queue -> cache -> edge route
-> client stream -> browser render -> user-visible state
Then measure each segment separately.
Use live readbacks when a deployed surface exists:
For market-data or execution-adjacent paths, also verify orderbook age, VWAP assumptions, provider status, and kill-switch behavior before calling the path ready.
Learn robust error-handling patterns across TypeScript, Python, and Go applications.
Manage carrier portfolios, negotiate freight rates, and evaluate carrier performance.
Design and implement robust F# unit, property, and integration tests
Apply test-driven development to Quarkus 3.x features, fixes, and refactors.
Generate images, videos, and audio with one unified AI media workflow.
Run a pre-release verification loop for Quarkus builds, tests, scans, and reviews.
Design and evaluate real-time collaborative systems, sync flows, and failure handling.
Measure Azure Blob latency across regions to choose the best-performing storage location.
Automatically inject credentials into curl requests for known public APIs.
Design and evaluate core mechanisms, tradeoffs, and failures in distributed systems.
Optimize React and Next.js performance during coding, review, and refactoring.
Speed up complex tasks with parallel execution while preserving correctness.