http-interceptors

Centralize auth, error handling, loading, retry, and caching for HTTP requests.

Updated Dec 3, 2025
One-click install
npx skills add https://github.com/tidemann/st44-home --skill http-interceptors
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: http-interceptors
Source: https://github.com/tidemann/st44-home/tree/main/.claude/skills/http-interceptors
Command: npx skills add https://github.com/tidemann/st44-home --skill http-interceptors

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes auth, error handling, loading states, retry logic, and caching for HTTP requests.

Core Features & Use Cases

  • Auth interceptor: automatic token injection
  • Error interceptor: global error handling and redirects
  • Loading interceptor: global loading state management
  • Retry interceptor: exponential backoff for transient failures
  • Cache interceptor: GET request caching and deduplication

Quick Start

Example: /http-interceptors Add an auth token to outgoing requests and handle 401 globally