cja-segment-performance-comparator

cja-segment-performance-comparator is a skill for Claude Code, Codex from adobe/skills. It costs 106 tokens per session (2,562 once invoked), scanned A, original, Apache-2.0.

A Customer Journey Analytics reporting skill that compares two to five audience segments across several metrics in a side-by-side table. It helps show which group performs better or worse and whether the difference is large enough to matter.

In plain words
What is it for?
Use it to compare groups such as mobile and desktop users or new and returning users across selected business metrics.
Why use it?
It makes differences between customer groups easier to see than reviewing each group separately. This supports decisions about product changes, personalization, and budget.

Skill for Claude CodeCodex

Part of the adobe-cja plugin — 6 skills 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 skills/adobe/skills/cja-segment-performance-comparator
Any agent
npx skills add adobe/skills --skill cja-segment-performance-comparator
Clone the repo
git clone --depth 1 https://github.com/adobe/skills

Made for: Claude Code, Codex.

Or install adobe-cja, the plugin that ships this one along with the rest of its 6 skills.

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 cja-segment-performance-comparator

README.md
[![agentmods](https://agentmods.dev/badge/skills/adobe/skills/cja-segment-performance-comparator.svg)](https://agentmods.dev/skills/adobe/skills/cja-segment-performance-comparator)
Your own site
<a href="https://agentmods.dev/skills/adobe/skills/cja-segment-performance-comparator"><img src="https://agentmods.dev/badge/skills/adobe/skills/cja-segment-performance-comparator.svg" alt="Measured on agentmods" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,562 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.00106 $0.02562
Opus 5 $0.00053 $0.01281
Sonnet 5 $0.00021 $0.00512
Haiku 4.5 $0.00011 $0.00256

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

Security

Grade A, and why

cja-segment-performance-comparator 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 5d 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/adobe-cja/skills/cja-segment-performance-comparator/SKILL.md · 262 lines

How it starts

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

Segment Performance Comparator (Customer Journey Analytics)

Compare 2–5 audience segments across a set of key metrics in a side-by-side matrix. The output tells the user not just what each segment looks like in isolation, but which segment wins or loses on each metric — and which differences are large enough to act on.

This skill answers the question "which audience should we focus on?" with data. Segment comparisons drive product decisions, personalization strategy, and budget allocation — so clarity and actionability matter more than exhaustive data.


CJA MCP Tools Used

  • findSegments — search for segments by name or keyword
  • describeSegment — understand the logic of candidate segments before using them
  • findMetrics — resolve base metric IDs
  • findCalculatedMetrics — include custom KPIs in the comparison
  • listComponentUsage — identify the most-used metrics as default comparison set
  • runReport (with segmentIds or adhocSegments) — pull metric values per segment

Phase 0 — Setup

  1. Call findDataViews to list available data views.
  2. If the user hasn't specified a data view, present the list and ask which to use.
  3. Call setDefaultSessionDataViewId with the chosen ID.
  4. Ask the user which segments to compare if not already specified. Confirm the metrics to compare them on.

Phase 1 — Identify Segments to Compare

1.1 From user description

If the user named specific segments, resolve them:

findSegments(search: "<segment name>")

For each match, call describeSegment to verify it is the correct one:

describeSegment(segmentId: "<id>")

Show the segment definition summary to the user if there is ambiguity:

"I found two segments matching 'mobile users': Mobile Visitors (All Devices) and Mobile App Users. Which do you want to compare?"

1.2 From plain-English descriptions

If the user says "compare mobile vs desktop users" but there are no matching segments, offer to create ad hoc segments inline for the comparison:

"I don't see pre-built segments for mobile and desktop. I can create temporary ad hoc segments for this comparison using device type. Should I proceed with ad hoc segments, or would you like to create permanent segments first?"

Read the full file on GitHub · 262 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 262 lines · 106 tokens per session scan A ba093970d3e4

Subscribe to this mod's changes

cja-segment-performance-comparator is a skill published in the GitHub repository adobe/skills (177 stars, last pushed yesterday), licensed Apache-2.0. It adds 106 tokens to every session and 2,562 once invoked, about $0.0005 per session on Opus 5. 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-08-30.

Related

Other skills, from other repositories

gke-reliability

Improves GKE workload reliability, using PDBs, health probes, and topology spread constraints. Use when configuring GKE workload reliability, setting up PDBs, or configuring GKE health probes (liveness, readiness, startup). Don't use for disaster recovery setup or full cluster backups (use gke-backup-dr instead).

google/skills · 73 tokens

gke-workload-security

Audits, configures, and hardens workload-level security controls for Google Kubernetes Engine (GKE) applications and namespaces. Covers running cluster security audits (auditcluster.sh), configuring Workload Identity Federation (impersonation, KSA/GSA binding, and pod setup), enforcing Network Policies (default-deny…

google/skills · 181 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

atlas-obscura

Search Atlas Obscura for weird, wonderful, and hidden gem places near any destination. Find the interesting stuff, not boring plaques. Search by coordinates, get full details with descriptions and images.

borski/travel-hacking-toolkit · 44 tokens

agent-code-generator

Generates Agent definitions (.md files) based on user intent and standard templates.

majiayu000/claude-skill-registry · 20 tokens

content-creation

Comprehensive guide to strategic content creation covering content strategy, writing frameworks, optimization techniques, distribution channels, performance measurement, and AI-assisted content workflows. Designed for marketers and content professionals building audience-focused content programs.

cosmicstack-labs/mercury-agent-skills · 45 tokens