From 510528883b51ff81ad8931171d1e760983e201f9 Mon Sep 17 00:00:00 2001 From: Alexander Zuev Date: Tue, 21 Oct 2025 18:57:21 +0300 Subject: [PATCH 1/2] Add Conduit8 to Shell & CLI Assistants 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 58ec3b0..11c4489 100644 --- a/readme.md +++ b/readme.md @@ -199,6 +199,7 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera - **[GitHub Copilot CLI](https://github.com/cli/cli/tree/trunk/pkg/cmd/copilot)**: Official GitHub AI assistant for command-line with context-aware command suggestions. - **[ShellGPT](https://github.com/TheR1D/shell_gpt)**: Command-line tool integrating ChatGPT for shell command generation and system administration. - **[AICommits](https://github.com/Nutlope/aicommits)**: AI-powered tool for generating meaningful Git commit messages based on code changes. +- **[Conduit8](https://github.com/alexander-zuev/conduit8)**: CLI registry for discovering, installing, and managing Claude Code skills with one-command installation to ~/.claude/skills/. --- From d4ec2da41af3e5b5eaf6451b66c44bc7d435a7db Mon Sep 17 00:00:00 2001 From: Alexander Zuev Date: Fri, 24 Oct 2025 12:40:59 +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 11c4489..9398235 100644 --- a/readme.md +++ b/readme.md @@ -199,7 +199,7 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera - **[GitHub Copilot CLI](https://github.com/cli/cli/tree/trunk/pkg/cmd/copilot)**: Official GitHub AI assistant for command-line with context-aware command suggestions. - **[ShellGPT](https://github.com/TheR1D/shell_gpt)**: Command-line tool integrating ChatGPT for shell command generation and system administration. - **[AICommits](https://github.com/Nutlope/aicommits)**: AI-powered tool for generating meaningful Git commit messages based on code changes. -- **[Conduit8](https://github.com/alexander-zuev/conduit8)**: CLI registry for discovering, installing, and managing Claude Code skills with one-command installation to ~/.claude/skills/. +- **[Conduit8](https://github.com/conduit8/conduit8)**: CLI registry for discovering, installing, and managing Claude Code skills with one-command installation to ~/.claude/skills/. ---