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] 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: