add-bc-contract

Community

Automate inter-service communication with provider contracts.

AuthorDev-Int
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the complexity of implementing clean communication between bounded contexts by automatically generating contracts and providers.

Core Features & Use Cases

  • Inter-BC Communication: Create clean interfaces for data sharing between services.
  • Provider Pattern: Automatically implement the provider pattern with proper dependency injection.
  • Use Case: When your Inventory system needs to access Article data from the Admin context, this Skill generates the contract interface and provider implementation automatically.

Quick Start

Add a contract for the Admin bounded context to provide Article data to the Inventory system.

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: add-bc-contract
Download link: https://github.com/Dev-Int/tests/archive/main.zip#add-bc-contract

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