The operating loop a coding agent follows — and skills to orchestrate multi-agent systems.
Claude Night Market
Claude Night Market is an open-source workflow skill for Claude Code and Gemini CLI, published by athola. Its author describes it as: “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 delegatio…”. The project has 323 stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add athola/claude-night-market`.
Installation
Add Claude Night Market to your agent with:
/plugin marketplace add athola/claude-night-market Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
When to use it
Reach for Claude Night Market when you want workflow help from Claude Code without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Established project with 323 GitHub stars
- Declares compatibility with Claude Code, Gemini CLI
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does Claude Night Market do?
- 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.
- How do I install Claude Night Market?
- Run /plugin marketplace add athola/claude-night-market in your agent, then reload your skills. Review the source at https://github.com/athola/claude-night-market before installing.
- Is Claude Night Market free to use?
- Yes. Claude Night Market is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Which agents does Claude Night Market work with?
- Claude Night Market declares compatibility with Claude Code and Gemini CLI. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
Related skills
More Workflow →Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization
Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.
Coordinate parallel code reviews across multiple quality dimensions with finding deduplication, severity calibration, and consolidated reporting. Use this skill when organizing multi-reviewer code reviews, calibrating finding severity, or consolidating review results.
Debug complex issues using competing hypotheses with parallel investigation, evidence collection, and root cause arbitration. Use this skill when debugging bugs with multiple potential causes, performing root cause analysis, or organizing parallel investigation workflows.