From 0fc4ae1128713ca28ab2015fa1777cb3510ac41e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 19 Jan 2026 12:04:21 +0000 Subject: [PATCH 1/2] Initial plan From 4b899ed4543eb3d74b98a3b2a833adb2836d5dc4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 19 Jan 2026 12:06:17 +0000 Subject: [PATCH 2/2] fix: hyphenate compound modifiers for consistency Co-authored-by: CloudAI-X <252792870+CloudAI-X@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 722e4cc..4b14fd4 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ A curated, skill-level organized guide to essential resources for [Claude Code]( | Resource | Author | Description | |----------|--------|-------------| -| [Claude Code System Prompts](https://github.com/Piebald-AI/claude-code-system-prompts) | Piebald AI | All parts of Claude Code's system prompt including tool descriptions and sub agent prompts. Updated per version | +| [Claude Code System Prompts](https://github.com/Piebald-AI/claude-code-system-prompts) | Piebald AI | All parts of Claude Code's system prompt including tool descriptions and sub-agent prompts. Updated per version | | [tweakcc](https://github.com/Piebald-AI/tweakcc) | Piebald-AI | Command-line tool to customize Claude Code styling | | [cclogviewer](https://github.com/brads/cclogviewer) | Brad S. | Utility for viewing Claude Code .jsonl conversation files in HTML UI | | [claude-code-docs](https://github.com/constantinshafranski/claude-code-docs) | Constantin Shafranski | Mirror of Anthropic documentation with full-text search and query-time updates | @@ -238,7 +238,7 @@ A curated, skill-level organized guide to essential resources for [Claude Code]( | Resource | Author | Description | |----------|--------|-------------| -| [VoiceMode MCP](https://github.com/mbailey/voicemode) | Mike Bailey | Natural conversations for Claude Code supporting OpenAI API compatible voice services | +| [VoiceMode MCP](https://github.com/mbailey/voicemode) | Mike Bailey | Natural conversations for Claude Code supporting OpenAI API-compatible voice services | | [stt-mcp-server-linux](https://github.com/marcindulak/stt-mcp-server-linux) | marcindulak | Push-to-talk speech transcription for Linux using Python MCP server. Runs locally in Docker | ---