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 →...

claude-plugins-official 詳細教學 對應 repo: https://github.com/anthropics/claude-plugins-official(21.6k stars / 2.6k forks / 203 plugins,截至 2026-05-21) 1. 專案定位 1.1 它是什麼 Anthropic 官方維運的 Claude Code plugin (CC; 插件) 中央目錄。203 個 plugin 全部由一份 marketplace.json 管理,配上 7 個 CI workflow(其中最關鍵的是「Claude 自動跑資安審查」),實現「PR 進來 → AI 審查通過 → 才能合...

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...

Ruflo 詳細教學 本教學對應 repo commit 6d50dd8(2026-05-20,v3.7.0-alpha.72),最後驗證日 2026-05-21。 涵蓋專案定位、安裝(雙路設計)、核心架構、CLI 詳細用法、應用場景、資安、FAQ、進階技巧、整合 9 個章節,重點放在「33 個 plugin 工程模式 + lite/full 雙路安裝設計」。 1. 專案定位 1.1 是什麼 Ruflo(前名 claude-flow,npm 套件名仍是 claude-flow)是 ruvnet 主導的 Claude Code multi-agent orchestration 旗艦平台: 53k stars / 6k forks...

text-to-cad 詳細教學 對應 repo: https://github.com/earthtojake/text-to-cad(3.7k stars / 428 forks / MIT,截至 2026-05-21) 1. 專案定位 1.1 它是什麼 earthtojake (Jake Brukhman) 開源的 7 個跨 agent CAD skill 集合,把 coding agent(Claude Code / Codex / Cursor)變成 CAD 工程師: 生成:寫 build123d Python source → regenerate STEP / STL / 3MF / DXF / GLB 機器人:...

Anthropic Financial Services 詳細教學 本教學對應 repo commit 3edda1c (2026-05-19),最後驗證日 2026-05-20。 涵蓋專案定位、安裝、核心架構(“one source, two wrappers”)、scripts CLI、應用場景、資安、FAQ、進階技巧、整合 9 個章節,重點放在「可移植到其他領域的 plugin 工程模式」。 1. 專案定位 1.1 是什麼 Anthropic 官方的 Financial Services Industry (FSI) Claude 解決方案模板庫,內含: 10 個 named agents(end-to-end...

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...

SwiftClip 詳細教學 本教學對應 repo commit 1ab3903 (2026-05-11),最後驗證日 2026-05-20。 涵蓋專案定位、安裝、核心架構、CLI 詳細用法、應用情境、資安、FAQ、進階技巧、整合建議共 11 章。 1. 專案定位 1.1 是什麼 SwiftClip 同時是三件事: Remotion 影片模板庫 — 32 個生產級 .tsx 模板,從 ProductLaunch 到 Macintosh(含 WebGL panorama 的 AppleMovie) Next.js 16 預覽站 — swift-clip.vercel.app,可線上預覽每個模板 Claude Code / Codex...