Merge pull request #26 from coreyhaines31/feature/add-skillkit-option
Add SkillKit as installation option
This commit is contained in:
23
README.md
23
README.md
@@ -46,17 +46,17 @@ Skills are markdown files that give AI agents specialized knowledge and workflow
|
|||||||
|
|
||||||
### Option 1: CLI Install (Recommended)
|
### 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
|
```bash
|
||||||
# Install all skills
|
# Install all skills
|
||||||
npx add-skill coreyhaines31/marketingskills
|
npx skills add coreyhaines31/marketingskills
|
||||||
|
|
||||||
# Install specific skills
|
# Install specific skills
|
||||||
npx add-skill coreyhaines31/marketingskills --skill page-cro copywriting
|
npx skills add coreyhaines31/marketingskills --skill page-cro copywriting
|
||||||
|
|
||||||
# List available skills
|
# List available skills
|
||||||
npx add-skill coreyhaines31/marketingskills --list
|
npx skills add coreyhaines31/marketingskills --list
|
||||||
```
|
```
|
||||||
|
|
||||||
This automatically installs to your `.claude/skills/` directory.
|
This automatically installs to your `.claude/skills/` directory.
|
||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user