Network
Modular, scalable, automated development intelligence.
npx -y skills add DongDuong2001/pudo-code-system --skill networkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Investigating API failures, DNS issues, and connection timeouts
SKILL.md
0.8 KB, as published. Nobody here has run it
Network Debugging Skill
This skill focuses on tracing requests across distributed networks, resolving timeouts, and understanding protocol errors.
When to use this skill
- When external APIs or microservices return 5xx/4xx errors or timeouts.
- When facing DNS resolution issues, TLS handshake failures, or CORS errors.
- When debugging load balancer or reverse proxy routing.
Guidelines
- Curl & Ping: Use basic tools to ensure reachability before debugging application code.
- Trace IDs: Utilize distributed tracing (OpenTelemetry, Jaeger) to identify exactly where a request failed in a multi-service architecture.
- Timeouts & Retries: Verify that both read and connect timeouts are explicitly set, and retry logic is idempotent.