From 94f0c123487947b6467e61a6c9a0bc0a3cace39a Mon Sep 17 00:00:00 2001 From: Andrew Qu Date: Mon, 26 Jan 2026 16:05:06 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d12375f..4b1d397 100644 --- a/README.md +++ b/README.md @@ -44,17 +44,17 @@ Skills are markdown files that give AI agents specialized knowledge and workflow ### Option 1: CLI Install (Recommended) -Use [add-skill](https://github.com/vercel-labs/add-skill) to install skills directly: +Use [npx skills](https://github.com/vercel-labs/skills) to install skills directly: ```bash # Install all skills -npx add-skill coreyhaines31/marketingskills +npx skills add coreyhaines31/marketingskills # Install specific skills -npx add-skill coreyhaines31/marketingskills --skill page-cro copywriting +npx skills add coreyhaines31/marketingskills --skill page-cro copywriting # List available skills -npx add-skill coreyhaines31/marketingskills --list +npx skills add coreyhaines31/marketingskills --list ``` This automatically installs to your `.claude/skills/` directory. From 0906dd07ffb86800641aebd36fa0632f979f4b8a Mon Sep 17 00:00:00 2001 From: Corey Haines <34802794+coreyhaines31@users.noreply.github.com> Date: Mon, 26 Jan 2026 17:37:54 -0800 Subject: [PATCH 2/2] Add SkillKit as installation option Add Option 6 for SkillKit, which allows installing skills across multiple AI agents (Claude Code, Cursor, Copilot, etc.). Closes #3, closes #4 Co-Authored-By: Claude Opus 4.5 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b34ce76..3fcfdf4 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,21 @@ Then reference skills from `.claude/marketingskills/skills/`. 2. Customize skills for your specific needs 3. Clone your fork into your projects +### Option 6: SkillKit (Multi-Agent) + +Use [SkillKit](https://github.com/rohitg00/skillkit) to install skills across multiple AI agents (Claude Code, Cursor, Copilot, etc.): + +```bash +# Install all skills +npx skillkit install coreyhaines31/marketingskills + +# Install specific skills +npx skillkit install coreyhaines31/marketingskills --skill page-cro copywriting + +# List available skills +npx skillkit install coreyhaines31/marketingskills --list +``` + ## Usage Once installed, just ask Claude Code to help with marketing tasks: