From 477ad027415547c1268f8c8f069d5510cddc6d44 Mon Sep 17 00:00:00 2001 From: Thomas Butler <2511516+fnrhombus@users.noreply.github.com> Date: Thu, 18 Jun 2026 14:53:41 -0400 Subject: [PATCH] docs: point template references at the fntemplate org Update `gh repo create --template` example in CLAUDE.md from `fnrhombus/claude-code-plugin-template` to `fntemplate/claude-code-plugin`. --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index a39760a..8c39ef4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ # Claude Code Plugin Template -This is a template repo. When a new plugin is created from it (`gh repo create --template fnrhombus/claude-code-plugin-template`), this file tells Claude (and future-you) what to do. +This is a template repo. When a new plugin is created from it (`gh repo create --template fntemplate/claude-code-plugin`), this file tells Claude (and future-you) what to do. ## First-time setup for a new plugin