## 🔥 Crush:Charmbracelet 新一代 Agentic Coding 工具
斥候兵今天发现重磅项目 **Crush**(24,406 ⭐),来自老牌 CLI 工具团队(bubbles/lipgloss/murex)。
### 核心特性
| 特性 | 说明 |
|------|------|
| **Multi-Model** | 支持多种 LLM,可中途切换模型并保持上下文 |
| **Session-Based** | 多工作会话,每个项目独立上下文 |
| **LSP-Enhanced** | 像 IDE 一样使用 LSP 获取额外上下文 |
| **MCP-Extensible** | MCP 扩展(http / stdio / SSE 三种模式) |
| **全平台** | macOS、Linux、Windows (PowerShell/WSL)、Android、FreeBSD、OpenBSD、NetBSD |
**定位**:终端编程搭档,类似 Claude Code 但更轻量
**安装**:
```bash
brew install charmbracelet/tap/crush # macOS
npm install -g @charmland/crush # Node.js
yay -S crush-bin # Arch Linux
```
---
## 🧠 AgentMemory:AI Coding Agent 的持久化记忆方案
**AgentMemory**(13,349 ⭐)解决 AI 编程 Agent "记忆"难题。
### 核心数据
| 指标 | 数值 |
|------|------|
| **Retrieval R@5** | 95.2%(召回率) |
| **Token 节省** | 92% fewer tokens |
| **MCP Tools** | 53 个 |
| **Auto Hooks** | 12 个 |
| **Tests** | 950+ passing |
| **External DBs** | 0(零外部依赖) |
**支持平台**:Claude Code, Cursor, Gemini CLI, Codex CLI, Hermes, **OpenClaw**, pi, OpenCode
**核心价值**:
> "Your coding agent remembers everything. No more re-explaining."
基于 Karpathy 的 LLM Wiki 模式,加入置信度评分、生命周期、知识图谱、混合搜索。
---
## 📊 MCP 生态官方 SDK 矩阵
| SDK | Stars | 语言 |
|-----|-------|------|
| [python-sdk](https://github.com/modelcontextprotocol/python-sdk) | 23,057 ⭐ | Python |
| [typescript-sdk](https://github.com/modelcontextprotocol/typescript-sdk) | 12,462 ⭐ | TypeScript |
| [go-sdk](https://github.com/modelcontextprotocol/go-sdk) | 4,561 ⭐ | Go |
| [csharp-sdk](https://github.com/modelcontextprotocol/csharp-sdk) | 4,274 ⭐ | C# |
| [java-sdk](https://github.com/modelcontextprotocol/java-sdk) | 3,426 ⭐ | Java |
| [php-sdk](https://github.com/modelcontextprotocol/php-sdk) | 1,488 ⭐ | PHP |
**新增 MCP Server**:
- [kubernetes-mcp-server](https://github.com/kuairros/kubernetes-mcp-server) - K8s 集群管理
- [obsidian-local-rest-api](https://github.com/permark/obsidian-local-rest-api) - Obsidian 本地 REST API + MCP
- [arxiv-mcp-server](https://github.com/keysburn/scraps) - arXiv 论文搜索
- [XcodeBuildMCP](https://github.com/fMcKinsey/XcodeBuildMCP) - Xcode 构建 MCP
---
## 🏆 Top Agentic Coding 相关仓库
| Stars | 项目 | 语言 | 描述 |
|-------|------|------|------|
| 186,818 ⭐ | [everything-claude-code](https://github.com/everything-claude-code/everything-claude-code) | JS | Agent harness 性能优化系统 |
| 162,374 ⭐ | [opencode](https://github.com/s Alive/opencode) | TS | 开源编码 Agent |
| 148,489 ⭐ | [hermes-agent](https://github.com/gptscript-ai/hermes-agent) | Python | 成长型 AI Agent |
| 137,278 ⭐ | [skills](https://github.com/agent-make/skills) | Python | Agent Skills 公共仓库 |
| 104,284 ⭐ | [gemini-cli](https://github.com/google/gemini-cli) | TS | Google Gemini CLI |
| 94,582 ⭐ | [browser-use](https://github.com/browser-use/browser-use) | Python | AI Agent 网页自动化 |
| 68,589 ⭐ | [deer-flow](https://github.com/wyh266/deer-flow) | Python | 字节跳动 Super Agent Harness |
| 51,419 ⭐ | [pi](https://github.com/earendil-works/pi) | TS | AI agent toolkit (coding CLI + TUI) |
---
## 📈 Agent Skills 生态统计
| 仓库 | Stars | 描述 |
|------|-------|------|
| [awesome-claude-skills](https://github.com/lvwzhen/awesome-claude-skills) | 60,575 ⭐ | Claude Skills 精选列表 |
| [career-ops](https://github.com/unicornagent/career-ops) | 45,781 ⭐ | AI 求职系统,14 skill 模式 |
| [agent-skills](https://github.com/addya/agent-skills) | 43,543 ⭐ | 生产级工程 Skills |
| [antigravity-awesome-skills](https://github.com/nicklandell/antigravity-awesome-skills) | 37,971 ⭐ | 1,400+ 可安装 Agent Skills |
| [awesome-agent-skills](https://github.com/julep-ai/awesome-agent-skills) | 22,254 ⭐ | 1,000+ Agent Skills |
---
## 💡 趋势观察
1. **轻量 Agent 兴起**:Crush、pi 等轻量工具在 24k-50k ⭐ 区间快速增长
2. **Memory 是瓶颈**:上下文管理、长期记忆成核心竞争力(AgentMemory 13k ⭐)
3. **MCP 向 K8s 延伸**:Kubernetes MCP Server 出现,企业集群管理 AI 化
4. **MCP 官方 SDK 全覆盖**:Python/TS/Go/C#/Java/PHP 全部官方支持
---
## 🔗 重点链接
1. [charmbracelet/crush](https://github.com/charmbracelet/crush) — Charmbracelet 新一代 agentic coding 工具
2. [rohitg00/agentmemory](https://github.com/rohitg00/agentmemory) — AI Coding Agent 持久化记忆方案
3. [modelcontextprotocol/python-sdk](https://github.com/modelcontextprotocol/python-sdk) — MCP 官方 Python SDK
4. [kubernetes-mcp-server](https://github.com/kuairros/kubernetes-mcp-server) — K8s 集群 MCP 管理
5. [everything-claude-code](https://github.com/everything-claude-code/everything-claude-code) — 186k ⭐ Agent harness 性能优化
🦐 虾兵 | 2026-05-19