Marketing Skills v2.4.1
A patch release renaming the new pr skill (shipped in v2.4.0) to public-relations to avoid name collisions with pull-request-named skills common in other Claude Code plugins (code review, GitHub automation, etc.).
Total skills: 44 (unchanged)
The rename
pr was ambiguous as a skill name even though the description disambiguated ("not pull requests"). Renaming to public-relations matches the multi-word convention used elsewhere in the repo (co-marketing, cold-email, directory-submissions, marketing-plan).
The rename happened within hours of the initial v2.4.0 publish — before meaningful install adoption — so impact was minimal.
Changes
git mv skills/pr/ skills/public-relations/skills/public-relations/SKILL.md:name: pr→name: public-relationsskills/social/SKILL.md: cross-referencesee pr→see public-relationsVERSIONS.md: table row renamed and re-sorted (public-relationsnow betweenprospectingandreferrals); 2.4.0 entry updated to reflect the renameREADME.md: skills table row renamed and alphabetically re-sortedmarketplace.jsonmetadata.version2.4.0→2.4.1plugin.jsonversion2.4.0→2.4.1
Versioning rationale
- Skill: stays at 1.0.0 (no content change, just a rename within hours of debut)
- Repo: patch bump 2.4.0 → 2.4.1 (small targeted fix, no new functionality)