dependency-wrapper

Installation
SKILL.md

Dependency Wrapper Skill

Wrap third-party libraries for testability, replaceability, and controlled dependency injection.


When to Use

  • Integrating third-party APIs or libraries
  • Creating testable code with external dependencies
  • Building swappable implementations
  • Managing configuration for external services
  • Isolating vendor-specific code

Philosophy

Never call third-party libraries directly in business logic.

Related skills
Installs
2
GitHub Stars
1
First Seen
Mar 4, 2026