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
+38 -32
View File
@@ -4,41 +4,47 @@ Current versions of all skills. Agents can compare against local versions to che
| Skill | Version | Last Updated |
|-------|---------|--------------|
| ab-test-setup | 1.0.0 | 2026-01-27 |
| ad-creative | 1.0.0 | 2026-02-17 |
| ai-seo | 1.0.0 | 2026-02-18 |
| analytics-tracking | 1.0.0 | 2026-01-27 |
| churn-prevention | 1.0.0 | 2026-02-18 |
| cold-email | 1.0.0 | 2026-02-14 |
| competitor-alternatives | 1.0.0 | 2026-01-27 |
| content-strategy | 1.0.0 | 2026-01-27 |
| copy-editing | 1.0.0 | 2026-01-27 |
| copywriting | 1.0.0 | 2026-01-27 |
| email-sequence | 1.0.0 | 2026-01-27 |
| form-cro | 1.0.0 | 2026-01-27 |
| free-tool-strategy | 1.0.0 | 2026-01-27 |
| launch-strategy | 1.0.0 | 2026-01-27 |
| marketing-ideas | 1.0.0 | 2026-01-27 |
| marketing-psychology | 1.0.0 | 2026-01-27 |
| onboarding-cro | 1.0.0 | 2026-01-27 |
| page-cro | 1.0.0 | 2026-01-27 |
| paid-ads | 1.0.0 | 2026-01-27 |
| paywall-upgrade-cro | 1.0.0 | 2026-01-27 |
| popup-cro | 1.0.0 | 2026-01-27 |
| pricing-strategy | 1.0.0 | 2026-01-27 |
| product-marketing-context | 1.0.0 | 2026-01-27 |
| programmatic-seo | 1.0.0 | 2026-01-27 |
| referral-program | 1.0.0 | 2026-01-27 |
| revops | 1.0.0 | 2026-02-22 |
| sales-enablement | 1.0.0 | 2026-02-22 |
| schema-markup | 1.0.0 | 2026-01-27 |
| seo-audit | 1.0.0 | 2026-01-27 |
| signup-flow-cro | 1.0.0 | 2026-01-27 |
| site-architecture | 1.0.0 | 2026-02-21 |
| social-content | 1.0.0 | 2026-01-27 |
| ab-test-setup | 1.1.0 | 2026-02-27 |
| ad-creative | 1.1.0 | 2026-02-27 |
| ai-seo | 1.1.0 | 2026-02-27 |
| analytics-tracking | 1.1.0 | 2026-02-27 |
| churn-prevention | 1.1.0 | 2026-02-27 |
| cold-email | 1.1.0 | 2026-02-27 |
| competitor-alternatives | 1.1.0 | 2026-02-27 |
| content-strategy | 1.1.0 | 2026-02-27 |
| copy-editing | 1.1.0 | 2026-02-27 |
| copywriting | 1.1.0 | 2026-02-27 |
| email-sequence | 1.1.0 | 2026-02-27 |
| form-cro | 1.1.0 | 2026-02-27 |
| free-tool-strategy | 1.1.0 | 2026-02-27 |
| launch-strategy | 1.1.0 | 2026-02-27 |
| marketing-ideas | 1.1.0 | 2026-02-27 |
| marketing-psychology | 1.1.0 | 2026-02-27 |
| onboarding-cro | 1.1.0 | 2026-02-27 |
| page-cro | 1.1.0 | 2026-02-27 |
| paid-ads | 1.1.0 | 2026-02-27 |
| paywall-upgrade-cro | 1.1.0 | 2026-02-27 |
| popup-cro | 1.1.0 | 2026-02-27 |
| pricing-strategy | 1.1.0 | 2026-02-27 |
| product-marketing-context | 1.1.0 | 2026-02-27 |
| programmatic-seo | 1.1.0 | 2026-02-27 |
| referral-program | 1.1.0 | 2026-02-27 |
| revops | 1.1.0 | 2026-02-27 |
| sales-enablement | 1.1.0 | 2026-02-27 |
| schema-markup | 1.1.0 | 2026-02-27 |
| seo-audit | 1.1.0 | 2026-02-27 |
| signup-flow-cro | 1.1.0 | 2026-02-27 |
| site-architecture | 1.1.0 | 2026-02-27 |
| social-content | 1.1.0 | 2026-02-27 |
## Recent Changes
### 2026-02-27
- Migrated context path from `.claude/` to `.agents/` for agent-agnostic compatibility
- All skills now check `.agents/product-marketing-context.md` first, with `.claude/` fallback for older setups
- Updated install paths in README to reference `.agents/skills/`
- Bumped all 32 skills from 1.0.0 → 1.1.0
### 2026-02-22
- Added `revops` skill for revenue operations, lead lifecycle, scoring, routing, pipeline management, and CRM automation
- Added `sales-enablement` skill for sales decks, one-pagers, objection handling, demo scripts, and sales playbooks