AX

Initializing...

TOO MUCH
AGENT
CHAOS.

Real talk: setting up agent workflows is still copy-paste Olympics. Prompts here, MCP configs there, zero consistency.

📄SKILL.md
📄.claude/agents/*.md
📄.cursor/rules/*.mdc
📄~/.codex/skills/*/SKILL.md
📄mcp.json
📄config.toml

Operator Sequence

FROM CHAOS
TO SHIP.

Execution Stage / 01 / write once

WRITE ONCE

Define a Skill once, then AX transpiles it into native formats for each editor. No weird manual rewrites.

Execution Stage / 02 / run anywhere

RUN ANYWHERE

Install directly to Claude Code, Cursor, or Codex from the same agent package.

Execution Stage / 03 / ship faster

SHIP FASTER

ax init. ax list. ax install <agent>. Done. Less setup grind, more building.

STOP CONFIG-SPIRALING

Workflow

HOW IT
ACTUALLY WORKS.

live step 01

~/.ax/config.toml created

AX scans your environment and writes a shared config so your setup is no longer random every project.

$ax init

→ Detecting installed editors...

✓ Claude Code found

✓ Cursor found

✓ Config written: ~/.ax/config.toml

Use Cases

PICK YOUR
EXPERT MODE.

FAQ

QUICK
ANSWERS.

FAQ Strips / Tap To Expand

$ ax faq --resolve write-once-runtime

No. Define once using the Skill standard and AX writes editor-native formats during install.