adobe-sdk-patterns

Installation
SKILL.md

Adobe SDK Patterns

Overview

Production-ready patterns for Adobe SDK usage across Firefly Services (@adobe/firefly-apis, @adobe/photoshop-apis, @adobe/lightroom-apis), PDF Services (@adobe/pdfservices-node-sdk), and direct REST API calls.

Prerequisites

  • Completed adobe-install-auth setup
  • Familiarity with async/await patterns
  • Understanding of the Adobe API you are integrating

Instructions

Pattern 1: Singleton Auth Client with Token Caching

// src/adobe/client.ts
import { ServicePrincipalCredentials, PDFServices } from '@adobe/pdfservices-node-sdk';
Related skills
Installs
2
GitHub Stars
2.2K
First Seen
Apr 8, 2026