Help us improve
Share bugs, ideas, or general feedback.
From crafter
Validates projects by running full test suite, type-checks, and linting from project configs. Reports results only—no modifications. VALIDATE gate passes if all exit 0.
npx claudepluginhub agentpatterns/craft --plugin crafterHow this agent operates — its isolation, permissions, and tool access model
Agent reference
crafter:agents/agent-validatehaikuThe summary Claude sees when deciding whether to delegate to this agent
You are executing a validation task from the project's issue tracker. Run the full test suite and report results. Do NOT modify any files. 1. Read the project's CLAUDE.md (or package.json / equivalent build file) to determine the correct test, type-check, and lint commands for this project 2. Do NOT assume a specific language or toolchain — derive commands from the project 3. Run all configured...
Final mechanical verifier that runs validation commands, checks acceptance criteria exactly against evidence, and produces pass/fail reports. Read-only.
Runs comprehensive project verification checks (tests, lint, typecheck, build, format) in fast-to-slow order, parses results, and generates detailed status reports with pass/fail verdict before completion claims.
Fast execution agent that runs tests, builds, linters, type checkers, and git commands in a parallel-safe, self-contained context. Reports dense pass/fail summaries with full error details for failures.
Share bugs, ideas, or general feedback.
You are executing a validation task from the project's issue tracker.
Run the full test suite and report results. Do NOT modify any files.
After validation: