skillshelf 0.7.0 → 0.7.1

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.
Files changed (2) hide show
  1. package/README.md +3 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,8 @@
1
1
  # skillshelf
2
2
 
3
- **A package manager for your agent skills — one canonical library, loaded on demand, never all at once.**
3
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE) [![Bun](https://img.shields.io/badge/Bun-%E2%89%A51.2-black?logo=bun)](https://bun.sh) [![CI](https://img.shields.io/github/actions/workflow/status/Wang-Cankun/skillshelf/ci.yml?branch=main)](https://github.com/Wang-Cankun/skillshelf/actions) [![npm](https://img.shields.io/npm/v/skillshelf.svg)](https://www.npmjs.com/package/skillshelf)
4
4
 
5
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
6
- [![Bun](https://img.shields.io/badge/Bun-%E2%89%A51.2-black?logo=bun)](https://bun.sh)
7
- [![CI](https://img.shields.io/github/actions/workflow/status/Wang-Cankun/skillshelf/ci.yml?branch=main)](https://github.com/Wang-Cankun/skillshelf/actions)
8
- [![npm](https://img.shields.io/npm/v/skillshelf.svg)](https://www.npmjs.com/package/skillshelf)
5
+ **A package manager for your agent skills — one canonical library, loaded on demand, never all at once.**
9
6
 
10
7
  Your skills are scattered across **every agent you use** — `~/.claude/skills`, `~/.codex/skills`,
11
8
  `~/.cursor/skills`, Obsidian vaults, and a dozen per-project `.claude` dirs. Copies drift, you
@@ -222,7 +219,7 @@ Domains and tags can be inferred and re-run by an LLM via `skl infer`. **This is
222
219
  the entire core (search, ls, show, use, bundles, add, update) works fully without any LLM.**
223
220
  Inference has three mutually exclusive modes:
224
221
 
225
- ```
222
+ ```text
226
223
  skl infer [--emit | --apply <file.json> | --provider <name>] \
227
224
  [--base-url <url>] [--model <id>] [--include-retired] [--json]
228
225
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillshelf",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Agent-first skill registry + manager for Claude Code and compatible agents.",
5
5
  "type": "module",
6
6
  "license": "MIT",