About
This skill provides specialized guidance for using the CUI HTTP library (cui-http) within Claude Code. It enforces the use of the HttpHandler builder pattern for configuration and the HttpResult sealed interface for type-safe, exhaustive error handling. By leveraging async-first adapters like ResilientHttpAdapter and ETagAwareHttpAdapter, this skill ensures that network communication is reliable, supports exponential backoff retries, and includes built-in caching mechanisms, making it ideal for building robust backend services and API integrations.