# Orch Visualize

> Render any supplied subject as verified Mermaid diagrams with a terse explanation. Use when the user asks to see structure.

- **Type:** Skill
- **Install:** `agentstack add skill-danmcinerney-orchflows-orch-visualize`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [DanMcInerney](https://agentstack.voostack.com/s/danmcinerney)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [DanMcInerney](https://github.com/DanMcInerney)
- **Source:** https://github.com/DanMcInerney/orchflows/tree/main/skills/utilities/orch-visualize

## Install

```sh
agentstack add skill-danmcinerney-orchflows-orch-visualize
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Require: the subject — supplied or named content only; gather no new
evidence and decide nothing about the subject. Label every inferred
connection inferred.

Choose the diagram by the subject's own shape — for a skill or
workflow, resolve every backticked call recursively; stop on a
missing dependency or cycle and say so. Preserve what the subject
states: order, branches, parallel lanes, loop bounds and exits,
failure returns. Conditional or weak edges dotted; defect edges red;
cycles as real back-edges.

Write Mermaid blocks plus at most one terse paragraph per diagram —
what it shows and the one thing to notice — to
`.orch/runs/viz/.md` unless the caller names a path. Verify
before returning: run this package's `scripts/verify_mermaid.py` on the
output; one correction pass on rejection, then stop. Report verified
only after exit 0, with graph count; otherwise return failed with the
verifier's diagnostic. On the dispatch's request, render the verified
page with `scripts/render_html.py` — a self-contained `.html`
beside the source — and report its mode (cdn mode is degraded).

Never: decorate beyond the subject's own vocabulary; describe an
unverified page as verified; add evidence the subject did not supply.

Return: status, file path, graph count, verifier evidence, and the
per-diagram explanations; rendered page path with mode only on request.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [DanMcInerney](https://github.com/DanMcInerney)
- **Source:** [DanMcInerney/orchflows](https://github.com/DanMcInerney/orchflows)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-danmcinerney-orchflows-orch-visualize
- Seller: https://agentstack.voostack.com/s/danmcinerney
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
