guide

Featured

Hub skill 地圖:所有 hub-core skill 的使用場景、邊界與銜接流程(router,零 context 成本)。

Web & Frontend 45 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
55
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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 Featured

wrap-up

Use ONLY when the user's latest message explicitly contains the `/wrap-up` command. Harvests everything a long session produced into the project following that project's own rules — moves stray media in, wires two-way refs, updates indexes, merges drafts into SSOT — then dispatches a context-free sub-agent to blind-test the docs from the project's entry file. NEVER load on inferred intent. Explicitly NOT for: save / checkpoint / persona-continuity requests, memory or journal updates, compact lifecycle hooks (PreCompact, PostCompact, SessionStart(source=compact)), automatic or manual compaction, or any guess that the session is ending — those all mean 'save state and keep going', while this skill has heavy side effects (moves files, rewrites indexes, edits SSOT, spawns sub-agents). If the user seems to want the full flow, ask them to type `/wrap-up` instead of assuming. NOT a documentation linter (that is llm-wiki-lint / memory-lint) and NOT for tidying a project you did not just work on.

79 Updated 3 days ago
KerberosClaw
AI & Automation Listed

ask-rolex

询问哪个 skill 或 flow 适合当��场景。本仓库所有 user-invoked skill 的路由器。

0 Updated today
toRolex