教學:diffusionstudio/lottie — 用編碼代理生成 Lottie 動畫 1. 專案定位 diffusionstudio/lottie(專案內部代號 Text-to-Lottie)解決的問題是:讓 Claude Code、Codex 這類「支援 Agent Skills 的編碼代理」直接產出可用於生產環境的 Lottie (動畫格式; 又稱 Bodymovin JSON) 動畫檔,而不是讓人工在 After Effects 裡逐幀調整。 它不是一個「Lottie 播放器 library」,而是兩件事的組合: 一份 Agent Skill(skills/text-to-lottie/):把「...

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

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

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 機器人:...

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