@skillsmith/cli 0.3.7 → 0.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @skillsmith/cli
2
2
 
3
- Command-line interface for Skillsmith - discover, manage, and author Claude Code skills.
3
+ Command-line interface for Skillsmith - discover, manage, and author agent skills.
4
4
 
5
5
  ## What's New in v0.3.1
6
6
 
@@ -293,7 +293,7 @@ npm install
293
293
  npm run dev # Start in development mode
294
294
  ```
295
295
 
296
- **Configure in Claude Code** (`~/.claude/settings.json`):
296
+ **Configure in your MCP client settings** (`~/.claude/settings.json`):
297
297
  ```json
298
298
  {
299
299
  "mcpServers": {
@@ -510,7 +510,7 @@ npm install
510
510
  # Start development server
511
511
  npm run dev
512
512
 
513
- # Add to Claude Code settings
513
+ # Add to MCP client settings
514
514
  # Edit ~/.claude/settings.json to include the server
515
515
  ```
516
516