docs: add upgrading instructions for .agents/ migration
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ee28bc4359
commit
1622c8e398
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -158,6 +158,17 @@ npx skillkit install coreyhaines31/marketingskills --skill page-cro copywriting
|
||||||
npx skillkit install coreyhaines31/marketingskills --list
|
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
|
## Usage
|
||||||
|
|
||||||
Once installed, just ask Claude Code to help with marketing tasks:
|
Once installed, just ask Claude Code to help with marketing tasks:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue