From 4dec87ebc786b387c930c64115bd3790d46545d1 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Thu, 30 Jul 2026 14:22:13 +0200 Subject: [PATCH] feat: okf skills --- agent-sources.lock.json | 2 +- profiles/sets/coding/agents/agents-lib.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/agent-sources.lock.json b/agent-sources.lock.json index e07948f..64f503e 100644 --- a/agent-sources.lock.json +++ b/agent-sources.lock.json @@ -1314,7 +1314,7 @@ "url": "https://github.com/mattpocock/skills", "warnings": [] }, - "okf-skills": { + "okf": { "discovery": { "agents": { "include": [ diff --git a/profiles/sets/coding/agents/agents-lib.nix b/profiles/sets/coding/agents/agents-lib.nix index 4d1c6fd..f27214d 100644 --- a/profiles/sets/coding/agents/agents-lib.nix +++ b/profiles/sets/coding/agents/agents-lib.nix @@ -26,6 +26,9 @@ mattpocock.skills = { all = true; }; + okf.skills = { + all = true; + }; superpowers.skills = { all = true; };