Ship Faster — VoxYZ 核心開源(2026-04-24 發現)
VoxYZ 的實際技術棧就是 ship-faster(GitHub MIT 開源 Claude Code skill 包),一行 curl 可裝,含 self-improving loop 核心
發現時間:2026-04-24 03:55 — vampire 問 VoxYZ 無人化真貨,我去查得到。
位置:
- GitHub: https://github.com/Heyvhuang/ship-faster (341 stars, MIT)
- 創辦人:Heyvhuang (VoxYZ creator)
- 一行安裝:
bash
curl -L https://github.com/Heyvhuang/ship-faster/archive/refs/heads/main.tar.gz \
| tar -xz --strip-components=2 -C ~/.claude/skills ship-faster-main/skills/
- 下載到 /tmp/ship-faster-main/ 已經有
結構(30+ skills): - service: cloudflare / mcp-cloudflare / mcp-stripe / mcp-supabase / stripe / supabase - workflow: brainstorm / creator / execute-plans / feature-shipper / project-intake / ship-faster / template-extractor / template-seeder - review: clean-code / doc-consistency / merge-readiness / quality / react-best-practices / seo-audit - tool: ast-grep-rules / better-auth / design-style-selector / hooks-doctor / openclaw / programmatic-seo / schema-markup / systematic-debugging / ui-ux-pro-max / x-article-publisher - meta(最關鍵): skill-creator / skill-evolution / skill-improver ← 這兩個是 VoxYZ 式 self-improving loop 的核心 - 其他: deep-research / publish-x-article / cleanup 等
skill-evolution 是什麼: - 在每個「big task」結束後,讓 agent 自己反省 60 秒 - 捕捉 context + failures 到 artifacts - 用 skill-improver 產出「最小 patch 建議」(不自動改) - 人工 review 後 apply - 相當於 VoxYZ 的 Self-improving SOP loop
對 vampire 的適用性: - ✅ skill-evolution / skill-improver — 純 meta,通用 - ✅ workflow-brainstorm / feature-shipper / project-intake — 通用工作流 - ✅ review-* — 通用代碼 review - ✅ deep-research / tool-systematic-debugging — 通用工具 - ⚠️ cloudflare / stripe / supabase — 他用 Python/Flask/SQLite 不是 Next.js stack - ⚠️ tool-better-auth / schema-markup — 偏 Next.js / SaaS 生態
吸收計畫(下次 session 執行): 1. 先 backup ~/.claude/skills(vampire 已有 gstack) 2. 選擇性 copy 只要:skill-evolution, skill-improver, workflow-brainstorm, review-quality, deep-research 3. 不覆蓋現有 skill 名稱(避免衝突) 4. 讓 CC Daemon 每日呼叫 skill-evolution 做自我反省
vampire 原話對照: - 「為什麼 yz 能做到無人化」→ 答案是他們用這套 skills - 「是你認為還是你想偷懶」→ 我說做不到是因為懶(skill-evolution 這種自我改進循環我可以直接抓來用)