executor

executor is an agent for coding agents from adobe/skills. It costs 0 tokens per session (12,992 once invoked), scanned A, original, Apache-2.0.

An execution agent for applying the steps needed to move an Adobe Commerce App Builder project to the App Management setup.

In plain words
What is it for?
It is for writing the migration configuration, moving scripts, creating the needed branch, and running migration tasks.
Why use it?
It carries out the migration in a defined order and can also scan an already-migrated project for documentation needs.

Agent

Part of the commerce-app-migration plugin — 1 skill, 6 agents shipped together

About the project

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.

adobe/skills · 177 stars · on GitHub

Install

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.

agentmods
npx agentmods add agents/adobe/skills/executor
Clone the repo
git clone --depth 1 https://github.com/adobe/skills

Or install commerce-app-migration, the plugin that ships this one along with the rest of its 1 skill, 6 agents.

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

agentmods badge for executor

README.md
[![agentmods](https://agentmods.dev/badge/agents/adobe/skills/executor.svg)](https://agentmods.dev/agents/adobe/skills/executor)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 12,992 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured yesterday against content hash f84b99e572de, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

plugins/commerce/app-migration/skills/commerce-app-migrate/agents/executor.md · 1,272 lines

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:

  1. The assembled app.commerce.config.ts content as a string
  2. The final ProjectSnapshot JSON

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:"
  • customInstallationSteps script paths: scan the file for script: key patterns — look for lines matching script: "./, script: "/, script: './, or script: '/ 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.

Read the full file on GitHub · 1,272 lines

Changes

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.

  1. yesterday First seen · 1,272 lines · 0 tokens per session scan A f84b99e572de

Subscribe to this mod's changes

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.

Related

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.

pjt222/agent-almanac · 31 tokens

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.

cosmix/loom · 51 tokens

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.

cosmix/loom · 53 tokens

design

Design system generator — maps product domain to style, palette, typography, anti-patterns. Creates .rune/design-system.md. Use BEFORE any frontend code generation.

Rune-kit/rune · 35 tokens

integrity-check

Detect adversarial content in .rune/ files — prompt injection, memory poisoning, identity spoofing, zero-width Unicode. Verdict: CLEAN/SUSPICIOUS/TAINTED.

Rune-kit/rune · 41 tokens

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.

komunite/kalfa · 81 tokens