guide
FeaturedHub skill 地圖:所有 hub-core skill 的使用場景、邊界與銜接流程(router,零 context 成本)。
Web & Frontend 45 stars
3 forks Updated today MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<!-- 🔒 LOCKED — managed by clade · auto-generated by sync-to-codex; edit source in .claude/ then re-run sync -->
# /guide — hub-core skill 地圖
不確定該用哪個 skill 時打 `/guide`。本 skill 是 router:描述每個 skill 的適用場景與銜接關係,本身不執行任何工作。讀完後直接 invoke 對應 skill。
## 主流程(idea → shipped)
一條 change 的完整生命週期,依序銜接:
| 階段 | Skill | 這一站做什麼 |
| --- | --- | --- |
| 提案 | `/spectra-propose` | 建 change proposal + 全套 artifacts(tasks / design / spec delta) |
| 討論 | `/spectra-discuss` | 對單一 topic 聚焦討論、收斂結論(提案前後皆可插入) |
| 實作 | `/spectra-apply` | 按 tasks.md 逐 phase 實作或 resume |
| 驗證 | `/spectra-verify` | 比對 implementation 與 artifacts,出 assessment + evidence |
| 人工檢查 | `pnpm review:ui`(GUI);批次前先 `/review-readiness-scan` 看哪些 ready | UI / 資料類 manual review |
| 歸檔 | `/spectra-archive` | change 收尾:spec delta 合併、搬 archive、自動 sweep 截圖 |
| 提交 | `/commit` | 依功能分組走品質閘門提交(所有 commit 的唯一入口) |
不確定專案當前該走哪一站:`/spectra`(orchestrator)會依 project state 自動判斷並 invoke 對應 sub-skill。
## On-ramps(從症狀進入)
- **遇到 bug / 異常行為** → `/spectra-debug`(四階段系統化 debug)
- **要看 UI 畫面 / 截圖驗證** → `/review-screenshot`(統一截圖入口,派遣 screenshot-review agent;不要在主 session 直接跑截圖命令)
- **要動 code 而還在 main working tree** → `/wt`(開 worktree 隔離;`/wt A: ... B: ...` 可並行多條 task)
- **implementation plan 內有多個獨立 task 想並行** → `/subagent-dev`(同 session 派 subagent;跨 change 的並行仍走 `/wt`)
- **session 要收尾 / 交接** → `/handoff`(有 in-progress 工作寫交接;沒有則整理 HANDOFF.md 推薦 outstanding)
- **要把 change 無人值守推到 ready** → `/change-loop`(自主推進 loop;一次性任務不適用)
- **外部新資訊要更新既有 change** → `/spectra-inge...
Details
- Author
- YuDefine
- Repository
- YuDefine/nuxt-supabase-starter
- Created
- 7 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Testing & QA Solid
spectra
Spectra orchestrator — auto-detect which spectra sub-skill to invoke based on project state and user intent. NOT for clade 中央倉自身(不使用 spectra),NOT for 已知要跑哪一支時(直接呼叫該 skill)。
45 Updated today
YuDefine AI & Automation Listed
ask-rolex
询问哪个 skill 或 flow 适合当前场景。本仓库所有 user-invoked skill 的路由器。
0 Updated yesterday
toRolex AI & Automation Listed
agentic-dev-loop
從研究、plan.md、實作、Verify 雙閘到部署的開發迴圈編排器。當使用者要有計畫地把一個功能或 bug 從規劃走到上線(「開一個新功能」「先研究再做」「整理成 plan.md」「從頭做到上線」「幫我排開發步驟」「某某專案要加…」),或提出未指明範圍的「部署前/上線前檢查」時觸發——後者一律走雙閘,只跑 UI/UX 會漏掉安全與個資驗證。明確只要 UI/UX、只要安全審查、或��要分析連動禁區時,改用對應的單一 skill。
0 Updated 2 weeks ago
goingli0324