← all publishers

IvanMurzak

@ivanmurzak source repo

9 published skills

  1. Console Log · ivanmurzak
    ---
    0
    installs
  2. Run · ivanmurzak bundle
    Run (or resume) a pipeline that the /pipeline:design skill already wrote. Stays in the main session as the thin supervisor and spawns a single pipeline-manager that drives the whole chain in fresh-context step-executors. Invoke when the user wants to run or resume a pipeline.
    0
    installs
  3. Find · ivanmurzak
    Find the best-matching pipeline in this project for a task description (or GitHub issue) using the deterministic, AI-free BM25 matcher. Returns a ranked candidate list with exclusion reasons, then asks the user to confirm before chaining into /pipeline:run. Invoke to discover the right pipeline for a task; /pipeline:dispatch is the auto-run variant.
    0
    installs
  4. Clone · ivanmurzak
    Scaffold a ready-made pipeline into this project by copying a template that ships with the installed pipeline CLI into ./.pipeline/<name>/. Use to bootstrap a working pipeline (e.g. support-answer, ship-feature, example-minimal) without authoring one from scratch. Also lists the available templates with --list.
    0
    installs
  5. Design · ivanmurzak bundle
    Design a new repeatable long-chain AI workflow as a pipeline — a pipeline.yml manifest plus the markdown its steps read — under this project's .pipeline/. Invoke only for workflows that will be re-run many times, such as releases, recurring audits, and generic task templates; route one-shot tasks through an existing generic pipeline or a regular agent instead.
    0
    installs
  6. Dispatch · ivanmurzak
    Autonomously match a free-form task description (or GitHub issue) against this project's pipeline manifests and run the matching pipeline(s) — single or chained — without asking for confirmation. Invoke when an inbound task description may have a pre-authored pipeline. /pipeline:find is the ask-first inspection variant.
    0
    installs
  7. Optimize · ivanmurzak
    USER-INVOKED ONLY (e.g. on a weekly schedule) — review the pipeline run measurements under .pipeline/.stats/ (durations, outcomes, tokens, tool failures), inspect run logs where something regressed or repeatedly failed, and apply targeted improvements to specific pipelines via pipeline-improver. Never auto-invoke this skill; it exists so measurement review costs zero tokens until the user explicitly asks for it.
    0
    installs
  8. Github Pr Review Fix · ivanmurzak
    Review and resolve PR comments from GitHub. Validates each comment, fixes legitimate issues.
    1
    install
  9. Build CLI · ivanmurzak
    Build the unity-mcp-cli TypeScript CLI tool and link it globally for terminal use.
    1
    install