Cratis

120 mods across 2 repositories, 4 stars between them.

Backend Developer

01

Cratis/AI

Agent

Specialist for C# backend code within a vertical slice. Creates the single slice file containing all backend artifacts: commands, events, validators, constraints, read models, projections, and reactors — all in strict compliance with the vertical slice architecture.

2 3d ago A 51 tokens original MIT

Code Reviewer

02

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

Coordinator

03

Cratis/AI

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 3d ago A 80 tokens original MIT

Frontend Developer

04

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

05

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

Cratis/AI

Agent

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

2 3d ago A 40 tokens original MIT

Cratis/AI

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 3d ago A 49 tokens original MIT

Cratis/AI

Agent

Independent, read-only reviewer for typed Cratis repository investigations. Reviews evidence and repository-mode reasoning without applying application conventions to framework or client-library repositories.

2 3d ago A 33 tokens original MIT

Cratis/AI

Agent

Read-only investigator for Cratis application and framework repositories. Produces typed, evidence-backed findings without changing source, invoking mutating Chronicle operations, or assuming an application architecture.

2 3d ago A 37 tokens original MIT

Security Reviewer

10

Cratis/AI

Agent

Security gate agent for Cratis-based projects. Performs a structured security review of all changed files before merge, covering input validation, auth/authz, data exposure, secrets, event sourcing specifics, and frontend attack surface.

2 3d ago A 46 tokens original MIT

Slice Implementer

11

Cratis/AI

Agent

Implements a Cratis vertical slice end-to-end — all backend artifacts in one slice file, BDD specs in when/ folders, and the React surface (page and/or command dialog). Use for new slices and for non-trivial slice changes spanning backend and frontend.

2 3d ago A 59 tokens original MIT

Spec Writer

12

Cratis/AI

Agent

Specialist for writing C# specs (the in-process scenario family) and TypeScript/React specs for vertical slices. Ensures every slice has comprehensive behavior coverage following the project's BDD conventions.

2 3d ago A 42 tokens original MIT

add-business-rule

13

Cratis/AI

Skill Claude CodeCodex

Use this skill when asked to add a validation rule, business rule, or uniqueness constraint to an existing command in a Cratis-based project.

2 3d ago A 32 tokens original MIT

add-concept

14

Cratis/AI

Skill Claude CodeCodex

Use this legacy local skill name when creating a strongly typed Cratis domain value or Chronicle event-source identity. Apply the same product-authoritative rules as the canonical cratis-fundamentals-concept skill; do not use it for enums, DTO-only values, arbitrary non-stream IDs, or event migration.

2 3d ago A 65 tokens original MIT

Cratis/AI

Skill Claude CodeCodex

Use this skill when creating a NEW Cratis documentation page under Documentation/ (tutorial, how-to, explanation, reference, or recipe). Handles where the file goes (which product repo), sidebar wiring (toc.yml + Diátaxis bucket), and verifying it renders. Trigger on add/create/write a new docs page, document a new…

2 3d ago A 88 tokens original MIT

add-ef-migration

16

Cratis/AI

Skill Claude CodeCodex

Use this skill when asked to add a database table, column, relationship, or other schema change via Entity Framework Core in a Cratis-based project.

2 3d ago A 36 tokens original MIT

add-projection

17

Cratis/AI

Skill Claude CodeCodex

Use this skill when asked to add a Chronicle projection to a Cratis-based project. Favor model-bound projections by default, and only fall back to declarative/fluent IProjectionFor projections when model-bound attributes cannot express the behavior cleanly. Enforces the AutoMap-first rule and Chronicle-specific join…

2 3d ago A 68 tokens original MIT

add-reactor

18

Cratis/AI

Skill Claude CodeCodex

Use this skill when asked to add a Chronicle reactor (automation or translation) to a Cratis-based project. Reactors observe events and produce side effects.

2 3d ago A 35 tokens original MIT

add-reducer

19

Cratis/AI

Skill Claude CodeCodex

Use this skill when a read model genuinely needs an IReducerFor — when model-bound projection attributes and fluent IProjectionFor cannot express the state transition. Reducers are the last-resort escape hatch, not a default. Covers the admission checklist, method signatures, nullable-current handling, passivity, and…

2 3d ago A 70 tokens original MIT

add-traces

20

Cratis/AI

Skill Claude CodeCodex

Use this skill when asked to add OpenTelemetry tracing to a class in a Cratis Chronicle Kernel project. Produces Traces.cs companion files using the [Span] source-generator pattern from Cratis.Traces, registers IActivitySource as a keyed DI service, and injects it into the target class.

2 3d ago A 73 tokens original MIT

auth-and-identity

21

Cratis/AI

Skill Claude CodeCodex

Use this skill for authentication, authorization, or identity in a Cratis Arc project — backend, frontend, or both. Covers identity providers (IProvideIdentityDetails), protecting commands/queries with authorization attributes, Microsoft Identity Platform, connecting backend identity to React, multi-tenant identity…

2 3d ago A 88 tokens original MIT

Cratis/AI

Skill Claude CodeCodex

Execute a Cratis Arc command from backend code via ICommandPipeline — the scopeless and scoped overloads, typed Execute , pre-flight Validate, and reading CommandResult. Use when a reactor, background job, scheduled task, integration test, or backend service needs to run a command without going through HTTP.

2 3d ago A 66 tokens original MIT

cratis-command

23

Cratis/AI

Skill Claude CodeCodex

Step-by-step guidance for creating a Cratis Arc command — [Command] record, Handle() method, CommandValidator, proxy generation, and React .use() hook with CommandDialog. Use when adding or creating a command, wiring up a form or button to the backend, working with IEventLog, CommandResult, CommandValidator…

2 3d ago A 80 tokens original MIT

Cratis/AI

Skill Claude CodeCodex

Reference for Cratis C# coding conventions — formatting, naming, records, nullable handling, exceptions, logging, and DI. Use whenever writing C# in a Cratis project, deciding between record vs class, checking naming rules, applying formatting conventions, handling null safety, creating exception types, or asking "how…

2 3d ago A 101 tokens original MIT