From 1622c8e3984c814642c52b1a07f70db5886338d1 Mon Sep 17 00:00:00 2001 From: Corey Haines <34802794+coreyhaines31@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:16:12 -0800 Subject: [PATCH] docs: add upgrading instructions for .agents/ migration Co-Authored-By: Claude Opus 4.6 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 509f870..f9c7f15 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,17 @@ npx skillkit install coreyhaines31/marketingskills --skill page-cro copywriting npx skillkit install coreyhaines31/marketingskills --list ``` +## Upgrading from v1.0 + +Skills now use `.agents/` instead of `.claude/` for the product marketing context file. Move your existing context file: + +```bash +mkdir -p .agents +mv .claude/product-marketing-context.md .agents/product-marketing-context.md +``` + +Skills will still check `.claude/` as a fallback, so nothing breaks if you don't. + ## Usage Once installed, just ask Claude Code to help with marketing tasks: