---
slug: "claude-code-toolkit"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/winrey/claude-code-toolkit@main/README.md"
repo: "https://github.com/winrey/claude-code-toolkit"
source_file: "README.md"
branch: "main"
---
# claude-code-toolkit

Winrey's personal [Claude Code](https://claude.ai/code) plugin — a collection of custom skills.

## Skills

### review-loop

Iterative multi-round code review with isolated subagents.

Dispatches independent reviewer subagents → screens and verifies findings → fixes confirmed issues → parallel dual-path re-review (fix diff + full review) → repeats until no Critical or Important issues remain.

- **Isolated subagent reviewers** — each round starts fresh, no anchoring on prior findings
- **Verification layer** — uncertain findings are independently verified before fixing
- **Parallel dual-path re-review** — after fixes, review both the fix diff AND the full codebase simultaneously
- **Flexible reviewer count** — 1-3 reviewers based on change complexity, with customizable focus areas
- **Per-round user reporting** — concise summary after every cycle
- **Configurable max rounds** — default 5, pauses and asks user when exceeded

## Installation

Add the marketplace and install:

```bash
claude plugin marketplace add winrey/claude-code-toolkit
claude plugin install winrey-toolkit
```

To update later:

```bash
claude plugin update winrey-toolkit
```

## License

MIT
