adobe-reference-architecture

Featured

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".

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 Reference Architecture ## Overview Production-ready architecture patterns for Adobe API integrations, designed around the three main API families: Firefly Services (creative AI), PDF Services (document automation), and I/O Events (event-driven). ## Prerequisites - Understanding of layered architecture - TypeScript project setup - Decision on which Adobe APIs to integrate ## Instructions ### Step 1: Project Structure ``` my-adobe-project/ ├── src/ │ ├── adobe/ # Adobe client layer │ │ ├── auth.ts # OAuth Server-to-Server token management │ │ ├── firefly-client.ts # Firefly API wrapper (generate, fill, expand) │ │ ├── pdf-client.ts # PDF Services wrapper (create, extract, merge) │ │ ├── photoshop-client.ts # Photoshop API wrapper (cutout, actions) │ │ ├── events-client.ts # I/O Events registration and verification │ │ ├── types.ts # Shared Adobe types │ │ └── errors.ts # Error classification (retryable vs permanent) │ ├── services/ # Business logic layer │ │ ├── image-generation.ts # Orchestrates Firefly + Photoshop workflows │ │ ├── document-pipeline.ts # Orchestrates PDF create/extract/merge │ │ └── event-processor.ts # Routes and processes I/O Events │ ├── api/ # API layer (routes, controllers) │ │ ├── health.ts # Health check including Adobe IMS │ │ ├── webhooks/...

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-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 Solid

webflow-reference-architecture

Implement Webflow reference architecture — layered project structure, client wrapper, CMS sync service, webhook handlers, and caching layer for production integrations. Trigger with phrases like "webflow architecture", "webflow project structure", "how to organize webflow", "webflow integration design", "webflow best practices".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-reference-architecture

Implement Documenso reference architecture with best-practice project layout. Use when designing new Documenso integrations, reviewing project structure, or establishing architecture standards for document signing applications. Trigger with phrases like "documenso architecture", "documenso best practices", "documenso project structure", "how to organize documenso".

2,266 Updated today
jeremylongshore
AI & Automation Featured

klaviyo-reference-architecture

Implement Klaviyo reference architecture with best-practice project layout. Use when designing new Klaviyo integrations, reviewing project structure, or establishing architecture standards for email/SMS marketing applications. Trigger with phrases like "klaviyo architecture", "klaviyo project structure", "klaviyo design", "how to organize klaviyo", "klaviyo layout".

2,266 Updated today
jeremylongshore
AI & Automation Featured

figma-reference-architecture

Reference architecture for production Figma API integrations. Use when designing a new Figma integration, planning project structure, or establishing patterns for design-to-code pipelines. Trigger with phrases like "figma architecture", "figma project structure", "figma integration design", "figma best practices layout".

2,266 Updated today
jeremylongshore