From 522d4a582173b8fb58230eb16b829f5c91e45356 Mon Sep 17 00:00:00 2001 From: Rody Davis Date: Wed, 5 Aug 2026 16:28:39 -0700 Subject: [PATCH] feat: add plugin.json manifest --- plugin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugin.json diff --git a/plugin.json b/plugin.json new file mode 100644 index 0000000..8621e25 --- /dev/null +++ b/plugin.json @@ -0,0 +1,10 @@ +{ + "name": "gemini-skills", + "version": "1.0.0", + "description": "A library of skills for the Gemini API, SDK and model interactions.", + "author": { + "name": "Google" + }, + "repository": "https://github.com/google-gemini/gemini-skills", + "license": "Apache-2.0" +}