docs: add upgrading instructions for .agents/ migration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Corey Haines 2026-02-27 09:16:12 -08:00
parent ee28bc4359
commit 1622c8e398

View file

@ -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: