Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
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.
| Date | Stars |
|---|---|
| 2026-07-31 | 324 |
| 2026-08-06 | 324 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
35.0
growth rate 0.00%/day
# Claude Night Market
[](CHANGELOG.md)
[](LICENSE)
[](book/src/plugins/)
[](book/src/reference/capabilities-reference.md)
[](https://code.claude.com/docs/en/overview)
**A plugin marketplace for Claude Code.** Install only the
plugins you need to run git workflows, code review,
spec-driven development, and autonomous agents from inside
your Claude Code session.
<p align="center">
<img src="assets/gifs/skills-showcase.gif" alt="Night Market skills in action" width="720">
</p>
## Install
Requires **Claude Code 2.1.16+** and **Python 3.9+** for hooks.
```bash
# Add the marketplace, then install the plugins you want
/plugin marketplace add athola/claude-night-market
/plugin install sanctum@claude-night-market # Git workflows
/plugin install pensive@claude-night-market # Code review
/plugin install spec-kit@claude-night-market # Spec-driven dev
```
Run `claude --init` once after installing. Prefer one command?
`npx skills add athola/claude-night-market` installs everything;
`opkg i gh@athola/claude-night-market --plugins sanctum,pensive`
installs a subset. Full options are in the
[Installation Guide](book/src/getting-started/installation.md).
> If the `Skill` tool is unavailable, read skill files directly
> at `plugins/{plugin}/skills/{skill-name}/SKILL.md`.
## Everyday Use
Night Market is built around the loop you already work in.
A typical feature runs end to end on a handful of commands:
1. **Start a feature.** `/attune:mission` routes you through
brainstorm, specify, plan, and execute phases.
2. **Write the code.** `imbue` enforces a failing test first,
so implementation follows the test, not the other way around.
3. **Review before you push.** `/full-review` runs a
multi-discipline pass; `/refine-code` cleans up duplication
and dead code.
4. **Ship it.** `/prepare-pr` runs quality gates and leaves a
clean git state ready for a pull request.
5. **Pick up where you left off.** `/catchup` rebuilds context
from recent git history after a break.
The commands you reach for most:
| Task | Command |
|------|---------|
| Run the project lifecycle | `/attune:mission` |
| Initialize a new project | `/attune:arch-init` |
| Review a PR | `/full-review` |
| Address review feedback | `/fix-pr` |
| Implement an issue | `/do-issue` |
| Prepare a pull request | `/prepare-pr` |
| Write a spec | `/speckit-specify` |
| Catch up on changes | `/catchup` |
| Package project knowledge as skills | `/attune:skill-library` |
| Clean up the codebase | `/unbloat` |
| Pressure-test a decision | `/attune:war-room` |
Full task-by-task walkthroughs are in the
[Common Workflows Guide][workflows].
## What's Inside
23 plugins in four layers. Each installs independently, and
dependencies pull their shared runtime automatically.
**Foundation** is the base every other layer builds on:
`leyline` (auth, quotas, error patterns, trust verification),
`sanctum` (git, commits, PR prep, sessions), and `imbue`
(TDD enforcement, proof-of-work, scope guarding).
**Utility** handles cross-cutting concerns: `conserve` (context
and token optimization), `conjure` (delegation to Gemini and
Qwen), `hookify` (a behavioral rules engine with a security
catalog), `egregore` (autonomous agent orchestration),
`herald` (notifications), and `oracle` (local ML inference).
**Domain** is where the day-to-day work happens: `pensive` (code
and architecture review), `attune` (project lifecycle), `spec-kit`
(spec-driven development), `parseltongue` (Python), `minister`
(GitHub issues and DORA metrics), `memory-palace` (knowledge
organization), `archetypes` (architecture paradigms), `gauntlet`
(codebase learning), `phantom` (computer use), `scribe`
(dExcerpt of 10,048 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:894e2c9ee27fd27a, llm:Repository topics and description: 'ai-agents', 'claude-agents', 'claude-code-plugins-marketplace', 'claude-skills', 'code-review', 'git-workflow', 'memory-palace', 'spec-driven-development'; description: '23 Claude Code plugins... TDD enforcement hooks, git/PR workflows, spec-driven development, code review... 186 skills, 128 commands, 54 agents.'
matched fp:894e2c9ee27fd27a, llm:Repository topics and description: 'ai-agents', 'claude-agents', 'claude-code-plugins-marketplace', 'claude-skills', 'code-review', 'git-workflow', 'memory-palace', 'spec-driven-development'; description: '23 Claude Code plugins... TDD enforcement hooks, git/PR workflows, spec-driven development, code review... 186 skills, 128 commands, 54 agents.'
matched fp:894e2c9ee27fd27a, llm:Repository topics and description: 'ai-agents', 'claude-agents', 'claude-code-plugins-marketplace', 'claude-skills', 'code-review', 'git-workflow', 'memory-palace', 'spec-driven-development'; description: '23 Claude Code plugins... TDD enforcement hooks, git/PR workflows, spec-driven development, code review... 186 skills, 128 commands, 54 agents.'