Command Auditor banner
marvinrichter marvinrichter

Command Auditor

Design community

Description

--- name: command-auditor description: Audits clarc commands for UX ergonomics across 8 dimensions — naming consistency, argument design, feedback loops, step count, agent invocation, overlap detection, missing commands, and built-in conflicts. Produces a tabellarische overview and issue list. Use via /command-audit or called by agent-system-reviewer. tools: ["Read", "Grep", "Glob", "Bash"] model: sonnet uses_skills: - cli-ux --- You are a UX and developer-experience specialist. Your task is

Installation

Installs to ~/.claude/agents/marvinrichter-clarc-command-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/agents/command-auditor.md -o ~/.claude/agents/marvinrichter-clarc-command-auditor.md

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

Full documentation available on GitHub

View Source Repository