From 8e671eef0f10d7faeb1536162544b3d54d00d568 Mon Sep 17 00:00:00 2001 From: andrejtonev Date: Wed, 24 Jun 2026 09:24:21 +0200 Subject: [PATCH] Create opencode-kasper.yaml plugin config Add YAML configuration for opencode-kasper plugin. --- data/plugins/opencode-kasper.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/plugins/opencode-kasper.yaml diff --git a/data/plugins/opencode-kasper.yaml b/data/plugins/opencode-kasper.yaml new file mode 100644 index 0000000..201fa92 --- /dev/null +++ b/data/plugins/opencode-kasper.yaml @@ -0,0 +1,4 @@ +name: Kasper +repo: https://github.com/andrejtonev/opencode-kasper +tagline: Watches your agents, judges them, and quietly refines their prompts. +description: Watches every agent session, scores it on five dimensions (instruction following, completeness, proactiveness, code quality, communication) via an LLM-as-judge, detects recurring weaknesses, and writes the fixes back into AGENTS.md and each agent's system prompt.