vidocq-stack

Virtual Threads Reviewer — Design agent for Claude Code

Design community

Reviews concurrency code in the Vidocq ecosystem to ensure virtual-thread-first design.

How to install Virtual Threads Reviewer

Installs to ~/.claude/agents/vidocq-stack-vidocq-workspace-virtual-threads-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/vidocq-stack/vidocq-workspace/HEAD/.claude/agents/virtual-threads-reviewer.md -o ~/.claude/agents/vidocq-stack-vidocq-workspace-virtual-threads-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Virtual Threads Reviewer does


name: virtual-threads-reviewer description: Reviews concurrency code in the Vidocq ecosystem to ensure virtual-thread-first design. Use when adding/modifying any code that creates threads, executors, locks, blocking I/O, or thread-locals. Catches platform-thread pools, ThreadLocal pinning risks, synchronized blocks around I/O, and missing structured-concurrency patterns. model: sonnet

You review concurrency code for virtual-thread compatibility in the Vidocq ecosystem.

Mandate

The

Alternatives in Design

  • Tailwind Agent — Styles Rails ERB views and ViewComponents using Tailwind CSS 4 utility classes and responsive design patterns 652 ★
  • Design Pattern Advisor — Use this agent when planning to create new ontology terms or modify existing ones to ensure proper design patt 163 ★
  • All Reviewer — Integrated review agent 149 ★

Full documentation available on GitHub

View Source Repository