|
2 | 2 |
|
3 | 3 | <p align="center"> |
4 | 4 | <a href="https://github.com/majiayu000/caude-skill-manager/releases"><img src="https://img.shields.io/github/v/release/majiayu000/caude-skill-manager?style=flat-square" alt="Release"></a> |
5 | | - <img src="https://img.shields.io/badge/Go-1.21+-00ADD8?style=flat-square&logo=go" alt="Go"> |
| 5 | + <img src="https://img.shields.io/badge/Go-1.25+-00ADD8?style=flat-square&logo=go" alt="Go"> |
6 | 6 | <img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square" alt="License"> |
7 | 7 | <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome"> |
8 | 8 | </p> |
|
20 | 20 | ## Why sk? |
21 | 21 |
|
22 | 22 | - 🚀 **One-command install** — `sk install user/repo` |
23 | | -- 🔄 **Batch update** — `sk update` to update all skills |
| 23 | +- 🔄 **Batch update** — `sk update` (coming soon) |
24 | 24 | - 🔍 **Smart search** — `sk search testing` |
25 | 25 | - 🩺 **Health check** — `sk doctor` to find issues |
26 | 26 | - 🎨 **Beautiful TUI** — Built with [Charm](https://charm.sh) |
@@ -55,6 +55,9 @@ sk install anthropics/skills/docx |
55 | 55 | sk install obra/superpowers |
56 | 56 | sk install https://github.com/user/repo |
57 | 57 |
|
| 58 | +# Install a skill by registry name |
| 59 | +sk install docx |
| 60 | + |
58 | 61 | # List installed skills |
59 | 62 | sk list |
60 | 63 |
|
@@ -120,6 +123,9 @@ Anthropic Official (anthropics/skills) |
120 | 123 | ## Supported Sources |
121 | 124 |
|
122 | 125 | ```bash |
| 126 | +# From registry by name |
| 127 | +sk install docx |
| 128 | + |
123 | 129 | # Short format |
124 | 130 | sk install owner/repo # Entire repo |
125 | 131 | sk install owner/repo/path # Subdirectory (monorepo) |
@@ -152,10 +158,14 @@ Config file: `~/.skrc` |
152 | 158 | ```json |
153 | 159 | { |
154 | 160 | "skills_dir": "~/.claude/skills", |
155 | | - "registry": "github" |
| 161 | + "registry": "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main" |
156 | 162 | } |
157 | 163 | ``` |
158 | 164 |
|
| 165 | +Registry cache: |
| 166 | +- Location: `~/.cache/sk/registry.json` |
| 167 | +- TTL: 24 hours (cache is ignored after expiry) |
| 168 | + |
159 | 169 | ## Built With |
160 | 170 |
|
161 | 171 | - [Cobra](https://github.com/spf13/cobra) — CLI framework |
|
0 commit comments