Skip to content

Commit f3aa742

Browse files
committed
docs: wrap language installers in collapsible details block
1 parent cae57fb commit f3aa742

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,31 +174,36 @@ A Claude Code plugin that transforms your workflow to use persistent markdown fi
174174
npx skills add OthmanAdi/planning-with-files --skill planning-with-files -g
175175
```
176176

177-
العربية / Arabic:
177+
<details>
178+
<summary><strong>🌐 Available in 5 other languages</strong></summary>
179+
180+
**🇸🇦 العربية / Arabic**
178181
```bash
179182
npx skills add OthmanAdi/planning-with-files --skill planning-with-files-ar -g
180183
```
181184

182-
Deutsch / German:
185+
**🇩🇪 Deutsch / German**
183186
```bash
184187
npx skills add OthmanAdi/planning-with-files --skill planning-with-files-de -g
185188
```
186189

187-
Español / Spanish:
190+
**🇪🇸 Español / Spanish**
188191
```bash
189192
npx skills add OthmanAdi/planning-with-files --skill planning-with-files-es -g
190193
```
191194

192-
中文版 / Chinese (Simplified):
195+
**🇨🇳 中文版 / Chinese (Simplified)**
193196
```bash
194197
npx skills add OthmanAdi/planning-with-files --skill planning-with-files-zh -g
195198
```
196199

197-
正體中文版 / Chinese (Traditional):
200+
**🇹🇼 正體中文版 / Chinese (Traditional)**
198201
```bash
199202
npx skills add OthmanAdi/planning-with-files --skill planning-with-files-zht -g
200203
```
201204

205+
</details>
206+
202207
Works with Claude Code, Cursor, Codex, Gemini CLI, and 40+ agents supporting the [Agent Skills](https://agentskills.io) spec.
203208

204209
<details>

0 commit comments

Comments
 (0)