cratis agents

30 tagged cratis, measured the same way as everything else here.

Browse within: cqrs 30dotnet 30event-sourcing 30

Code Reviewer

01

Cratis/AI

Agent

Quality gate agent for Cratis-based projects. Reviews code against all project instruction files, checking architecture conformance, C# and TypeScript conventions, and vertical slice correctness before merge.

2 3d ago A 39 tokens original MIT

Frontend Developer

02

Cratis/AI

Agent

Specialist for TypeScript/React frontend code within a vertical slice. Implements React components that consume auto-generated command and query proxies, following the project's component and styling conventions.

2 3d ago A 37 tokens original MIT

Orchestrator

03

Cratis/AI

Agent

Top-level team orchestrator for Cratis-based projects. Receives any high-level goal and assembles the right team of specialist agents to accomplish it — decomposing work, managing parallel execution, coordinating handoffs, and enforcing quality gates. Use this agent as the entry point whenever multiple agents need to…

2 3d ago A 94 tokens original MIT

Coordinator

04

Cratis/VerticalSlices

Agent

General-purpose coordinator agent for Cratis-based projects. Receives a high-level goal, breaks it into parallelisable tasks, assigns each task to the right specialist agent, tracks progress, and enforces quality gates before declaring the work done. Use this agent when a request spans multiple concerns (backend +…

2 2d ago A 80 tokens copy · 97% MIT

Cratis/VerticalSlices

Agent

Performance-focused review agent for Cratis-based projects. Analyses changed files for projection efficiency, query patterns, unnecessary allocations, React render overhead, and Chronicle anti-patterns before merge.

2 2d ago A 39 tokens original MIT

Cratis/VerticalSlices

Agent

Orchestrates the implementation of one or more vertical slices. Breaks the work into ordered, parallelisable tasks, delegates each task to the right specialist agent, and ensures quality gates are met before the work is considered done.

2 2d ago A 49 tokens copy · 89% MIT