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.
A toolkit of custom commands, hooks, and utilities for Claude Code
| Date | Stars |
|---|---|
| 2026-07-31 | 749 |
| 2026-08-04 | 749 |
| 2026-08-06 | 749 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
 # claudekit > Smart guardrails and workflow automation for Claude Code - catch errors in real-time, save checkpoints, and enhance AI coding with expert subagents [](https://www.npmjs.com/package/claudekit) [](https://www.npmjs.com/package/claudekit) [](https://opensource.org/licenses/MIT) [](https://nodejs.org) [](https://github.com/hesreallyhim/awesome-claude-code) [](https://buymeacoffee.com/carlrannaberg) ## 🚀 Installation > **⚠️ Requires:** Claude Code **Max plan** (for optimal token usage) • Node.js 20+ ```bash npm install -g claudekit # or: yarn global add claudekit # or: pnpm add -g claudekit ``` ## ⚡ Quick Start ```bash # Initialize in your project claudekit setup # In Claude Code, try these commands: /git:status # Groups changes by type & suggests commit strategy /spec:create "your next feature" # Researches codebase & writes full spec /code-review # 6 specialized agents analyze code in parallel ``` ## 🎯 What It Does Claudekit acts as your safety net while coding with Claude: ``` Before: Claude adds 'any' type → ❌ Lost type safety discovered in code review After: Claude adds 'any' type → ✅ Instant block: "Use specific type: User | null" Before: Risky refactor fails → ❌ Git archaeology to find working version After: Risky refactor fails → ✅ One command: /checkpoint:restore Before: Claude breaks tests → ❌ You discover it after Claude finishes After: Claude breaks tests → ✅ Claude sees error immediately and fixes it Before: Ask Claude to review → ❌ Shallow analysis, general feedback, sequential execution After: Use /code-review → ✅ 6 specialized agents analyze in parallel, dynamically pull technology-specific expertise ``` ## Key Features ### 🗺️ Instant Codebase Navigation **Claude sees your entire project structure automatically - skips most discovery searches.** - **Navigate directly to code** - Jump straight to files, functions, and classes - **No trial-and-error** - Avoid sifting through test files, docs, and irrelevant matches - **Confident code access** - Claude knows exactly what exists and where - **See relationships** - Claude understands dependencies and architecture instantly - **Automatic setup** - Runs invisibly on first prompt, updates as you code [Codebase map guide →](docs/guides/codebase-map.md) ### 🔍 Comprehensive Code Review - **Multi-aspect analysis**: 6 parallel agents for architecture, security, performance, testing, quality, and documentation - **Smart targeting**: Automatically selects relevant review agents based on file types and scope - **Structured reports**: Prioritized issues (Critical/High/Medium) with type icons and actionable solutions - **Quality metrics**: Scoring system and issue distribution tracking for measurable improvements ### 🚀 Iterative Spec Implementation - **6-phase workflow**: Implementation → Test Writing → Code Review → Iterative Improvement → Commit → Progress Tracking - **Dynamic agent selection**: Real-time detection of available specialized agents with automatic fallbacks - **Quality gates**: Each phase includes validation before proceeding to ensure high-quality deliverables - **Atomic commits**: Standardized commit messages with comprehensive change documentation [Spec workflow guide →](docs/guides/spec-workflow.md) ### 🛡️ Real-time Error Prevention - **🔒 Advanced Bash Security Analysis**: Comprehensive protection against sensitive file access via shell commands - **Intelligent Command Parsing**: Analyzes complex bas
Excerpt of 23,095 characters
Read on GitHub735
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:7ded164299c96bfd, llm:Repository description: "A toolkit of custom commands, hooks, and utilities for Claude Code" (TypeScript).
matched fp:7ded164299c96bfd, llm:Repository description: "A toolkit of custom commands, hooks, and utilities for Claude Code" (TypeScript).