loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

claude-devkit

MCP Tool

twitchyvr/claude-devkit

AI-powered developer tools built on Claude Code CLI — code reviews, project analysis, commit journaling, and prompt integration.

Install

$ npx loaditout add twitchyvr/claude-devkit

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "claude-devkit": {
      "command": "npx",
      "args": [
        "-y",
        "claude-devkit"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

claude-devkit

> AI-powered developer tools built on Claude Code CLI.

Four terminal tools that bring AI into your daily git workflow — code reviews, project analysis, commit journaling, and prompt integration. No API keys to manage, no servers to run. Just Claude Code + your terminal.

Tools
ai-review — Instant AI Code Review

Pipes your git diff to Claude for a structured code review with severity levels and a verdict.

ai-review              # review staged changes
ai-review HEAD~1       # review last commit
ai-review main         # review entire branch vs main
ai-review --full       # all uncommitted changes

Example output:

── AI Code Review ──────────────────────────
265 lines of diff · model: sonnet

## Summary
Wires v0.7.0 routes into the running Express server.

## Issues
- 🟡 Warning: GET /api/tags/filter is registered after GET /api/tags/:id —
  Express will never reach /filter because :id matches "filter" first.
- 🟢 Suggestion: GET /api/tags is unauthenticated while POST /api/tags is —
  worth a comment since it breaks the pattern.

## Verdict
⚠️ Needs minor fixes

── Review complete ─────────────────────────
project-brief — AI Project Overview

Point it at any repo and get a structured overview: what it does, tech stack, how to run it, key files, and current status.

project-brief                        # current directory
project-brief ~/code/myapp           # any project
project-brief --save                 # also saves to .project-brief.md

Great for onboarding onto unfamiliar codebases or quickly recalling what a side project does.

devlog-hook — AI Development Journal

Automatically appends a one-line AI summary to DEVLOG.md after every git commit. Runs in the background so commits stay instant.

devlog-hook --install          # install in current repo
devlog-hook --install-global   # install for ALL repos

DEVLOG.md output:

Tags

ai-toolsclaudeclaude-codeclicode-reviewdeveloper-toolsgit-hooksmcpstarshipterminal

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated26 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/22/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/twitchyvr/claude-devkit)](https://loaditout.ai/skills/twitchyvr/claude-devkit)