claude-night-market and claude-code-supervisor
The two tools are **complements**, as `athola/claude-night-market` provides a broad collection of code plugins and agent capabilities for Claude, while `guyskk/claude-code-supervisor` offers an auto-review and iteration workflow for delivered code, along with multi-provider switching, which could enhance the output quality of the plugins from the former.
About claude-night-market
athola/claude-night-market
17 production-ready Claude Code plugins: git workflows, code review, spec-driven development, architecture patterns, resource optimization, and multi-LLM delegation. 130 skills, 103 commands, 43 agents.
Organized as a four-layer dependency hierarchy, the 19 plugins use Claude Code's hook system (PreToolUse gates) for governance—enforcing TDD, blocking unsafe operations, and auto-escalating high-risk tasks to human review. State persists across sessions via task lists and GitHub Discussions, while `egregore` orchestrates autonomous agents with parallel worktree isolation, agent specialization, and watchdog-based crash recovery.
About claude-code-supervisor
guyskk/claude-code-supervisor
Auto-review and iterate until quality work is delivered - a better alternative to ralph-claude-code. Switch between multiple Claude Code providers (Kimi, GLM, MiniMax, etc.) with a single command.
Implements automatic task review through a "Stop Hook" mechanism that forks the full session context to a supervisor instance, preventing premature completion claims and iterating until quality standards are met. Provides provider abstraction by mapping multiple Claude API-compatible services (Kimi, GLM, MiniMax) through environment variable configuration, allowing seamless switching without reconfiguring Claude Code itself. Integrates directly with Claude Code's settings and hooks infrastructure while preserving user configurations through intelligent merge strategies.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work