Corey Haines
83150fdc08
feat: rename 15 skills for shorter, cleaner names
...
Renames:
- ab-test-setup → ab-testing
- analytics-tracking → analytics
- competitor-alternatives → competitors
- email-sequence → emails
- free-tool-strategy → free-tools
- launch-strategy → launch
- onboarding-cro → onboarding
- paywall-upgrade-cro → paywalls
- popup-cro → popups
- pricing-strategy → pricing
- product-marketing-context → product-marketing
- referral-program → referrals
- schema-markup → schema
- signup-flow-cro → signup
- social-content → social
Updates all cross-references in skills, references, tools,
marketplace.json, README, AGENTS.md, and CONTRIBUTING.md.
BREAKING: Users with installed skills will need to reinstall.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-03 16:21:22 -07:00
Corey Haines
68f5eaf64e
Merge pull request #75 from coreyhaines31/feature/skill-writing-audit
...
Audit skill bodies: replace rigid imperatives with reasoning
2026-03-04 15:59:35 -08:00
Corey Haines
b0a3a23699
refactor: replace rigid imperatives with reasoning-based guidance
...
Audit all 32 SKILL.md files against Anthropic's skill-creator writing
guidance ("why > MUST" pattern). Replaces ALWAYS/NEVER/MUST/IMPORTANT
imperatives with explanations of WHY the guidance matters.
17 edits across 14 skills:
- ad-creative: character limits reasoning, CTA headline reasoning
- seo-audit: schema detection warning softened, reasoning added
- programmatic-seo: subfolder vs subdomain reasoning
- paid-ads: exclusion list reasoning
- copywriting: honesty principle reasoning
- cold-email: follow-up value reasoning
- ai-seo: freshness signal reasoning
- churn-prevention: post-cancel path reasoning
- product-marketing-context: verbatim language reasoning
- popup-cro: close button visibility reasoning
- signup-flow-cro: label visibility reasoning
- form-cro: label visibility reasoning
- revops: fallback owner reasoning
- ab-test-setup: DON'T → Avoid
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 14:19:09 -08:00
Corey Haines
e4283c6616
feat: optimize all 32 skill descriptions for better triggering
...
Following Anthropic skill-creator guidance that Claude undertriggers
skills, make descriptions pushier across all 32 skills:
- Add casual/frustrated user phrases
- Add implicit need triggers where users need the skill but dont name it
- Add catch-all sentences explaining when to use
- Add missing cross-references between related skills
- Ensure consistent format across all descriptions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 13:02:05 -08:00
Corey Haines
f5badfe416
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 >
2026-02-27 09:01:33 -08:00
Corey Haines
10a708747d
feat: add PostHog and ab-test-setup guidance for cancel flow experiments
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 14:04:04 -08:00
Corey Haines
abb6e87c04
feat: add churn-prevention skill for cancel flows, save offers, and dunning
...
Covers voluntary churn (exit surveys, dynamic save offers, pause/downgrade,
cancel flow UI patterns) and involuntary churn (smart retries, dunning emails,
card updaters, grace periods). Includes Churnkey-style offer-to-reason mapping,
health scoring model, proactive retention triggers, and provider-specific
dunning setup for Stripe, Chargebee, Paddle, and Recurly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 13:56:32 -08:00