From bfdab2639dfc208daa1b95896b105c5aea252f6d Mon Sep 17 00:00:00 2001 From: Einar Date: Thu, 10 Sep 2026 14:27:12 +0200 Subject: [PATCH] Add the Cratis plugin to the marketplace Cratis AI provides free, MIT-licensed AI skills for building event-sourced and CQRS applications with Cratis Chronicle and Arc: vertical slices, BDD specs, and a React + Cratis Components frontend. --- .github/plugin/marketplace.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index a31b710..652b516 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -409,6 +409,16 @@ "flowagent" ], "license": "MIT" + }, + { + "name": "cratis", + "description": "Public Cratis skills for developers building event-sourced CQRS applications with Cratis Chronicle and Arc — vertical slices, BDD specs, and a React + Cratis Components frontend.", + "version": "1.0.0", + "author": { "name": "Cratis", "url": "https://www.cratis.io" }, + "homepage": "https://github.com/Cratis/AI", + "repository": "https://github.com/Cratis/AI", + "license": "MIT", + "source": { "source": "github", "repo": "Cratis/AI", "path": "skills" } } ] }