Discover and explore top open-source AI tools and projects—updated daily.
atholaAI development toolkit extending Claude Code with production-ready plugins
Top 90.9% on SourcePulse
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.
Highlighted Details
/prepare-pr, /full-review, /do-issue, /speckit-specify, and /attune:mission.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.
19 hours ago
Inactive