From 5f0c66a91a514ef2f650a8737d5f1e3af1f21f34 Mon Sep 17 00:00:00 2001 From: tangcent Date: Fri, 3 Apr 2026 06:57:46 +0800 Subject: [PATCH] doc: improve Skills section install instructions --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 61c7711..a9ab01d 100644 --- a/README.md +++ b/README.md @@ -20,19 +20,17 @@ One-IDE is built for developers who work across multiple environments simultaneo ## Skills (Terminal AI Tools) -When using AI tools in the terminal, they can't see what's open in your IDE. Install the `editor-context` skill to bridge that gap: +When using AI tools in the terminal, they can't see what's open in your IDE. Install the CLI and skill to bridge that gap: ```bash +# Install CLI +npm install -g one-ide-cli + +# Install CLI SKILL npx skills add tangcent/one-IDE -g -y ``` -This installs the skill to all detected AI tools globally. The skill guides them to use `one-ide-cli context ` to fetch your live editor state before responding. - -You can also install the CLI directly: - -```bash -npm install -g one-ide-cli -``` +The skill guides terminal AI tools (claude, gemini-cli, kiro-cli, codex, etc.) to use `one-ide-cli context ` to fetch your live editor state before responding. ## Architecture