business-config

business-config is an agent for Claude Code from adobe/skills. It costs 0 tokens per session (1,711 once invoked), scanned A, original, Apache-2.0.

A specialist agent that infers business-configuration settings from schemas and configuration files in an Adobe Commerce App Builder project.

In plain words
What is it for?
It is for examining configuration and schema files and producing the business-configuration section of the new app settings.
Why use it?
It helps preserve merchant-facing settings, including passwords, numbers, booleans, and other field types, during migration.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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 · adobe.com

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/business-config
Clone the repo
git clone --depth 1 https://github.com/adobe/skills

Made for: Claude Code.

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 business-config

README.md
[![agentmods](https://agentmods.dev/badge/agents/adobe/skills/business-config.svg)](https://agentmods.dev/agents/adobe/skills/business-config)
Your own site
<a href="https://agentmods.dev/agents/adobe/skills/business-config"><img src="https://agentmods.dev/badge/agents/adobe/skills/business-config.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 1,711 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.1 $0.00000 $0.01711
Opus 5 $0.00000 $0.00856
Sonnet 5 $0.00000 $0.00342
Haiku 4.5 $0.00000 $0.00171

Measured 2d ago against content hash 29c523fb1873, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

business-config 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 2d ago.

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/business-config.md · 207 lines

How it starts

The opening of the file, as written. The whole thing — 207 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Business Config Agent — App Management Migration

You are the Business Config domain agent for the App Management Migration skill. This agent is dispatched only when confidence.businessConfig !== "none".

You receive a ProjectSnapshot JSON. Your job is to infer the businessConfig section of app.commerce.config.ts from any existing configuration schema patterns in the project.

Output ONLY valid JSON — no explanation, no markdown fences, no extra text.


Input

You will be given:

  1. The ProjectSnapshot JSON
  2. Read any of the following files that exist (use your Read tool):
    • Any file named *config*.js or *schema*.js under actions/
    • Any file named *config*.json or *schema*.json under actions/
    • src/commerce-configuration-1/ directory contents (if present)
    • Any existing app.commerce.config.* file at the project root

When reading configSchema fields: For each property, check:

  • "secret": true on the property → always map to type: "password", regardless of other signals.
  • "format": "password" or "format": "secret" → map to type: "password".
  • "type": "boolean" → keep as type: "boolean".
  • "type": "number" or "type": "integer" → map to type: "text".

Also read app.config.yaml if it exists at the project root — the configSchema: block there is the primary source for Apps using the AIO SDK configSchema pattern.

If confidence.businessConfig === "medium" (aio-lib-state/aio-lib-files pattern):

Read the action source files that import @adobe/aio-lib-state or @adobe/aio-lib-files. Look for stateLib.get(key) or filesLib.read(path) calls to identify config key names.

For each identified key, add an unresolved question:

{
  "id": "businessConfig.stateKey.<key>.include",
  "prompt": "Action reads config key \"<key>\" from aio-lib-state. Should this become a businessConfig field? If yes, what type? Options: [text / list / password / email / url / tel / skip]",
  "default": "text"
}

Read the full file on GitHub · 207 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. 2d ago First seen · 207 lines · 0 tokens per session scan A 29c523fb1873

Subscribe to this mod's changes

business-config is an agent published in the GitHub repository adobe/skills (177 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,711 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.