Skip to content

Commit 380018f

Browse files
committed
docs(kimi): Kimi install instruction added. All agents in alphabetical order.
1 parent 9c6d8ed commit 380018f

6 files changed

Lines changed: 390 additions & 181 deletions

File tree

.github/install/INSTALL.ja.md

Lines changed: 64 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -165,28 +165,6 @@ codex plugin marketplace remove i-have-adhd
165165

166166
</details>
167167

168-
<details>
169-
<summary><strong>Kimi Code CLI</strong></summary>
170-
171-
Kimi Code セッションを開始してから、次を実行します:
172-
173-
1. `/plugins` を実行する。
174-
2. **Custom** を選ぶ。
175-
3. `https://github.com/ayghri/i-have-adhd` を貼り付けて Enter を押す。
176-
4. **Trust and install** を選ぶ。
177-
178-
slash コマンド `/skill:i-have-adhd` を使って、このスキルを明示的に呼び出します。
179-
180-
### 更新
181-
182-
Kimi Code セッションで `/plugins` を実行し、**I Have ADHD** にカーソルを合わせて `R` を押します。
183-
184-
### アンインストール
185-
186-
Kimi Code セッションで `/plugins` を実行し、**I Have ADHD** にカーソルを合わせて `D` を押します。
187-
188-
</details>
189-
190168
<details>
191169
<summary><strong>Gemini CLI</strong></summary>
192170

@@ -309,7 +287,6 @@ Copilot は `disable-model-invocation` を尊重します。Claude Code と同
309287

310288
</details>
311289

312-
313290
<details>
314291
<summary><strong>Hermes</strong></summary>
315292

@@ -374,6 +351,29 @@ tap も削除する場合は、`hermes skills tap remove ayghri/i-have-adhd` を
374351

375352
</details>
376353

354+
<details>
355+
<summary><strong>Kimi Code CLI</strong></summary>
356+
357+
Kimi Code セッションを開始してから、次を実行します:
358+
359+
1. `/plugins` を実行する。
360+
2. **Custom** を選ぶ。
361+
3. `https://github.com/ayghri/i-have-adhd` を貼り付けて Enter を押す。
362+
4. **Trust and install** を選ぶ。
363+
364+
slash コマンド `/skill:i-have-adhd` を使って、このスキルを明示的に呼び出します。
365+
366+
### 更新
367+
368+
Kimi Code セッションで `/plugins` を実行し、**I Have ADHD** にカーソルを合わせて `R` を押します。
369+
370+
### アンインストール
371+
372+
Kimi Code セッションで `/plugins` を実行し、**I Have ADHD** にカーソルを合わせて `D` を押します。
373+
374+
</details>
375+
376+
377377
<details>
378378
<summary><strong>Pi</strong></summary>
379379

@@ -451,6 +451,47 @@ npx skills remove i-have-adhd
451451
</details>
452452

453453

454+
<details>
455+
<summary><strong>Qwen Code</strong></summary>
456+
457+
### インストール
458+
459+
```bash
460+
qwen extensions install ayghri/i-have-adhd
461+
```
462+
463+
Qwen Code は GitHub の短縮表記をサポートし、このリポジトリをネイティブ拡張機能としてインストールします。拡張機能は `skills/` 配下のスキルを検出します。
464+
465+
スキルを明示的に呼び出すには `/i-have-adhd` を入力します。拡張機能をインストールしただけでは、スキルを呼び出すまで出力は変わりません。
466+
467+
### 確認
468+
469+
```bash
470+
qwen extensions list
471+
```
472+
473+
次に新しい Qwen Code セッションを開始し、以下を実行します:
474+
475+
```text
476+
/skills
477+
```
478+
479+
一覧に `i-have-adhd` が表示されることを確認します。
480+
481+
### 更新
482+
483+
```bash
484+
qwen extensions update i-have-adhd
485+
```
486+
487+
### アンインストール
488+
489+
```bash
490+
qwen extensions uninstall i-have-adhd
491+
```
492+
493+
</details>
494+
454495
<details>
455496
<summary><strong>Zed</strong></summary>
456497

.github/install/INSTALL.ko.md

Lines changed: 64 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -165,28 +165,6 @@ codex plugin marketplace remove i-have-adhd
165165

166166
</details>
167167

168-
<details>
169-
<summary><strong>Kimi Code CLI</strong></summary>
170-
171-
Kimi Code 세션을 시작한 뒤 다음을 수행하세요.
172-
173-
1. `/plugins`를 실행합니다.
174-
2. **Custom**을 선택합니다.
175-
3. `https://github.com/ayghri/i-have-adhd`를 붙여넣고 Enter를 누릅니다.
176-
4. **Trust and install**을 선택합니다.
177-
178-
slash 명령 `/skill:i-have-adhd`로 이 스킬을 명시적으로 호출하세요.
179-
180-
### 업데이트
181-
182-
Kimi Code 세션에서 `/plugins`를 실행하고 **I Have ADHD**에 커서를 맞춘 뒤 `R`을 누르세요.
183-
184-
### 제거
185-
186-
Kimi Code 세션에서 `/plugins`를 실행하고 **I Have ADHD**에 커서를 맞춘 뒤 `D`를 누르세요.
187-
188-
</details>
189-
190168
<details>
191169
<summary><strong>Gemini CLI</strong></summary>
192170

@@ -309,7 +287,6 @@ Copilot은 `disable-model-invocation`을 따릅니다. Claude Code와 마찬가
309287

310288
</details>
311289

312-
313290
<details>
314291
<summary><strong>Hermes</strong></summary>
315292

@@ -374,6 +351,29 @@ tap도 제거하려면 `hermes skills tap remove ayghri/i-have-adhd`를 실행
374351

375352
</details>
376353

354+
<details>
355+
<summary><strong>Kimi Code CLI</strong></summary>
356+
357+
Kimi Code 세션을 시작한 뒤 다음을 수행하세요.
358+
359+
1. `/plugins`를 실행합니다.
360+
2. **Custom**을 선택합니다.
361+
3. `https://github.com/ayghri/i-have-adhd`를 붙여넣고 Enter를 누릅니다.
362+
4. **Trust and install**을 선택합니다.
363+
364+
slash 명령 `/skill:i-have-adhd`로 이 스킬을 명시적으로 호출하세요.
365+
366+
### 업데이트
367+
368+
Kimi Code 세션에서 `/plugins`를 실행하고 **I Have ADHD**에 커서를 맞춘 뒤 `R`을 누르세요.
369+
370+
### 제거
371+
372+
Kimi Code 세션에서 `/plugins`를 실행하고 **I Have ADHD**에 커서를 맞춘 뒤 `D`를 누르세요.
373+
374+
</details>
375+
376+
377377
<details>
378378
<summary><strong>Pi</strong></summary>
379379

@@ -451,6 +451,47 @@ npx skills remove i-have-adhd
451451
</details>
452452

453453

454+
<details>
455+
<summary><strong>Qwen Code</strong></summary>
456+
457+
### 설치
458+
459+
```bash
460+
qwen extensions install ayghri/i-have-adhd
461+
```
462+
463+
Qwen Code는 GitHub 축약 표기를 지원하며 이 저장소를 네이티브 확장으로 설치합니다. 확장은 `skills/` 아래의 스킬을 검색합니다.
464+
465+
`/i-have-adhd`를 입력해 이 스킬을 명시적으로 호출하세요. 확장만 설치해도 스킬을 호출하기 전까지 출력은 바뀌지 않습니다.
466+
467+
### 확인
468+
469+
```bash
470+
qwen extensions list
471+
```
472+
473+
그런 다음 새 Qwen Code 세션을 시작하고 다음을 실행하세요.
474+
475+
```text
476+
/skills
477+
```
478+
479+
목록에 `i-have-adhd`가 표시되는지 확인하세요.
480+
481+
### 업데이트
482+
483+
```bash
484+
qwen extensions update i-have-adhd
485+
```
486+
487+
### 제거
488+
489+
```bash
490+
qwen extensions uninstall i-have-adhd
491+
```
492+
493+
</details>
494+
454495
<details>
455496
<summary><strong>Zed</strong></summary>
456497

.github/install/INSTALL.pt-BR.md

Lines changed: 64 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -165,28 +165,6 @@ Exceções: explique por completo quando pedirem. Confirme antes de ações dest
165165

166166
</details>
167167

168-
<details>
169-
<summary><strong>Kimi Code CLI</strong></summary>
170-
171-
Inicie uma sessão do Kimi Code e:
172-
173-
1. Execute `/plugins`.
174-
2. Selecione **Custom**.
175-
3. Cole `https://github.com/ayghri/i-have-adhd` e pressione Enter.
176-
4. Selecione **Trust and install**.
177-
178-
Use o comando slash `/skill:i-have-adhd` para invocar a skill explicitamente.
179-
180-
### Atualizar
181-
182-
Em uma sessão do Kimi Code, execute `/plugins`, posicione o cursor em **I Have ADHD** e pressione `R`.
183-
184-
### Desinstalar
185-
186-
Em uma sessão do Kimi Code, execute `/plugins`, posicione o cursor em **I Have ADHD** e pressione `D`.
187-
188-
</details>
189-
190168
<details>
191169
<summary><strong>Gemini CLI</strong></summary>
192170

@@ -309,7 +287,6 @@ Exceções: explique por completo quando pedirem. Confirme antes de ações dest
309287

310288
</details>
311289

312-
313290
<details>
314291
<summary><strong>Hermes</strong></summary>
315292

@@ -374,6 +351,29 @@ Exceções: explique por completo quando pedirem. Confirme antes de ações dest
374351

375352
</details>
376353

354+
<details>
355+
<summary><strong>Kimi Code CLI</strong></summary>
356+
357+
Inicie uma sessão do Kimi Code e:
358+
359+
1. Execute `/plugins`.
360+
2. Selecione **Custom**.
361+
3. Cole `https://github.com/ayghri/i-have-adhd` e pressione Enter.
362+
4. Selecione **Trust and install**.
363+
364+
Use o comando slash `/skill:i-have-adhd` para invocar a skill explicitamente.
365+
366+
### Atualizar
367+
368+
Em uma sessão do Kimi Code, execute `/plugins`, posicione o cursor em **I Have ADHD** e pressione `R`.
369+
370+
### Desinstalar
371+
372+
Em uma sessão do Kimi Code, execute `/plugins`, posicione o cursor em **I Have ADHD** e pressione `D`.
373+
374+
</details>
375+
376+
377377
<details>
378378
<summary><strong>Pi</strong></summary>
379379

@@ -451,6 +451,47 @@ Exceções: explique por completo quando pedirem. Confirme antes de ações dest
451451
</details>
452452

453453

454+
<details>
455+
<summary><strong>Qwen Code</strong></summary>
456+
457+
### Instalar
458+
459+
```bash
460+
qwen extensions install ayghri/i-have-adhd
461+
```
462+
463+
O Qwen Code aceita a forma abreviada do GitHub e instala o repositório como extensão nativa. A extensão encontra a skill em `skills/`.
464+
465+
Digite `/i-have-adhd` para invocar a skill explicitamente. Instalar a extensão não altera a saída até que a skill seja invocada.
466+
467+
### Verificar
468+
469+
```bash
470+
qwen extensions list
471+
```
472+
473+
Depois, inicie uma nova sessão do Qwen Code e execute:
474+
475+
```text
476+
/skills
477+
```
478+
479+
Confirme que `i-have-adhd` aparece na lista.
480+
481+
### Atualizar
482+
483+
```bash
484+
qwen extensions update i-have-adhd
485+
```
486+
487+
### Desinstalar
488+
489+
```bash
490+
qwen extensions uninstall i-have-adhd
491+
```
492+
493+
</details>
494+
454495
<details>
455496
<summary><strong>Zed</strong></summary>
456497

0 commit comments

Comments
 (0)