From 1cdfd9097777d279bac6cfe74af304b8ab3094e0 Mon Sep 17 00:00:00 2001 From: Eunkwang Shin Date: Sat, 5 Sep 2026 21:25:07 +1000 Subject: [PATCH] feat: add OMA for Orca plugin Co-Authored-By: First Fluke --- orca-marketplace.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/orca-marketplace.json b/orca-marketplace.json index de2b6ef..8c8a643 100644 --- a/orca-marketplace.json +++ b/orca-marketplace.json @@ -81,6 +81,16 @@ }, "description": "Command aliases and optional shortcuts for frequent Orca views.", "categories": ["keybindings", "official"] + }, + { + "id": "first-fluke.oma", + "source": { + "kind": "git", + "url": "https://github.com/first-fluke/oh-my-agent.git", + "ref": "orca-v0.1.0" + }, + "description": "OMA project skills, review, debugging and verification in existing Orca agent terminals.", + "categories": ["productivity"] } ] }