network-expert

Analyze and optimize WTFPOS network topology and synchronization strategies.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/pyroboy/midcodes --skill network-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: network-expert
Source: https://github.com/pyroboy/midcodes/tree/main/apps/WTFPOS/.claude/skills/network-expert
Command: npx skills add https://github.com/pyroboy/midcodes --skill network-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses challenges in understanding and optimizing the network architecture of WTFPOS, ensuring efficient data flow, offline capabilities, and robust synchronization across devices and branches.

Core Features & Use Cases

  • Network Topology Analysis: Evaluate and understand the current network setup, including LAN replication, SSE vs. Ably, and cross-branch connectivity.
  • Synchronization & Offline Guarantees: Assess and improve device synchronization health and offline-first guarantees.
  • Performance Planning: Advise on bandwidth and latency considerations for network operations.
  • Use Case: When designing a new feature that requires real-time data sharing between multiple store locations, consult this Skill to determine the most suitable protocol and architecture to ensure low latency and offline resilience.

Quick Start

Use the network-expert skill to evaluate the feasibility of offline data synchronization for new features.

Frequently Asked Questions about network-expert

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

FAQPage Schema
How do I optimize network topology for offline-first POS synchronization across multiple branches?

Network topology optimization for offline-first POS involves balancing LAN replication with cloud-based data merging via Neon to maintain cross-branch connectivity and device sync health. This architecture guarantees data availability during network disruptions.

What is the best way to handle SSE and Ably integration for real-time data sharing?

SSE and Ably integration requires evaluating multiplexed SSE against Ably for real-time data sharing across store locations. Choose the protocol that delivers low latency and supports offline resilience when planning bandwidth and network operations.

Does star topology support offline guarantees for LAN replication in retail environments?

Star topology supports offline guarantees for LAN replication by allowing devices to maintain local sync health independently. HTTP pull/push mechanisms ensure data consistency across devices, while cloud merging via Neon handles conflict resolution when connectivity is restored.

How do I monitor connection health and plan bandwidth for cross-branch device synchronization?

Monitor connection health by assessing device sync states and evaluating latency considerations within your network topology. Plan bandwidth by analyzing the data load of HTTP pull/push operations and multiplexed SSE streams to ensure stable cross-branch connectivity.

Why does cloud-based data merging fail when network connectivity drops during POS transactions?

Cloud-based data merging via Neon pauses during connectivity drops if offline-first guarantees are not properly configured. Without robust LAN replication and local sync health monitoring, devices cannot queue transactions or resolve conflicts upon reconnection.