enhance-orchestrator

Coordinate parallel enhancement analyzers into a unified report with per-enhancer summaries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate and orchestrate multiple enhancers for the /enhance command, running analyses in parallel to deliver a unified report for enhancement assessment across complex projects.

Core Features & Use Cases

  • Parallel analysis: use Promise.all to run enhancers concurrently and reduce turnaround time.
  • Content discovery: orchestrate plugins, agents, claudemd, docs, prompts, hooks, and skills to surface findings.
  • Aggregation and reporting: consolidate results with per-enhancer summaries and a final, prioritized overview.
  • Safe operation: respect explicit flags (e.g., --apply) to control automation and learning of suppressions.

Quick Start

Run the enhance-orchestrator against a target project path to generate a consolidated enhancement 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 enhancement analysis across multiple project content types?

Parallel enhancement analysis runs multiple analyzers concurrently using Promise.all, orchestrating plugins, agents, docs, prompts, hooks, and skills to surface findings across content types. It aggregates results into a unified, prioritized report with per-enhancer summaries.

What is a multi-repo enhancement orchestrator used for?

A multi-repo enhancement orchestrator coordinates parallel analyzers to discover and prioritize enhancement findings across complex projects. It consolidates results from different content types into a unified report, reducing turnaround time for enhancement assessment workflows.

How do I auto-fix enhancement findings discovered during orchestration?

Auto-fixing enhancement findings requires passing the explicit --apply flag during orchestration. Without this flag, the orchestrator only generates a consolidated assessment report and performs no automated modifications to the target project.

Can I use enhancement orchestration for projects with plugins and hooks?

Enhancement orchestration supports projects containing plugins, agents, claudemd, docs, prompts, hooks, and skills. It discovers content across these types, runs analyzers in parallel, and aggregates prioritized findings into a single unified report.

Does enhancement orchestration learn to suppress recurring false positives?

Enhancement orchestration supports auto-suppression learning to manage recurring findings. When enabled, it learns to suppress specific findings over time, streamlining the aggregated report and focusing on prioritized, actionable enhancements.

What's the best way to consolidate reports from multiple parallel analyzers?

Consolidating reports from multiple parallel analyzers is handled by aggregating results with per-enhancer summaries into a final, prioritized overview. This unified report provides a comprehensive assessment of all discovered enhancement findings across the project.