This PR adds four Claude Skills to the awesome-claude-skills collection — two original skills and their auto-orchestration variants:
code-analyzer-suite/)A parallel multi-dimensional code analysis suite that decomposes code review into 5 specialized dimensions (Security, Performance, Code Quality, Architecture, Logic Verification). Each dimension runs independently with structured severity ratings (Critical/High/Medium/Low).
code-analyzer-suite/code-analyzer-auto/)An auto-orchestration variant of the Code Analyzer Suite. Instead of producing manual worker prompts, it dispatches dimension reviews to sub-agents automatically and consolidates findings into one report. Falls back to copy-paste-ready prompts only when automatic dispatch is unavailable.
parallel-decomposer-skill/)A cross-platform skill for decomposing complex tasks into 3-7 independent subtasks with handoff briefs, dependency detection, and merge guidance.
parallel-decomposer-skill/parallel-decomposer-auto/)An auto-orchestration variant of Parallel Decomposer. Produces orchestration-ready worker specs for automatic sub-agent or worker-thread dispatch. Uses phased sequencing instead of forcing unsafe parallel edits. Falls back to manual prompts only when automatic dispatch is unavailable.
The original variants work well for manual multi-window workflows. The auto variants are designed for runtimes that can dispatch sub-agents or worker threads automatically.
scripts/check_pipeline.py or evals for validation