From 15fa120942f718e3af8eb379a1ec94685d507ebf Mon Sep 17 00:00:00 2001 From: bastien Date: Tue, 5 May 2026 23:46:06 +0200 Subject: [PATCH] chore(settings): disable example-skills plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Toggle example-skills@anthropic-agent-skills off — not used in active profiles, reduces session-start skill enumeration. Co-Authored-By: Claude --- settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json b/settings.json index 4266287..2c5dcad 100644 --- a/settings.json +++ b/settings.json @@ -236,7 +236,7 @@ "command": "bash ~/.claude/hooks/statusline.sh" }, "enabledPlugins": { - "example-skills@anthropic-agent-skills": true, + "example-skills@anthropic-agent-skills": false, "ui-ux-pro-max@ui-ux-pro-max-skill": true, "caveman@caveman": true, "security-guidance@claude-code-plugins": true,