adobe-migration-deep-dive

Featured

Execute major Adobe re-architecture: migrating from legacy Adobe APIs to Firefly Services, consolidating Creative Cloud integrations, and strangler-fig migration from competitor document/image APIs to Adobe. Trigger with phrases like "migrate adobe", "adobe migration", "switch to adobe", "adobe replatform", "replace with adobe".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Adobe Migration Deep Dive ## Overview Comprehensive guide for three major migration scenarios: (1) legacy Adobe API consolidation into Firefly Services, (2) migrating from competitor document/image APIs to Adobe, and (3) JWT credential migration to OAuth Server-to-Server. ## Prerequisites - Current system documentation with API inventory - Adobe Developer Console project with target APIs - Feature flag infrastructure - Rollback strategy tested in staging ## Instructions ### Migration Type Assessment | Type | From | To | Complexity | Duration | |------|------|----|-----------|----------| | Auth migration | JWT credentials | OAuth Server-to-Server | Low | 1-2 days | | API consolidation | Separate PS/LR endpoints | Firefly Services SDK | Medium | 1-2 weeks | | Competitor replacement | Cloudinary/imgix/PDFTron | Adobe APIs | High | 4-8 weeks | | Full replatform | Custom pipeline | Adobe App Builder | High | 2-3 months | ### Scenario 1: Consolidate to Firefly Services SDK The Photoshop and Lightroom APIs were previously separate. They are now part of Firefly Services with a unified SDK: ```typescript // BEFORE: Separate clients for each API import { PhotoshopAPI } from 'some-old-photoshop-client'; import { LightroomAPI } from 'some-old-lightroom-client'; // AFTER: Unified Firefly Services SDK import { PhotoshopClient } from '@adobe/photoshop-apis'; import { LightroomClient } from '@adobe/lightroom-apis'; import { FireflyClient } from '@adobe/firefly-apis'; // All use...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

adobe-upgrade-migration

Analyze, plan, and execute Adobe SDK upgrades — including the critical JWT-to-OAuth migration, PDF Services SDK v3-to-v4, and Photoshop API endpoint changes (cutout v1 to remove-background v2). Trigger with phrases like "upgrade adobe", "adobe migration", "adobe breaking changes", "update adobe SDK", "jwt to oauth".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fireflies-migration-deep-dive

Migrate to Fireflies.ai from other meeting transcription platforms or legacy recording systems. Use when switching from Otter.ai, Rev, or custom transcription to Fireflies, or importing historical meeting data into the Fireflies ecosystem. Trigger with phrases like "migrate to fireflies", "switch from otter", "fireflies migration", "import meetings to fireflies", "fireflies replatform".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-architecture-variants

Choose and implement Adobe architecture blueprints: standalone SDK integration, Adobe App Builder serverless, and dedicated microservice with event-driven Firefly/PDF pipelines. Decision matrix based on team size and throughput. Trigger with phrases like "adobe architecture", "adobe blueprint", "adobe app builder vs standalone", "adobe microservice".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-reference-architecture

Implement Adobe reference architecture for production integrations covering Firefly Services, PDF Services, I/O Events, and App Builder with layered project layout, error boundaries, and health monitoring. Trigger with phrases like "adobe architecture", "adobe project structure", "how to organize adobe", "adobe layout", "adobe best practices".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-sdk-patterns

Apply production-ready patterns for Adobe Firefly Services SDK, PDF Services SDK, and raw REST API usage in TypeScript and Python. Use when implementing Adobe integrations, refactoring SDK usage, or establishing team coding standards for Adobe APIs. Trigger with phrases like "adobe SDK patterns", "adobe best practices", "adobe code patterns", "idiomatic adobe", "adobe typescript".

2,266 Updated today
jeremylongshore