client-responsibilities

Official

Enforce connection-only clients.

Authorzerobias-org
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill defines a strict separation between connection management and business API operations, ensuring clients only handle connection logic and do not implement API calls.

Core Features & Use Cases

  • Enforces a single responsibility for Client: connect, isConnected, disconnect
  • Producers implement all API operations, while the Client exposes a HTTP client instance to them
  • Use Case: In a microservice, implement a ConnectionClient that establishes and maintains the HTTP session, while resource-producer classes perform CRUD calls against the API.

Quick Start

Instantiate a ServiceClient and pass its HTTP client to a Producer to perform API operations.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: client-responsibilities
Download link: https://github.com/zerobias-org/module/archive/main.zip#client-responsibilities

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.