How ARS.FLOW Works

ARS.FLOW separates skill authoring from website delivery. `skills-catalog/` is the source of truth, generates a machine-readable registry, and the website consumes only that validated registry.

SKILL.md

Defines scope, workflow steps, required context, and what success looks like.

Examples

Shows realistic invocations and expected outputs so teams can inspect fit quickly.

Scripts / Checks

Encodes deterministic validation for risky steps where pure prompting is fragile.

Failure Modes

Documents known edge cases and when human review remains required.

Registry Flow

Validate skills → generate registry JSON → publish artifacts → website renders.

Trust Model

Verification methods and risk levels are first-class page elements, not hidden metadata.

Preview Model

v1 shows static validated sample runs only. No arbitrary user code execution.