Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

adapter-pattern-typescript

النجوم١
التفرعات٠
آخر تحديث١٦ مارس ٢٠٢٦ في ٠٢:٢٢

To allow incompatible interfaces to work together by wrapping an object in an adapter that translates its interface into one that a client expects. Use when: When integrating a third-party library whose interface doesn't match your application's internal requirements; When you want to standardize multiple different implementations of a service (e.g., different payment gateways); When you need to provide a stable interface while the underlying dependency is subject to change.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly