From 522c9b20960039d209e4fe049efa6440115812ce Mon Sep 17 00:00:00 2001 From: Afonso Dutra Nogueira Filho Date: Wed, 9 Sep 2026 21:49:13 -0300 Subject: [PATCH] Add afonsoft/skills third-party plugin Include afonsoft/skills as an upstream plugin pinned to the commit that introduces .devin-plugin/plugin.json (3dc240c9aaaf907fa9255013c0d2d62008a43dac). Validated with scripts/validate.py --fix and scripts/validate.py --fetch. --- .devin-plugin/plugin.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.devin-plugin/plugin.json b/.devin-plugin/plugin.json index 1418a44..8cea6bf 100644 --- a/.devin-plugin/plugin.json +++ b/.devin-plugin/plugin.json @@ -174,6 +174,11 @@ "./plugins/windsor-ai", "./plugins/wolfram", "./plugins/zapier", + { + "source": "url", + "url": "https://github.com/afonsoft/skills.git", + "sha": "f010a5448fc2d53117f556a9fdceb55fb06cd6f0" + }, { "source": "git-subdir", "url": "https://github.com/databricks/databricks-agent-skills.git",