enhance-orchestrator

Coordinate parallel enhancement analyzers and generate a unified report.

951|110|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/avifenesh/awesome-slash --skill enhance-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enhance-orchestrator
Source: https://github.com/avifenesh/awesome-slash/tree/main/plugins/enhance/skills/enhance-orchestrator
Command: npx skills add https://github.com/avifenesh/awesome-slash --skill enhance-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates multiple enhancement analyzers to run in parallel and produce a single, unified report across the project.

Core Features & Use Cases

  • Parallel analysis of plugins, agents, claudemd, docs, prompts, hooks, and skills to accelerate feedback loops.
  • Aggregated findings organized by certainty levels with a clear source attribution.
  • Auto-learning support and safe, explicit control over fixes via flags.

Quick Start

Run the orchestrator on a target path to analyze all enhancers in parallel and generate a unified report.

Frequently Asked Questions about enhance-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run parallel analysis across plugins, agents, docs, and prompts in a project?

Run parallel analysis across plugins, agents, and prompts by pointing the orchestrator at a target path. It discovers all enhancement analyzers, executes them concurrently, and aggregates findings into a single structured report.

Can I automatically apply fixes after a parallel enhancement analysis?

Yes, you can automatically apply fixes after parallel enhancement analysis. The orchestrator supports auto-learning and provides explicit flags to safely and controllably apply fixes to the discovered files.

What is a unified enhancement report and how does it organize project findings?

A unified enhancement report aggregates parallel analysis findings from plugins, agents, and hooks into a single output. It organizes results by certainty levels and includes clear source attribution for every discovered issue.

Does the parallel workflow analyzer require external dependencies to discover hooks and skills?

No, the parallel workflow analyzer requires no external dependencies to discover hooks and skills. It relies solely on internal argument parsing and exact subagent_type mappings to locate and analyze target paths.

What's the best way to coordinate multiple enhancement analyzers without running them sequentially?

The best way to coordinate multiple enhancement analyzers without running them sequentially is using an orchestrator. It maps exact subagent types, loads suppressions, and executes all analyzers in parallel for faster feedback.

Why does the enhancement orchestrator load suppressions before running parallel analysis?

The enhancement orchestrator loads suppressions before running parallel analysis to filter known or ignored issues. This prevents redundant reporting and ensures the unified output contains only relevant, actionable findings.