AI 工具

Vibe Coding 必學的 24 個 Skill

2026年9月20日 trytrycan.ai
Vibe Coding 必學的 24 個 Skill

24 個全部用 GitHub API 確認過 repo 和 SKILL.md 存在,查證於 2026-09-19

大部分外掛都在官方市集,先加一次,之後只要換名字:

/plugin marketplace add anthropics/claude-plugins-official

Vercel 那組走另一條,一行裝三個:

npx skills add vercel-labs/agent-skills

必裝

Skill做什麼怎麼裝
superpowers整套開發流程,從釐清需求到審查/plugin install superpowers@claude-plugins-official
skill-creator把你自己的做法包成 skill/plugin install skill-creator@claude-plugins-official
frontend-design產出不像 AI 做的介面/plugin install frontend-design@claude-plugins-official
code-review寫完先幫你抓 bug/plugin install code-review@claude-plugins-official
hyperframes寫 HTML 產出影片/plugin install hyperframes@claude-plugins-official
ponytail逼它別過度設計,一行寫得完不寫十行/plugin marketplace add DietrichGebert/ponytail 之後 /plugin install ponytail@ponytail
caveman壓縮輸出,官方量測砍掉約 65% token/plugin marketplace add JuliusBrussee/caveman 之後 /plugin install caveman@caveman
humanizer去掉 AI 味npx skills add blader/humanizer --global

⚠️ caveman 有兩個撞名的,上面裝的是 JuliusBrussee 那個。code-review 也有三個同名的,我列的是官方版

必學

裝了不會自己生效,要照著流程走。前四個是一條完整的前置鏈:探需求 → 逼你講清楚 → 轉成計畫 → 照計畫跑

Skill做什麼來源
brainstorming動手前先把需求問清楚隨 superpowers 一起進來
grill-me反過來拷問你,把講不清楚的逼出來/plugin marketplace add mattpocock/skills
writing-plans需求轉成執行計畫隨 superpowers
executing-plans照計畫一步步跑完隨 superpowers
systematic-debugging抓 bug 不靠猜隨 superpowers
test-driven-development先寫測試再寫實作隨 superpowers

superpowers 是唯一被 Anthropic 官方市集收錄的第三方 skill。但社群也有負評,有人嫌它錯更多、來回太多很燒錢,自己評估

建議

看你的技術棧

Skill做什麼怎麼裝
web-design-guidelines逐行檢查 UI 程式碼,含無障礙npx skills add vercel-labs/agent-skills
react-best-practicesReact/Next.js 效能準則,出自 Vercel同上
deploy-to-vercel部署與預覽環境同上
canva在對話裡做圖、改圖、調尺寸/plugin install canva@claude-plugins-official
playwright瀏覽器自動化與端對端測試/plugin install playwright@claude-plugins-official
webapp-testing開瀏覽器實測你的網站/plugin marketplace add anthropics/skills

⚠️ react-best-practices 的註冊名是 vercel-react-best-practices,呼叫要用後者

可以學

Skill做什麼怎麼裝
wayfinder大工程拆成決策地圖,一次解一個mattpocock/skills 進來
karpathy-guidelinesKarpathy 的四條行為準則/plugin marketplace add forrestchang/andrej-karpathy-skills
ui-ux-pro-max161 組配色與 57 組字體搭配/plugin marketplace add nextlevelbuilder/ui-ux-pro-max-skill
agent-browser自動操作瀏覽器,填表、截圖、抓資料npx skills add vercel-labs/agent-browser

為什麼不排名

本來要做「最多人用的 Skill」,查完發現這件事查不到:

  • 某個安裝榜的 24 小時趨勢,前五名有三個 repo 只有 2 星、0 星、6 星,其中兩個還把自己取名叫 superpowers 蹭原版
  • 同一個 frontend-design,一個榜標 34,900 次安裝,另一個標 253 次
  • 同一個站列著 16 個 mattpocock/skills 倉庫裡根本不存在的 skill,還標著幾十萬安裝
  • 連 GitHub 星數都不能用,obra/superpowers 建立 11 個月就超過 React

所以改成按推薦強度分四級,那是我的判斷,不假裝是數據

榜單常推,但我沒收的

  • next-best-practices 已被 Vercel 下架,對方 README 白紙黑字寫 no longer a skill,某個榜還排第 6
  • supermemory 多份榜單都有,GitHub 搜不到對應 repo
  • code-reviewer 來自 agensi,沒有 repo、沒有作者標示,只能下載 zip

另外 agent-browser 我一開始以為只是 CLI 所以排除,後來查到它有完整的 SKILL.md,是我看錯,已經收進名單

最後補一個不用裝的:/goal 是 Claude Code 內建指令,設一個條件之後每回合結束會自動檢查有沒有達成,沒達成就繼續跑