diff --git a/README.md b/README.md index a6cbbbd..47895c4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The same skills are packaged in five formats so you can use whichever tool fits - **Cursor** — rule files (`cursor/rules/`) - **Codex / OpenAI agents** — markdown tree (`codex/`) - **Gemini CLI** — extension manifest (`gemini-extension.json`) -- **[skills](https://github.com/anthropics/skills) CLI** — pulls any single skill on demand +- **`skills` CLI** — pulls any single skill on demand You only need to install one. Pick the section below that matches your tool. @@ -21,7 +21,7 @@ You only need to install one. Pick the section below that matches your tool. ### Claude Code ``` -/plugin marketplace add +/plugin marketplace add contentstack/contentstack-agent-skills /plugin install contentstack-skills ``` @@ -38,13 +38,33 @@ Point your agent at this repo or copy the `codex/` directory into your project. ### Gemini CLI ``` -gemini extensions install +gemini extensions install https://github.com/contentstack/contentstack-agent-skills ``` -### skills CLI (single skill on demand) +### skills CLI + +Install the whole bundle: + +``` +npx skills add contentstack/contentstack-agent-skills +``` + +Install a single skill: + +``` +npx skills add contentstack/contentstack-agent-skills@ +``` + +or, using the full repo URL and the `--skill` flag: + +``` +npx skills add https://github.com/contentstack/contentstack-agent-skills --skill +``` + +Install several specific skills in one command by repeating `--skill`: ``` -npx skills add @ +npx skills add contentstack/contentstack-agent-skills --skill --skill ``` ## Skills included