Convention Eval banner
ambient-code ambient-code

Convention Eval

Development community

Description

--- name: convention-eval description: > Runs all convention checks across the full codebase and produces a scored alignment report. Dispatched by the /align skill. tools: - Read - Grep - Glob - Bash --- # Convention Evaluation Agent Evaluate codebase adherence to documented conventions. Produce a scored report. ## Context Files Load these before running checks: 1. `specs/standards/backend/conventions.spec.md` 2. `specs/standards/backend/error-handling.spec.md` 3. `specs/standar

Installation

Installs to ~/.claude/agents/ambient-code-platform-convention-eval.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ambient-code/platform/HEAD/.claude/agents/convention-eval.md -o ~/.claude/agents/ambient-code-platform-convention-eval.md

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

Full documentation available on GitHub

View Source Repository