feat: agent-lib exlude agents

This commit is contained in:
2026-05-31 14:10:15 +02:00
parent 7c5b92c377
commit a9ffe3ed28
7 changed files with 962 additions and 296 deletions
+22 -7
View File
@@ -6,15 +6,30 @@
targets.pi.enable = true;
targets.opencode.enable = true;
# profiles.default.sources.mattpocock.skills.all = true;
profiles.default = {
sources.mattpocock = {
skills = {
all = true;
# Provided by the existing shared skills set; duplicate Home Manager
# entries under .agents/skills cannot be installed safely.
exclude = ["grill-me" "caveman"];
sources = {
m3ta-agents = {
agents = {
all = true;
};
skills = {
all = true;
exclude = ["brainstorming" "pdf" "systematic-debugging" "xlsx"];
};
};
anthropic.skills = {
all = true;
exclude = ["skill-creator"];
};
basecamp.skills.all = true;
kestra.skills.all = true;
mattpocock.skills = {
all = true;
};
superpowers.skills = {
all = true;
};
vercel.skills.all = true;
};
};
};
+1
View File
@@ -11,6 +11,7 @@
boot.supportedFilesystems = ["zfs"];
boot.zfs.package = pkgs.zfs_unstable;
boot.zfs.forceImportAll = false;
boot.zfs.forceImportRoot = false;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.kernelModules = ["amdgpu"];