configure-axis

Installation
SKILL.md

Configure AXIS

AXIS (Agent Experience Index Score) is a synthetic testing framework for AI agents. This skill teaches you to author the two files an AXIS user maintains:

  1. Scenarios under scenarios/ (or any path the config points at): one JSON file per task the agent will be asked to perform.
  2. axis.config.json at the project root: which agents to run, where scenarios live, and what is shared across them.

When to use this skill

Trigger phrases include "set up AXIS", "add an AXIS scenario", "write an axis.config.json", "evaluate my agent with AXIS", "score my agent on X".

Before authoring, do this:

  1. Look for an existing axis.config.json (or axis.config.{js,ts}) at the project root. If one exists, read it; do not overwrite without confirmation.
  2. List the existing scenarios directory if present. Match its naming and style.
  3. If no config exists, suggest running npx @netlify/axis init first, or scaffold one yourself using the patterns below.

Conceptual model

Installs
19
Repository
netlify/axis
GitHub Stars
32
First Seen
Jun 15, 2026
configure-axis — netlify/axis