From 58c8f71bb9931d2b43bf3c2b25378aeaeb1592f8 Mon Sep 17 00:00:00 2001 From: Nivedit Jain <40313233+NiveditJain@users.noreply.github.com> Date: Fri, 17 Jul 2026 07:54:44 +0000 Subject: [PATCH] Carry FailproofAI/skills as a submodule at skills/ Pin the org's agent-skills collection into this repo as a gitlink, following the same shape platform and agenteye use to carry this repo at failproofai/oss. The pin is kept fresh automatically: a push-triggered job in FailproofAI/skills rewrites this gitlink whenever that repo's main moves, so the pinned commit tracks upstream without anyone bumping it by hand. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01U6pt7MCEDAasEYkrLUGork --- .gitmodules | 4 ++++ skills | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 skills diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..de78ff069 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "skills"] + path = skills + url = https://github.com/failproofai/skills.git + branch = main diff --git a/skills b/skills new file mode 160000 index 000000000..37d689252 --- /dev/null +++ b/skills @@ -0,0 +1 @@ +Subproject commit 37d68925231fecd963aa8b82cc71aee385cc3c97