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.
Plan a reliable home or homelab network with practical setup guidance.
Query genomic databases, run sequence searches, and log reproducible bioinformatics evidence.
Write, fix, and improve tests for React components, hooks, and pages.
Review prediction-market workflows for compliance, safety, privacy, and execution risks.
Understand Swift 6.2 concurrency changes and apply them safely in code.
Create project guideline examples to align team workflows and documentation.
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.
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.
Design offline-first edge systems with sync, conflict handling, and weak-network resilience.