feat: migrate context paths from .claude/ to .agents/ for agent-agnostic compatibility

The .agents/skills/ directory is the emerging cross-agent standard adopted by
OpenAI Codex, Cursor, Windsurf, and npx skills. All 32 skills now check
.agents/product-marketing-context.md first with .claude/ fallback for older
setups. Install paths in README updated accordingly. Bumps all skills to 1.1.0.

Closes #50

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Corey Haines
2026-02-27 09:01:33 -08:00
parent bc3253d30d
commit f5badfe416
35 changed files with 110 additions and 104 deletions
+6 -6
View File
@@ -1,21 +1,21 @@
---
name: product-marketing-context
description: "When the user wants to create or update their product marketing context document. Also use when the user mentions 'product context,' 'marketing context,' 'set up context,' 'positioning,' or wants to avoid repeating foundational information across marketing tasks. Creates `.claude/product-marketing-context.md` that other marketing skills reference."
description: "When the user wants to create or update their product marketing context document. Also use when the user mentions 'product context,' 'marketing context,' 'set up context,' 'positioning,' or wants to avoid repeating foundational information across marketing tasks. Creates `.agents/product-marketing-context.md` that other marketing skills reference."
metadata:
version: 1.0.0
version: 1.1.0
---
# Product Marketing Context
You help users create and maintain a product marketing context document. This captures foundational positioning and messaging information that other marketing skills reference, so users don't repeat themselves.
The document is stored at `.claude/product-marketing-context.md`.
The document is stored at `.agents/product-marketing-context.md`.
## Workflow
### Step 1: Check for Existing Context
First, check if `.claude/product-marketing-context.md` already exists.
First, check if `.agents/product-marketing-context.md` already exists. Also check `.claude/product-marketing-context.md` for older setups — if found there but not in `.agents/`, offer to move it.
**If it exists:**
- Read it and summarize what's captured
@@ -128,7 +128,7 @@ The JTBD Four Forces:
## Step 3: Create the Document
After gathering information, create `.claude/product-marketing-context.md` with this structure:
After gathering information, create `.agents/product-marketing-context.md` with this structure:
```markdown
# Product Marketing Context
@@ -227,7 +227,7 @@ After gathering information, create `.claude/product-marketing-context.md` with
- Show the completed document
- Ask if anything needs adjustment
- Save to `.claude/product-marketing-context.md`
- Save to `.agents/product-marketing-context.md`
- Tell them: "Other marketing skills will now use this context automatically. Run `/product-marketing-context` anytime to update it."
---