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 <noreply@anthropic.com>
This commit is contained in:
parent
492097485f
commit
0906dd07ff
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -98,6 +98,21 @@ Then reference skills from `.claude/marketingskills/skills/`.
|
||||||
2. Customize skills for your specific needs
|
2. Customize skills for your specific needs
|
||||||
3. Clone your fork into your projects
|
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
|
## Usage
|
||||||
|
|
||||||
Once installed, just ask Claude Code to help with marketing tasks:
|
Once installed, just ask Claude Code to help with marketing tasks:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue