Plan, implement, test, and diagnose HTTP/3 or QUIC work, including RFC-backed source checks, ALPN, Alt-Svc, TLS, UDP reachability, QUIC streams and datagrams, HTTP semantics over QUIC, proxy/CDN/server support, qlog or packet evidence, and handoffs to stack-specific implementation plugins.
How this skill is triggered — by the user, by Claude, or both
Slash command
/network-protocol-skills:http3-quic-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the protocol behavior matters, not merely because an API is served over HTTPS. The practical decision is whether the task needs HTTP/3 enablement, direct QUIC transport behavior, deployment diagnostics, or a handoff back to ordinary HTTP framework work.
Use this skill when the protocol behavior matters, not merely because an API is served over HTTPS. The practical decision is whether the task needs HTTP/3 enablement, direct QUIC transport behavior, deployment diagnostics, or a handoff back to ordinary HTTP framework work.
Check current sources before claiming behavior:
Also check the selected server, client, browser, CDN, proxy, OS, or library docs because HTTP/3 availability is often implementation-specific.
server-side-swift for Vapor, Hummingbird, SwiftNIO, or SwiftPM workrust-skills, python-skills, or server-side-jvm for language-specific server/client workweb-dev-skills, apple-dev-skills, or android-dev-skills for client integrationcloud-deployment-skills for CDN, proxy, load balancer, firewall, hosting, or container platform constraintsPrefer evidence that shows negotiated protocol and the failing hop:
curl with HTTP version reporting when local curl supports itWhen reporting a failure, name the exact hop: browser, app client, TLS terminator, reverse proxy, CDN, origin, container, firewall, NAT, or library.
Return:
Protocol shape: HTTP/3 over QUIC, direct QUIC, datagrams, WebSockets over HTTP/3, or fallback.Evidence: negotiated version, ALPN/Alt-Svc state, UDP path, proxy/CDN/server support, and logs or traces.Change: config, code, dependency, deployment, or diagnostics-only.Fallback: HTTP/2, HTTP/1.1, WebSocket, SSE, or disabled path.Validation: exact commands, browser checks, runtime logs, qlog, packet capture, or deployment checks.Handoffs: stack plugin or cloud/deployment follow-up.npx claudepluginhub gaelic-ghost/socket --plugin network-protocol-skillsCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.