feat: consolidate page-cro and form-cro into unified cro skill

- Create skills/cro/ with shared CRO analysis framework
- Move page-specific content to references/page.md
- Move form-specific content to references/form.md
- Copy experiments reference from page-cro
- Remove skills/page-cro/ and skills/form-cro/
- Update all cross-references across skills, tools, README, AGENTS.md

BREAKING: page-cro and form-cro are replaced by cro.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Corey Haines
2026-04-03 16:27:53 -07:00
parent 83150fdc08
commit 8b82f733b6
39 changed files with 151 additions and 286 deletions
+2 -2
View File
@@ -74,7 +74,7 @@ description: What this skill does and when to use it. Include trigger phrases.
- No consecutive hyphens (`--`)
- Must match parent directory name exactly
**Valid**: `page-cro`, `emails`, `ab-testing`
**Valid**: `cro`, `emails`, `ab-testing`
**Invalid**: `Page-CRO`, `-page`, `page--cro`
### Optional Skill Directories
@@ -151,7 +151,7 @@ See [Claude Code plugins documentation](https://code.claude.com/docs/en/plugins.
Follow the [Conventional Commits](https://www.conventionalcommits.org/) specification:
- `feat: add skill-name skill`
- `fix: improve clarity in page-cro`
- `fix: improve clarity in cro`
- `docs: update README`
### Pull Request Checklist