From 53fbd736758195235d4437e06db16f58e277d9ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?oliver=20k=C3=B6nig?= Date: Thu, 16 Jul 2026 08:23:06 +0000 Subject: [PATCH] chore(skills): add Regent Open Plugin manifest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Expose this repo's skills/ as a skills-only Regent Open Plugin so in-cluster CI agents (implement-author + base analyst) can activate them as $megatron-lm:. Adds only .plugin/plugin.json; Regent scans ./skills/ by default. No behavior change for humans or Claude Code (which reads .claude/skills). Co-Authored-By: Claude Fable 5 Signed-off-by: oliver könig --- .plugin/plugin.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .plugin/plugin.json diff --git a/.plugin/plugin.json b/.plugin/plugin.json new file mode 100644 index 00000000000..b053224a345 --- /dev/null +++ b/.plugin/plugin.json @@ -0,0 +1,5 @@ +{ + "name": "megatron-lm", + "description": "Megatron-LM repository skills (build and dependency, CI/CD, testing, golden values, linting, base-image bumps, Slurm runs) for Regent agents working on this repo.", + "version": "0.1.0" +}