open-slide 詳細教學 對應 repo: https://github.com/1weiho/open-slide(3.5k stars / 248 forks / @open-slide/core@1.6.0,截至 2026-05-22) 1. 專案定位 1.1 它是什麼 1weiho (Yiwei Ho) 開源的 agent-native React 簡報框架。核心理念:「slides are visual code, agents are great at writing code; the missing runtime turns ‘make slides about X’ into a polished...
agency-agents 詳細教學 對應 repo: https://github.com/msitarzewski/agency-agents(103k stars / 17k forks / MIT,截至 2026-05-21) 1. 專案定位 1.1 它是什麼 Matt Sitarzewski 開源的 「一個 repo = 一整家 AI 顧問公司」。190+ 個 agent persona(不是空白 prompt template!)按 17 個 division 分類:工程、設計、行銷、銷售、產品、財務、學術、法務、醫療、遊戲、VR … 一份 root .md → convert.sh 轉成 11 個 AI 工具的專屬格...
agentmemory 詳細教學 對應 repo: https://github.com/rohitg00/agentmemory(15.6k stars / 1.3k forks / v0.9.21,截至 2026-05-21) 1. 專案定位 1.1 它是什麼 agentmemory 是 跨 AI 編碼 agent 的持久記憶基礎設施。把所有 agent 對話 / 工具呼叫 / 失敗 / commit 自動 capture 到本地 server(port :3111),用 BM25 + Vector embedding + Knowledge Graph 三路混合檢索,並用 4-tier 整合(working →...
garden-skills 詳細教學 對應 repo: https://github.com/ConardLi/garden-skills(5.5k stars / 803 forks / 4 skills / MIT,截至 2026-05-21) 1. 專案定位 1.1 它是什麼 ConardLi 個人開源的 跨 AI Agent skill 集合。4 個 skill 全部按 SKILL.md 標準寫成(agentskills.io 規格),同一份 skill 可以在 Claude Code / Cursor / Codex / Gemini CLI / OpenCode 上跑。每個 skill...
RTK (Rust Token Killer) 完整教學 一句話:在 LLM agent 跑 shell 命令前先過濾、分群、去重、截斷輸出,把 token 消耗砍 60–90%。 1. 專案定位 RTK (Rust Token Killer; Rust token 殺手) 是 Rust 寫的 CLI proxy,定位是「AI agent 與 shell 之間的壓縮層」。和其他類似工具比較: 維度 RTK LiteLLM proxy promptfoo 自寫 hook 目標 砍 shell command 輸出 token LLM API 路由 Prompt 評估 DIY 部署 單 Rust binary,零依賴 Python...