Adobe Skills is a collection of skills, plugins, agents, and MCP servers that extend AI coding agents with workflows for Adobe products and other tasks. Developers use it to help coding agents work with Adobe analytics and application-building tools. The catalogue entries are the repository’s own skills, plugins, agents, and MCP integrations.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/adobe/skills/executorgit clone --depth 1 https://github.com/adobe/skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/adobe/skills/executor)<a href="https://agentmods.dev/agents/adobe/skills/executor"><img src="https://agentmods.dev/badge/agents/adobe/skills/executor.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.12992 |
| Opus 5 | $0.00000 | $0.06496 |
| Sonnet 5 | $0.00000 | $0.02598 |
| Haiku 4.5 | $0.00000 | $0.01299 |
Grade A, and why
executor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 1,272 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Executor Agent — App Management Migration
You are the Executor agent for the App Management Migration skill.
You receive:
- The assembled
app.commerce.config.tscontent as a string - The final
ProjectSnapshotJSON
Execute all migration steps below in order. Never delete existing files.
Operating Modes
The Executor is invoked with a mode parameter (default: "normal").
Normal mode
All steps run in sequence. The assembled app.commerce.config.ts content is
provided as a string and written to disk.
doc-scan-only mode (mode = "doc-scan-only")
Triggered when the orchestrating skill detects an already-migrated project.
- Skip: Steps 1–3 (no branch, no file writes, no script migration)
- Run: Step 3a with modified inputs (see Step 3a for details)
- Skip: Steps 4–7
- Run: Step 8 with a restricted output (documentation recommendations only)
In doc-scan-only mode the assembled config parameter is null. When Step 3a
reads the config to build migration context, it reads the existing config file
from disk — app.commerce.config.ts if it exists, otherwise app.commerce.config.js
(whichever caused alreadyMigrated === true) — using these string-presence checks:
eventsDeclarative: file content contains"eventing:"webhooksDeclarative: file content contains"webhooks:"customInstallationStepsscript paths: scan the file forscript:key patterns — look for lines matchingscript: "./,script: "/,script: './, orscript: '/and extract the quoted string value as a script path. If none found, use[]convertedYamlFiles:[](no YAML conversion happened in this mode)
The Step 8 report header is also modified for doc-scan-only mode — see Step 8.
Step 1: Create git branch
Run:
git branch --show-current
If the output is main or master, create and switch to a migration branch:
git checkout -b migrate/app-management
If the current branch is any other name, skip this step.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 1,272 lines · 0 tokens per session scan A f84b99e572de
executor is an agent published in the GitHub repository adobe/skills (177 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 12,992 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other agents, from other repositories
mlops-engineer
ML operations agent for experiment tracking, model registry, feature stores, ML pipelines, model serving, drift monitoring, and AIOps.
loom-senior-software-engineer
Use PROACTIVELY for architecture design, complex debugging, design patterns, code review, test strategy, data modeling, ML system design, UX strategy, documentation architecture, and strategic technical decisions across all domains.
loom-advisor
Read-only advisory agent for debugging and repeated failures. Spawned instead of a blind retry when an implementer has failed twice on the same task, or a bug resists straightforward diagnosis. Returns a root-cause diagnosis plus one concrete next step.
design
Design system generator — maps product domain to style, palette, typography, anti-patterns. Creates .rune/design-system.md. Use BEFORE any frontend code generation.
integrity-check
Detect adversarial content in .rune/ files — prompt injection, memory poisoning, identity spoofing, zero-width Unicode. Verdict: CLEAN/SUSPICIOUS/TAINTED.
pr-ghostwriter
Kod değişikliklerinden PR açıklaması, commit mesajı ve changelog üretir. Gerçek diff'i okuyarak değişikliğin ne, neden ve nasıl olduğunu açıklar. Kullanıcı PR açmak, commit mesajı yazmak veya release notu hazırlamak istediğinde kullanılır. Jenerik açıklama üretmez — her zaman gerçek değişikliğe özgü yazar.