acc-create-bridge

Installation
SKILL.md

Bridge Pattern Generator

Creates Bridge pattern infrastructure for separating abstraction from implementation.

When to Use

Scenario Example
Multiple dimensions of variation Notification types × channels
Avoid class explosion Shape × rendering method
Runtime implementation switching Database drivers
Platform independence UI × OS

Component Characteristics

Abstraction

  • High-level interface
  • Uses implementor
  • Domain layer
Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026
Security Audits