CodeEagle Design
Run the CodeEagle design agent to review architecture and design patterns.
Usage
Use the Bash tool to run:
code
codeeagle agent design "$ARGUMENTS"
Prerequisites
- •CodeEagle must be installed and on PATH
- •Project must be initialized (
codeeagle init) with an indexed graph (codeeagle sync)
Notes
- •Recognizes architecture patterns: how is auth handled across services?
- •Reviews API design: is this new endpoint consistent with existing patterns?
- •Suggests patterns based on what the codebase already uses
- •Checks cross-service consistency