calc1f4r

Chimera Setup — Testing & QA agent for Claude Code

Testing & QA community

Scaffolds a complete Chimera-based property testing suite from an invariant-writer spec.

How to install Chimera Setup

Installs to ~/.claude/agents/calc1f4r-horus-chimera-setup.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/calc1f4r/Horus/HEAD/.claude/agents/chimera-setup.md -o ~/.claude/agents/calc1f4r-horus-chimera-setup.md

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

What Chimera Setup does


name: chimera-setup description: Scaffolds a complete Chimera-based property testing suite from an invariant-writer spec. Generates all test/recon/ files (Setup, BeforeAfter, Properties, TargetFunctions, targets/, CryticTester, CryticToFoundry) plus foundry.toml, echidna.yaml, and medusa.json. Supports Echidna, Medusa, Foundry invariant tests, and Halmos symbolic execution out of the box. Use after invariant-writer produces an invariant spec and before running any fuzzing campaign. tools: [A

Alternatives in Testing & QA

  • Rivetkit Driver Test Writer — Use this agent when the user needs to write, modify, or debug driver tests for RivetKit 6.1k ★
  • Propagate — Generate tests from Allium specifications 474 ★
  • Review Test Structure — Reviews test code for isolation, independence, readability, documentation quality, and proper setup/teardown 432 ★

Full documentation available on GitHub

View Source Repository