From d36bdc4faf5a4e843935142748fb1caa4d52d9e7 Mon Sep 17 00:00:00 2001 From: Brian Fox Date: Fri, 21 Aug 2026 12:07:26 +0200 Subject: [PATCH] chore(claude): register the forest marketplace so the toolkit is one prompt away MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Anyone who opens and trusts this repo now gets offered the Forest Claude Code toolkit (skills, hooks, scripts) instead of hearing about it in Slack and wiring the marketplace by hand. Nothing installs on its own: Claude Code registers ForestAdmin/claudine as a known marketplace and pre-enables forest@forest, but an external-source plugin does not load until the dev runs /plugin install forest@forest — until then Claude Code reports it as not installed. Merged into the existing shared .claude/settings.json alongside the two anthropics marketplaces already there; the permissions.deny block and every existing enabledPlugins entry are untouched. Co-Authored-By: Claude Opus 5 (1M context) --- .claude/settings.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 993295f394..32990199ec 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -11,6 +11,12 @@ "source": "github", "repo": "anthropics/skills" } + }, + "forest": { + "source": { + "source": "github", + "repo": "ForestAdmin/claudine" + } } }, "enabledPlugins": { @@ -19,7 +25,8 @@ "feature-dev@claude-code-plugins": true, "pr-review-toolkit@claude-code-plugins": true, "document-skills@anthropic-agent-skills": true, - "example-skills@anthropic-agent-skills": true + "example-skills@anthropic-agent-skills": true, + "forest@forest": true }, "permissions": { "deny": [