pattern-bridge

Community

Split abstraction and implementation cleanly

Authorjohnnystefan
Version1.0.0
Installs0

System Documentation

What problem does it solve?

The Bridge pattern stops large classes from forcing a single hierarchy by separating high-level abstractions from their platform-specific implementations, keeping both sides independently evolvable.

Core Features & Use Cases

  • Independent hierarchies: Define a stable implementation interface while letting abstractions delegate so that changes to platform providers do not ripple through core logic.
  • Refined controls: Create different abstraction subclasses for each business variant without duplicating provider-specific code.
  • Use case: Split notification sending into an abstraction that toggles between email, SMS, and push channels, or separate payment processing logic from Stripe, PayPal, and other providers.

Quick Start

Ask the pattern-bridge skill to split your notification service into an abstraction that delegates to provider-specific implementations.

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: pattern-bridge
Download link: https://github.com/johnnystefan/test-saas-business/archive/main.zip#pattern-bridge

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.