Skip to content

Commit 4ecb37a

Browse files
ya-luotaoclaude
andcommitted
Remove skills.sh install option from README
Only the Plugin Marketplace method remains as the skill installation path. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d34b81c commit 4ecb37a

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,7 @@ gem install claude-agent-sdk
128128

129129
### Agentic Coding Skill
130130

131-
If you're using [Claude Code](https://claude.ai/claude-code) or another agentic coding tool that supports [skills](https://skills.sh), you can install the SDK skill:
132-
133-
**Option 1: Via Plugin Marketplace (recommended)**
134-
135-
This repo is a Claude Code plugin marketplace. Add it once, then install the skill:
131+
If you're using [Claude Code](https://claude.ai/claude-code), this repo is a Claude Code plugin marketplace. Add it once, then install the skill:
136132

137133
```bash
138134
# Add the marketplace
@@ -142,12 +138,6 @@ This repo is a Claude Code plugin marketplace. Add it once, then install the ski
142138
/plugin install claude-agent-ruby@claude-agent-sdk-ruby
143139
```
144140

145-
**Option 2: Via skills.sh**
146-
147-
```bash
148-
npx skills add https://github.com/ya-luotao/claude-agent-sdk-ruby --skill claude-agent-sdk-ruby
149-
```
150-
151141
This skill teaches your AI coding assistant about the SDK's APIs, patterns, and best practices, making it easier to get help writing code that uses this SDK.
152142

153143
## Quick Start

0 commit comments

Comments
 (0)