migration-runner
πPluginMisterVitoPro/esper
Installation
/plugin marketplace add MisterVitoPro/esper/plugin install migration-runner@esperVulnerability-aware dependency upgrade orchestrator across 7 ecosystems (npm, Python, Go, Rust, Java, Kotlin, C#); detects outdated packages, queries OSV.dev for CVEs, recommends the safest-yet-most-recent version per package, then executes wave-by-wave with build/typecheck/test verification and clean git rollback on failure
Part of
MisterVitoPro/esper
More from this repository7
Consolidate scattered specs into a canonical master-spec tree with a navigable index, and append stubs for undocumented public surface found in code
Claude Code and Codex architecture index generator: scan a codebase once, load the curated map at session start, refresh it incrementally, and query its semantic dependency graph deterministically for dependencies, impact analysis, blast radius, and risk filters; the map skill upserts a marker-delimited usage block into CLAUDE.md/AGENTS.md so later sessions consult the atlas
Claude Code and Codex idea-to-spec pipeline: turn a raw idea into an audited design spec through a token-conscious interview with scope-sized batched questions, a category-coverage elicitation floor, an existing-system baseline, and a resumable three-status ledger. A binding ledger audit and biggest-miss critic gate the EARS-based spec. After approval, the Ideas plan skill emits a plan-runner-ready flat task list with full criteria and a completion gate offering a /clear-then-paste plan-runner handoff (fresh context for the execution engine), inline or subagent execution, GitHub tickets, or stop. The Ideas tickets skill projects ready tasks to a parent issue plus linked sub-issues using the gh CLI. Not for typos, renames, or one-line fixes.
Claude Code and Codex quality pipeline: deploy parallel security, correctness, performance, architecture, data-flow, and concurrency reviewers; rank and corroborate evidence-backed findings; generate a fix spec and test plan; then implement selected fixes through a test-first loop.
Generate a navigable, version-controlled multi-page Markdown wiki from a codebase, engineered for on-demand retrieval as Claude's context while staying human-readable. Two-pass outline-then-fill generation across a parallel agent swarm of planner, diagram author, page writers, and index synthesizer; consumes a code-atlas index as ground truth when present, else self-scans. Pure static Markdown (no embeddings), Mermaid diagrams derived from the dependency graph, per-page source provenance, and git-blob hash-diff staleness detection that regenerates only stale pages. A SessionStart hook loads the wiki index at session start
Claude Code plugin marketplace: qa-swarm (multi-agent code review + TDD fixes), code-atlas (architecture index + queryable graph), plan-runner (parallel plan execution), jupiter (spec consolidation)
Execute Markdown plans as safe task DAGs with isolated Git worktrees, independent verification, durable recovery evidence, and human-reviewed PR delivery. Falls back to verified waves without Git. Works in Claude Code and Codex.