producer-implementation

Official

Producer patterns for API operations and logic.

Authorzerobias-org
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enforces a clear separation of concerns by placing all API business logic inside Producers, while the Client manages only connection concerns such as authentication and HTTP setup.

Core Features & Use Cases

  • All API operations (list, get, create, update, delete) are implemented in Producers.
  • Connection context is accessed exclusively through the Client, preventing leakage of base URLs or keys into producer methods.
  • Error handling is standardized via a shared handler (handleAxiosError) and consistent mapper patterns to produce typed outputs.

Quick Start

Implement a Producer-based workflow by moving all business logic into Producers and wiring them to a Client for connection management.

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: producer-implementation
Download link: https://github.com/zerobias-org/module/archive/main.zip#producer-implementation

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.