From ab1edfb79dc58bd56a15e185d2efb5ddfc23266f Mon Sep 17 00:00:00 2001 From: "ecc-tools[bot]" <257055122+ecc-tools[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:29:56 +0000 Subject: [PATCH] feat: add cobalt ECC bundle (.agents/skills/cobalt/agents/openai.yaml) --- .agents/skills/cobalt/agents/openai.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .agents/skills/cobalt/agents/openai.yaml diff --git a/.agents/skills/cobalt/agents/openai.yaml b/.agents/skills/cobalt/agents/openai.yaml new file mode 100644 index 00000000..439496b3 --- /dev/null +++ b/.agents/skills/cobalt/agents/openai.yaml @@ -0,0 +1,6 @@ +interface: + display_name: "Cobalt" + short_description: "Repo-specific patterns and workflows for cobalt" + default_prompt: "Use the cobalt repo skill to follow existing architecture, testing, and workflow conventions." +policy: + allow_implicit_invocation: true \ No newline at end of file