ariadnev docs

Search this edition

    CLI reference

    Every ariadnev command, its arguments, and its options, projected from the release.

    On this page
    1. Commands in this release
    2. vcskill
    3. Options
    4. vcskill add-skill
    5. Arguments
    6. Options
    7. vcskill backups
    8. Arguments
    9. Options
    10. vcskill contract
    11. Options
    12. vcskill coverage
    13. Options
    14. vcskill doctor
    15. Options
    16. vcskill eval
    17. Options
    18. vcskill install
    19. Options
    20. vcskill list
    21. Options
    22. vcskill migrate
    23. Options
    24. vcskill query
    25. Arguments
    26. Options
    27. vcskill run
    28. Arguments
    29. Options
    30. vcskill run cancel
    31. Arguments
    32. Options
    33. vcskill run resume
    34. Arguments
    35. Options
    36. vcskill run status
    37. Arguments
    38. Options
    39. vcskill telemetry
    40. Arguments
    41. Options
    42. vcskill uninstall
    43. Options
    44. vcskill update
    45. Options
    46. vcskill validate
    47. Options

    This page is generated from the command surface the release ships. ariadnev and av are interchangeable everywhere.

    Commands in this release

    vcskill

    Install a curated, quality-gated workflow kit across coding-agent targets.

    Options

    Options
    --cwd <dir>override project root
    --dry-runplan only, write nothing
    --home <dir>override home root
    --yesskip interactive prompts
    -V, --versionoutput the version number

    vcskill add-skill

    Scaffold a new canonical skill in the kit

    Arguments

    • name (required)

    Options

    Options
    --description <text>skill description

    vcskill backups

    List or restore vcskill-managed backups

    Arguments

    • action (required) — list | restore <timestamp>
    • timestamp — backup timestamp (for restore)

    Options

    Options
    --file <rel>restore only the file matching this name
    --globaluse ~/ scope

    vcskill contract

    Print the provider×artifact capability contract (--json for machines)

    Options

    Options
    --jsonemit JSON instead of the Markdown matrix

    vcskill coverage

    Strictly check classified claims against skill content

    Options

    Options
    --skill <name>only check one skill (bare or vc: prefixed)

    vcskill doctor

    Health-check the installed kit against its receipt

    Options

    Options
    --fixre-merge hook bindings that drifted out of settings.json (backs up first)
    --globalcheck ~/ scope

    vcskill eval

    Score kit quality — tier-1 static; tier-2 behavioral suite; optional tier-3 LLM judge

    Options

    Options
    --concurrency <count>maximum parallel isolated runs
    --deep-repeats <count>repeats for every golden task
    --model <name>pinned model identity
    --runner <json-argv>strict JSON argv array; prompt is sent on stdin
    --runtime-provider <name>pinned runtime provider identity
    --runtime-version <version>pinned runtime version identity
    --skill <name>only evaluate one skill (bare or vc: prefixed)
    --skill-repeats <count>repeats for every skill routing cell
    --suiterun the tier-2 behavioral scenario suite
    --timeout-ms <milliseconds>per-run timeout
    --variant <name>benchmark variant: vcskill or reference

    vcskill install

    Install the kit to one or more providers

    Options

    Options
    --globalinstall to ~/ instead of ./
    --provider <list>comma-separated provider ids

    vcskill list

    Show kit contents and per-provider install state

    Options

    Options
    --globalcheck ~/ scope

    vcskill migrate

    Relocate installed files when provider path conventions change

    Options

    Options
    --globaloperate on ~/ instead of ./
    --provider <id>limit to one provider

    vcskill query

    Show recorded vcskill history (installs | doctor | history)

    Arguments

    • view — installs | doctor | history

    Options

    This command takes no options.

    vcskill run

    Validate or execute a versioned graph workflow

    Arguments

    • workflow — canonical workflow ID

    Options

    Options
    --initial-state <json>initial graph state as a strict JSON object
    --instruction <text>workflow instruction
    --jsonemit a stable versioned JSON envelope
    --model <model>runtime model identity (stored outside Graph IR)
    --run-id <id>stable run ID (generated when omitted)
    --runtime <provider>explicit runtime: codex or claude-code
    --runtime-version <version>required runtime version (resume must match the original)
    --validatecompile and lint without probing or executing

    vcskill run cancel

    Request cooperative cancellation for an active run

    Arguments

    • run-id (required) — existing run ID

    Options

    Options
    --jsonemit a stable versioned JSON envelope

    vcskill run resume

    Resume a durable run with the original graph and runtime identity

    Arguments

    • run-id (required) — existing run ID

    Options

    Options
    --instruction <text>workflow instruction
    --jsonemit a stable versioned JSON envelope
    --model <model>runtime model identity (stored outside Graph IR)
    --runtime <provider>explicit runtime: codex or claude-code
    --runtime-version <version>required runtime version (resume must match the original)

    vcskill run status

    Read durable status without invoking a provider

    Arguments

    • run-id (required) — existing run ID

    Options

    Options
    --jsonemit a stable versioned JSON envelope

    vcskill telemetry

    Anonymous telemetry status (stateless, off unless configured; opt out with VCSKILL_TELEMETRY_DISABLED=1)

    Arguments

    • action — status

    Options

    This command takes no options.

    vcskill uninstall

    Remove a previously installed kit (receipt-based, preserves user-modified files)

    Options

    Options
    --globaluninstall from ~/ instead of ./
    --provider <list>comma-separated provider ids (default: every provider in the receipt)

    vcskill update

    Self-update to the latest vcskill release (--check to only report)

    Options

    Options
    --checkonly report whether an update exists; don't install
    --globalcheck ~/ scope

    vcskill validate

    Lint the kit source (frontmatter, sizes, references, claim coverage) without installing

    Options

    Options
    --checkalso fail if the README provider matrix is out of sync (CI gate)
    Open Markdown source
    Open heading link