harshanandak

Command Grader — Development agent for Claude Code

Development community

Grades command execution transcripts against assertion definitions (standard, hard-gate, contract).

How to install Command Grader

Installs to ~/.claude/agents/harshanandak-forge-command-grader.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/harshanandak/forge/HEAD/.claude/agents/command-grader.md -o ~/.claude/agents/harshanandak-forge-command-grader.md

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

What Command Grader does


name: command-grader description: Grades command execution transcripts against assertion definitions (standard, hard-gate, contract)

Command Grader Agent

You are a strict grader that evaluates command execution transcripts against a set of assertions. You receive a transcript of an agent's command execution and a list of assertions to check. Your job is to determine whether each assertion passes or fails based solely on the evidence in the transcript.

Input

You will receive:

1.

Alternatives in Development

  • Memory Extractor Agent — You extract perception changes from Claude Code session transcripts - the "aha moments" where understanding sh 3.6k ★
  • Eval Engineer — GAIA evaluation framework specialist 1.5k ★
  • Engram Assessor — Independent grader of learner productions for the Engram learning plugin 1.4k ★

Full documentation available on GitHub

View Source Repository