claude-night-market  by athola

AI development toolkit extending Claude Code with production-ready plugins

Created 6 months ago
289 stars

Top 90.9% on SourcePulse

GitHubView on GitHub
Project Summary

This repository provides a marketplace of 23 production-ready plugins designed to significantly extend the capabilities of Anthropic's Claude Code agentic tool. It targets developers and power users seeking to enhance their coding workflows with advanced features for Git, code review, specification-driven development, architectural design, resource optimization, and multi-LLM delegation. The primary benefit is a modular, extensible framework that brings sophisticated, specialized functionalities directly into the Claude Code environment, boosting productivity and code quality.

How It Works

The Night Market is structured into 23 internal plugins organized across four layers: Meta, Foundation, Utility, and Domain. These plugins install independently, allowing users to select specific functionalities. The architecture emphasizes modularity and dependency management, with arrows indicating how plugins rely on each other. Key innovations include a framework for delegating tasks to external LLMs (like Gemini and Qwen) with cost-effective model selection, and an orchestrator for managing autonomous agents with parallel worktrees, specialization, and crash recovery. Security is addressed through a 4-tier risk classification system and robust authentication flows.

Quick Start & Requirements

To get started, add the marketplace using /plugin marketplace add athola/claude-night-market within Claude Code, then install desired plugins (e.g., /plugin install sanctum@claude-night-market). An alternative is npx skills add athola/claude-night-market to install all plugins. A one-time setup can be performed with claude --init.

  • Prerequisites: Claude Code 2.1.16+ (2.1.32+ for agent teams, 2.1.38+ for security features, 2.1.85+ latest tested) and Python 3.9+ for hooks.
  • Documentation: Installation Guide, Quick Start, Common Workflows Guide, Plugin Development Guide, Capabilities Reference.

Highlighted Details

  • Offers a comprehensive suite of 168 skills, 148 slash commands, and 51 agents.
  • Supports advanced workflows such as /prepare-pr, /full-review, /do-issue, /speckit-specify, and /attune:mission.
  • Features include autonomous agent orchestration, multi-LLM delegation, ML-enhanced scoring, and codebase visualization via Mermaid.
  • Includes security measures like OAuth flows with local token caching and a 4-tier risk classification for task gating.

Maintenance & Community

The project emphasizes community stewardship, with each plugin entrusted to the community for maintenance and improvement. Contribution guidelines are provided, and all plugin test suites can be run via make test at the repository root. The project's philosophy centers on stewarding, multiplying, and serving future developers.

Licensing & Compatibility

The project is released under the MIT license. This permissive license generally allows for commercial use and integration into closed-source projects without significant restrictions.

Limitations & Caveats

Users must ensure they meet the specific version requirements for Claude Code and Python, as certain advanced features are tied to newer Claude Code releases. The README notes a fallback for unavailable Skill tools, suggesting potential areas for robustness improvements or user awareness regarding direct skill file access.

Health Check
Last Commit

19 hours ago

Responsiveness

Inactive

Pull Requests (30d)
5
Issues (30d)
60
Star History
29 stars in the last 30 days

Explore Similar Projects

Feedback? Help us improve.