Ashlr Orchestrate Status banner
ashlrai ashlrai

Ashlr Orchestrate Status

Development community

Description

--- name: ashlr-orchestrate-status description: Inspect past /ashlr-orchestrate runs — list recent runs or drill into a single graph by id. --- ## Description `/ashlr-orchestrate-status` reads the local orchestration result cache under `~/.ashlr/orchestrations/` and renders either a flat table of recent runs (default) or a per-node tree for a single graph. Each `/ashlr-orchestrate` invocation persists a `result.json` here best-effort, so this command works fully offline with no network or tele

Installation

Installs to ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-orchestrate-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-orchestrate-status && curl -fsSL https://raw.githubusercontent.com/ashlrai/ashlr-plugin/HEAD/commands/ashlr-orchestrate-status.md -o ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-orchestrate-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository