hoangnguyen0403/android-networking
Integrate Retrofit, OkHttp, and Kotlinx Serialization for type-safe API communication in Android. Use when building API clients, adding interceptors, or configuring network security—not standalone MockWebServer or API-test setup.
npx skills add https://github.com/HoangNguyen0403/agent-skills-standard --skill android-networking
@SerialName for JSON field mapping.See setup & wrappers for DTO and API examples.
suspend functions.See setup & wrappers for API endpoint definitions.
Bearer token injection and HttpLoggingInterceptor (debug only).Result wrapper or Either in Repository layer.isMinifyEnabled = true.Take hoangnguyen0403/android-networking from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.