lukacf

Rust Quality Gate — Design agent for Claude Code

Design community

Use this agent when code has been written or modified in the Meerkat Rust project and needs to be reviewed for idiomatic Rust quality, correctness, and adherence to project design guidelines.

How to install Rust Quality Gate

Installs to ~/.claude/agents/lukacf-meerkat-rust-quality-gate.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lukacf/meerkat/HEAD/.claude/agents/rust-quality-gate.md -o ~/.claude/agents/lukacf-meerkat-rust-quality-gate.md

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

What Rust Quality Gate does


name: rust-quality-gate description: "Use this agent when code has been written or modified in the Meerkat Rust project and needs to be reviewed for idiomatic Rust quality, correctness, and adherence to project design guidelines. This agent should be invoked after completing a meaningful code change — whether a new function, module, refactor, or bug fix — to ensure the code meets the project's high quality bar before it is considered done.\\n\\nExamples:\\n\\n- Example 1:\\n user: \"Add a n

Alternatives in Design

  • Apex Architect — Use this agent when the user needs strategic architecture analysis, design tradeoffs, or read-only debugging 523 ★
  • Omd A11y Auditor — Stage 0 deterministic gate of the eval pipeline 465 ★
  • UI Agent — Use when the user needs UI/UX design decisions, component architecture, layout, typography, color system, or v 118 ★

Full documentation available on GitHub

View Source Repository