SKILL.md
Defines scope, workflow steps, required context, and what success looks like.
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.
Defines scope, workflow steps, required context, and what success looks like.
Shows realistic invocations and expected outputs so teams can inspect fit quickly.
Encodes deterministic validation for risky steps where pure prompting is fragile.
Documents known edge cases and when human review remains required.
Validate skills → generate registry JSON → publish artifacts → website renders.
Verification methods and risk levels are first-class page elements, not hidden metadata.
v1 shows static validated sample runs only. No arbitrary user code execution.