role-network-architect

Review tunnel network protocol adapter implementations for correctness and maintainability.

7|2|Updated Jul 2, 2025
One-click install
npx skills add https://github.com/tunnox-net/tunnox-core --skill role-network-architect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: role-network-architect
Source: https://github.com/tunnox-net/tunnox-core/tree/main/.claude/skills/role-network-architect
Command: npx skills add https://github.com/tunnox-net/tunnox-core --skill role-network-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you design and review high-performance network architectures for tunnel systems. It provides guidance on protocol choices, scalability, and code quality to ensure reliable, low-latency connections at scale.

Core Features & Use Cases

  • Protocol architecture review: TCP/UDP/QUIC/WebSocket choices for different networks.

  • Tunnel design guidance: cross-node tunneling, session management, connection reuse.

  • Performance-oriented critique: latency, throughput, memory, and resource efficiency.

  • Code Review checks: common pitfalls, resource leaks, error handling, and disposes.

  • Use Case: For a new release, review internal/protocol/adapter/tcp_adapter.go against the ProtocolAdapter interface to ensure correctness and maintainability.

Quick Start

Ask the AI to review an adapter implementation, e.g., internal/protocol/adapter/tcp_adapter.go, and propose architectural improvements.