From 66c596a717b93efecfad598c0a135d92fe804547 Mon Sep 17 00:00:00 2001 From: Alexander Zuev Date: Tue, 21 Oct 2025 18:48:46 +0300 Subject: [PATCH 1/2] Add Conduit8 to Command-line tools CLI registry for discovering, installing, and managing Claude Code skills. Provides one-command installation of 20+ curated skills to ~/.claude/skills/. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fca8a38..69cf2a1 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [poorcoder](https://github.com/vgrichina/poorcoder) — A collection of Bash scripts to extract code context, apply changes from markdown, and generate AI commit messages while using web-based LLMs. - [Vibe Compiler (vibec)](https://github.com/Strawberry-Computer/vibe-compiler) — A self-compiling tool that transforms markdown-based prompt stacks into code and tests using LLM generation. Works with any LLM via OpenRouter, including Claude, ChatGPT, and Grok. - [cmd-ai](https://github.com/BrodaNoel/cmd-ai) - Turns natural language into executable shell commands (ei.: `ai Tell me the free space on disk`) +- [Conduit8](https://github.com/alexander-zuev/conduit8) — CLI registry for discovering, installing, and managing Claude Code skills. Search 20+ curated skills by keyword or category, install directly to ~/.claude/skills/ with one command. ### Desktop From 5a7165540ee90bfd2ed892d7fb689114d3271a8b Mon Sep 17 00:00:00 2001 From: Alexander Zuev Date: Fri, 24 Oct 2025 12:39:29 +0300 Subject: [PATCH 2/2] Update Conduit8 repository link to organization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69cf2a1..da6a395 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [poorcoder](https://github.com/vgrichina/poorcoder) — A collection of Bash scripts to extract code context, apply changes from markdown, and generate AI commit messages while using web-based LLMs. - [Vibe Compiler (vibec)](https://github.com/Strawberry-Computer/vibe-compiler) — A self-compiling tool that transforms markdown-based prompt stacks into code and tests using LLM generation. Works with any LLM via OpenRouter, including Claude, ChatGPT, and Grok. - [cmd-ai](https://github.com/BrodaNoel/cmd-ai) - Turns natural language into executable shell commands (ei.: `ai Tell me the free space on disk`) -- [Conduit8](https://github.com/alexander-zuev/conduit8) — CLI registry for discovering, installing, and managing Claude Code skills. Search 20+ curated skills by keyword or category, install directly to ~/.claude/skills/ with one command. +- [Conduit8](https://github.com/conduit8/conduit8) — CLI registry for discovering, installing, and managing Claude Code skills. Search 20+ curated skills by keyword or category, install directly to ~/.claude/skills/ with one command. ### Desktop