Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The whole repository is also packaged as a single plugin that bundles every cate
**Codex** — the repo ships `.codex-plugin/plugin.json`, so it is plugin-ready. To install today, use the CLI above (`npx skills add LLMQuant/skills -a codex`), or install a single category skill via the skill installer:

```text
$skill-installer install https://github.com/LLMQuant/skills/tree/main/skills/llmquant-options
$skill-installer install https://github.com/LLMQuant/skills/tree/master/skills/llmquant-options
```

**Cursor · Antigravity · other agents** — use the recommended CLI with the matching agent, e.g. `npx skills add LLMQuant/skills -a cursor` or `-a antigravity`.
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ npx skills add LLMQuant/skills -a codex
**Codex**:仓库里带了 `.codex-plugin/plugin.json`,已经可以当插件用。现在想装的话,用上面那条命令(`npx skills add LLMQuant/skills -a codex`),或者用 skill installer 装单个大类 skill:

```text
$skill-installer install https://github.com/LLMQuant/skills/tree/main/skills/llmquant-options
$skill-installer install https://github.com/LLMQuant/skills/tree/master/skills/llmquant-options
```

**Cursor、Antigravity、其他 Agent**:用上面推荐的命令,把 agent 名字换成对应的就行,比如 `npx skills add LLMQuant/skills -a cursor` 或 `-a antigravity`。
Expand Down