athola/claude-night-market

23 Claude Code plugins: TDD enforcement hooks, git/PR workflows, spec-driven development, code review, project lifecycle, fix-from-error, maintenance automation, context optimization, research, and multi-LLM delegation. 186 skills, 128 commands, 54 agents.

What it solves

Claude Night Market is a plugin marketplace for Claude Code, providing a set of specialized tools and workflows to transform the AI assistant into a full-fledged software engineering environment. It solves the problem of needing to manually configure complex git workflows, code reviews, and spec-driven development within a terminal-based AI session.

How it works

The project organizes plugins into four functional layers:

  • Foundation: Handles core infrastructure like authentication, git operations, and TDD (Test-Driven Development) enforcement.
  • Utility: Provides cross-cutting tools for token optimization, notifications, and delegation to external model CLIs (Gemini, Qwen, etc.) via the conjure plugin.
  • Domain: Contains the primary work tools for architecture review, project lifecycle management, spec-driven development, and codebase visualization.
  • Meta: Focuses on system improvement, including skill authoring and evaluation.

Users install specific plugins via the /plugin install command. The system uses "skills" and "hooks" to extend Claude's capabilities, with safety guards (like TDD gates) to prevent destructive commands or unjustified code additions.

Who it’s for

Developers using Claude Code who want to automate their entire development lifecycle—from brainstorming and specification to implementation and PR preparation—directly from their AI session.

Highlights

  • End-to-End Workflows: Includes commands like /attune:mission for project lifecycles and /prepare-pr for drafting quality-gated pull requests.
  • Multimodal Delegation: The conjure plugin allows delegating work to various external model CLIs (e.g., Gemini, Qwen, MiniMax) for specialized tasks.
  • TDD Enforcement: The imbue plugin blocks implementation writes that lack a failing test, ensuring a test-first approach.
  • Extensible Architecture: A modular plugin system allowing users to install only the necessary tools, with a comprehensive set of 23 plugins covering everything from documentation to codebase learning.

Related

  • Project
  • Project
  • Project
  • Project
  • Project