alexanderop
@alexanderop
Public Skills
walkthrough
by alexanderop
Generates a self-contained HTML file with an interactive, clickable Mermaid diagram (flowchart or ER diagram) that explains how a codebase feature, flow, architecture, or database schema works. Designed for fast onboarding — each walkthrough is a visual mental model readable in under 2 minutes. Use when asked to walkthrough, explain a flow, trace a code path, show how something works, explain the architecture, visualize a database schema, or explore a data model.
workflow
by alexanderop
Deterministic multi-agent orchestration powered by the GitHub Copilot CLI. Use when asked to "run a workflow", "orchestrate", "fan out agents", "run agents in parallel", "spawn subagents", or to decompose a job across many independent agents — audits, code review, sweeps, research, migrations. Instead of working turn-by-turn, write a small JavaScript orchestrator on the fly; each step runs as a headless copilot -p child process. Reach for this when a job needs breadth, independent verification, or scale a single context can't hold.
mermaid
by alexanderop
"Must read guide on creating clear, well-designed mermaid diagrams — includes design principles, diagram type selection, and syntax reference for all 18 diagram types"