arize-prompts

arize-prompts is a skill for Claude Code, Codex from JustineDevs/premortem. It costs 110 tokens per session (4,974 once invoked), scanned A, a copy of arize-prompts, Apache-2.0.

A workflow skill for Arize Prompt Hub, a service for storing and managing reusable instructions for AI models. It supports creating, importing, labeling, promoting, listing, editing, deleting, and duplicating prompt templates.

In plain words
What is it for?
Use it to manage prompt templates, variables, versions, labels, and promotion workflows in Arize Prompt Hub.
Why use it?
It keeps prompt versions and their production or staging status organized, reducing manual work in the Arize interface or command line.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to manage prompt templates, variables, versions, labels, and promotion workflows in Arize Prompt Hub.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/justinedevs/premortem/arize-prompts
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.

Any agent
npx skills add JustineDevs/premortem --skill arize-prompts
Clone the repo
git clone --depth 1 https://github.com/JustineDevs/premortem

Made for: Claude Code, Codex.

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 arize-prompts

README.md
[![agentmods](https://agentmods.dev/badge/skills/justinedevs/premortem/arize-prompts/github.svg)](https://agentmods.dev/skills/justinedevs/premortem/arize-prompts)
Your own site
<a href="https://agentmods.dev/skills/justinedevs/premortem/arize-prompts"><img src="https://agentmods.dev/badge/skills/justinedevs/premortem/arize-prompts/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for arize-prompts

Your own site · 80×15
<a href="https://agentmods.dev/skills/justinedevs/premortem/arize-prompts"><img src="https://agentmods.dev/badge/skills/justinedevs/premortem/arize-prompts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,974 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 91% copy Near-identical to another mod 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.00110 $0.04974
Opus 5 $0.00055 $0.02487
Sonnet 5 $0.00022 $0.00995
Haiku 4.5 $0.00011 $0.00497

Measured 10d ago against content hash 28bb834b54ad, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

arize-prompts 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 10d 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.

Origin

This is a copy

91% identical to arize-prompts — 62 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/arize-prompts/SKILL.md · 404 lines

How it starts

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

Arize Prompts Skill

SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace) or a base64 space ID (e.g., U3BhY2U6...). Find yours with ax spaces list.

Official references (read the skill body first; open docs only if the user needs UI walkthroughs):

See references/cli-prompts.md for full flag tables.


How this skill fits into the prompt workflow

Skill Use it for
This skill (arize-prompts) Workflows A–B: build or import templates and save · C: labels / promote · D: list, get, edit description, new version for message changes, delete, duplicate
arize-prompt-optimization Improving prompt text using traces, datasets, experiments, and the optimization meta-prompt — often after you know what to change
arize-experiment Running dataset experiments that consume Hub prompts or column-mapped inputs
arize-evaluator Scoring prompt outputs with LLM-as-judge

Typical loop: Author or elicit the prompt (Playground or chat) → save to Hub → run experiments (arize-experiment) → evaluate outputs (arize-evaluator) → optimize (arize-prompt-optimization) → save new version → promote with labels.


Concepts: what is a prompt in Arize?

A prompt in Prompt Hub is a named, versioned template stored in a space — not a one-off string in code. It is an artifact you can open in the Playground, diff across versions, and wire to experiments or production workflows.

Each prompt includes:

  • Messages — an ordered chat transcript (system, user, assistant, tool roles) as stored JSON. Typically a system message for behavior and a user message as the template that receives dataset or runtime variables.
  • Template variablesmust be written with single curly braces around each name: { + identifier + } (same shape as {} with the variable name inside), e.g. {question}, {context}. Filled at runtime by experiments or your app. Always use --input-variable-format f_string for this style. Do not ask the user which variable format to use — default to f_string unless the template clearly uses Mustache {{...}} or you need none for literal braces with no substitution.
  • Provider and model — the vendor and model this version targets. --provider is required by the CLI on every create and create-version. --model must always appear in commands this skill proposes — pick an explicit model string, propose a sensible default if unknown, and confirm before running.
  • Invocation parameters — optional model settings like temperature and max tokens, configured under Params in the UI. CLI flows still require provider and explicit model alongside messages and format.
  • Version history — every material change creates a new immutable version. Labels like production and staging are mutable pointers to specific versions so your app code never needs to change when you promote a new version.
  • Version description — the optional text on Save New Version in the Hub UI is the same concept as --commit-message in the CLI.

Read the full file on GitHub · 404 lines

Files

What ships with it

3 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. 10d ago First seen · 404 lines · 110 tokens per session scan A 28bb834b54ad

Subscribe to this mod's changes

arize-prompts is a skill published in the GitHub repository JustineDevs/premortem (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 110 tokens to every session and 4,974 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to arize-prompts, differing in 62 lines, and is treated as a copy.