agentsclimarketplace

AI SKILL adobe products

Skill LevyBytes/AI-SKILL-adobe-products

Agent Kaizen skill for Claude Code & Codex: faithful, identifier-preserving reference for Adobe Creative Cloud, Acrobat, Photoshop, Illustrator, InDesign, InCopy, Premiere Pro, After Effects, Audition, Media Encoder, Firefly. UXP, ExtendScript, CEP, batchPlay, plugin SDKs & REST APIs. Routes to 11 product subskills.

Install
npx -y skills add LevyBytes/AI-SKILL-adobe-products

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when Codex or Claude needs Adobe product documentation, workflow, scripting, plugin, SDK, or service API facts; routes Acrobat, Photoshop, Illustrator, InDesign, InCopy, Premiere Pro, After Effects, Audition, Media Encoder, Firefly, and shared Adobe platform questions to product subskills.

SKILL.md

4.5 KB, as published. Nobody here has run it

Adobe Products Router

Entry point for Adobe Creative Cloud and Adobe developer documentation. This package routes to 11 product subskills; each product is a direct subdirectory with its own SKILL.md and a flat references/ folder of focused, readable reference files (original prose, identifiers preserved verbatim). There is no global corpus - open the product subskill directly.

Paths

All file paths in this package are relative to this skill's own directory: prefix .agents/skills/adobe-products/ for Codex, or .claude/skills/adobe-products/ for Claude.

Workflow

  1. Identify the product, host app, SDK, or service named in the task (Acrobat, Photoshop, Illustrator, InDesign, InCopy, Premiere Pro, After Effects, Audition, Media Encoder, Firefly, Common Platform).
  2. Open that product's SKILL.md and use its task router (or references/INDEX.md) to pick the one reference file that matches.
  3. Read that file; it is a self-contained subject. Open another only if the task spans subjects.
  4. For a cross-product scan, grep the relevant product's references, e.g. rg -n 'PATTERN' photoshop/references/*.md.

Product Routes

ProductUse forSubskill
AcrobatPDF creation, editing, review, signing, security, JavaScript automation, and PDF Services API work.acrobat/SKILL.md
Photoshopraster image editing, layers, selections, color, generative imaging, UXP plugins, batchPlay, and Photoshop APIs.photoshop/SKILL.md
Illustratorvector artwork, paths, type, artboards, Illustrator desktop workflows, ExtendScript, and Illustrator APIs.illustrator/SKILL.md
InDesignpage layout, publishing, documents, pages, spreads, text, styles, UXP scripting, and layout automation.indesign/SKILL.md
InCopyeditorial workflows, copy editing, assignments, stories, track changes, and InDesign-connected collaboration.incopy/SKILL.md
Premiere Provideo editing, timelines, sequences, captions, effects, export, UXP panels, ExtendScript, and samples.premiere-pro/SKILL.md
After Effectsmotion graphics, compositing, expressions, rendering, scripting, ExtendScript, and C++ SDK plugins.after-effects/SKILL.md
Auditionaudio editing, waveform and multitrack workflows, effects, restoration, recording, and export.audition/SKILL.md
Media Encoderencoding, transcoding, watch folders, presets, queues, exports, and automation.media-encoder/SKILL.md
Fireflygenerative imaging workflows, Firefly web features, and Firefly Services REST APIs.firefly/SKILL.md
Common Platformshared Adobe developer-platform material: CEP, shared ExtendScript/ScriptUI, and community TypeScript definitions.common-platform/SKILL.md

Search tips

  • Each product's references/INDEX.md is the cheapest first read; it tables every subject file with a one-line summary and size.
  • Each references/*.md is one focused subject in readable prose; grep across a product with rg -n 'PATTERN' <product>/references/*.md.

Reference file counts: Acrobat 192 files, Photoshop 138 files, Illustrator 73 files, InDesign 346 files, InCopy 47 files, Premiere Pro 151 files, After Effects 185 files, Audition 25 files, Media Encoder 12 files, Firefly 45 files, Common Platform 209 files.

Gotchas

Recurring failure modes and what to do instead live in the sibling GOTCHA.md.

References

Each product subskill carries its own references/INDEX.md, references/topics.json, and per-subject references/*.md files. Start from the product INDEX.md.

Official documentation

Includes original content written for this skill. The official documentation is at https://helpx.adobe.com/be_en/support.html — consult it to verify anything uncertain, conflicting, or version-specific.

Verification

  • Validate the whole package: python "$env:DEVROOT\SKILLS\skills\skill-drafting\scripts\validate_skill_package.py" --package "$env:DEVROOT\SKILLS\skills\adobe-products"
  • That checks the router, every product subskill, and routing integrity together.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.