From ec20e0ae12f2239115be1b1d3424b517e30773b4 Mon Sep 17 00:00:00 2001 From: Bruno Guidolim Date: Fri, 27 Mar 2026 00:30:10 +0100 Subject: [PATCH 1/2] Replace hardcoded pack listings with tech pack browser link - Add Tech Packs badge linking to techpacks.mcs-cli.dev - Replace Quick Start pack example with browser discovery flow - Replace Real-World Examples table with Explore Tech Packs section --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a9756af..c929af5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Homebrew](https://img.shields.io/badge/Homebrew-tap-FBB040.svg?logo=homebrew&logoColor=white)](https://github.com/mcs-cli/homebrew-tap) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/mcs-cli/mcs) +[![Tech Packs](https://img.shields.io/badge/Tech_Packs-Browse-8B5CF6.svg)](https://techpacks.mcs-cli.dev) @@ -26,10 +27,10 @@ brew install mcs-cli/tap/mcs ### 2. Add tech packs +Browse available packs at **[techpacks.mcs-cli.dev](https://techpacks.mcs-cli.dev)**, then add them: + ```bash -# this is a real tech pack as example -# more info about tech packs below -mcs pack add mcs-cli/memory +mcs pack add owner/pack-name ``` ### 3. Sync a project @@ -86,17 +87,13 @@ You've spent hours getting Claude Code just right — MCP servers, plugins, hook --- -## 🔍 Real-World Examples +## 🔍 Explore Tech Packs -Packs are modular — mix and match what you need instead of one monolith: +Packs are modular — mix and match what you need instead of one monolith. Browse the full catalog, search by category, and find install commands: -| Pack | Description | Highlights | -|------|-------------|------------| -| [**dev**](https://github.com/mcs-cli/dev) | Foundational settings, plugins, git workflows, and code navigation | Plan mode, `/commit`, `/pr`, PR review agents, session-start git status | -| [**memory**](https://github.com/mcs-cli/memory) | Persistent memory and knowledge management across sessions | Ollama embeddings, semantic search via `docs-mcp-server`, auto-extracted learnings | -| [**ios**](https://github.com/mcs-cli/ios) | Xcode integration, simulator management, and Apple documentation | XcodeBuildMCP, Sosumi docs, auto-detected project config, simulator hooks | +**[techpacks.mcs-cli.dev](https://techpacks.mcs-cli.dev)** -> 💡 Use these as a starting point — fork one to build your own, or combine all three with `mcs pack add` for a complete setup. +> 💡 Can't find what you need? Build your own — see [Creating Tech Packs](docs/creating-tech-packs.md). --- From 94b3ff1319deed4b44f97c571e76c342e9c9394b Mon Sep 17 00:00:00 2001 From: Bruno Guidolim Date: Fri, 27 Mar 2026 00:31:17 +0100 Subject: [PATCH 2/2] Swap Tech Packs and DeepWiki badge order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c929af5..63b2232 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ [![macOS](https://img.shields.io/badge/macOS-13+-000000.svg?logo=apple&logoColor=white)](https://www.apple.com/macos/) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Homebrew](https://img.shields.io/badge/Homebrew-tap-FBB040.svg?logo=homebrew&logoColor=white)](https://github.com/mcs-cli/homebrew-tap) -[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/mcs-cli/mcs) [![Tech Packs](https://img.shields.io/badge/Tech_Packs-Browse-8B5CF6.svg)](https://techpacks.mcs-cli.dev) +[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/mcs-cli/mcs)