A shared Claude Code plugin toolkit for the team. Bundles curated skills and agents to boost everyday development workflows.
通用程式碼審閱專家,聚焦可讀性、可維護性、安全性與專案慣例等原則性問題,不限定特定框架或語言。 採信心度過濾,只回報高信心度(>80%)、真正重要的問題。框架專屬規則由 references/ 下的擴充檔補充。 <example> 情境:使用者剛實作完一個元件 user: "幫我審閱我剛寫的程式碼" assistant: "我用 frontend-code-reviewer agent 來審閱你的變更。" </example> <example> 情境:使用者修改了 API endpoint user: "幫我檢查這段有沒有安全性問題" assistant: "我用 frontend-code-reviewer agent 做一次以安全性為主的審閱。" </example> <example> 情境:另一個 agent 完成程式碼變更後 assistant: "讓我主動用 frontend-code-reviewer agent 審閱這些變更。" </example>
規格文件品質評分專家。獨立審閱 spec-recovery 產出的 L0-L4 規格文件,執行多維度評分(A)與可測試性評分(B,僅 L2),回傳結構化評分結果。避免 confirmation bias,與產出文件的主 agent 分離。差異驗證(C)由 spec-verifier agent 負責。
規格文件差異驗證專家。獨立重讀原始碼盤點所有離散行為,比對 spec-recovery 產出的規格文件,計算覆蓋率並列出遺漏(C 評分)。與產出文件的主 agent 及 spec-scorer 分離;不指定 model 以繼承 session model,確保行為盤點的偵測力。
通用軟體開發工作流程,適用於新增功能、修正功能、重構等程式開發需求。 以棕地專案為預設情境(保護既有行為、最小擾動),同時支援綠地專案豁免。 涵蓋五個階段:需求分析、程式碼探索、設計(計畫)、開發(棕地 TDD 任務清單)、驗證。 每個階段會產生對應的 Markdown 文件(analysis.md、plan.md、task.md、followups.md)供下一階段參考。 當使用者提出功能開發、Bug 修復、重構等需求時,主動使用此 Skill 引導整個開發流程。 觸發情境:「新增功能」、「修正功能」、「開發需求」、「implement」、「fix」、「refactor」、「建立需求」、「開發流程」。
適用於 Spring Boot 與 Quarkus 服務的 Java 編碼標準:命名、不可變性、Optional 使用方式、Streams、例外處理、泛型、CDI、Reactive 模式與專案結構。會依框架自動套用對應慣例。
Generate Mermaid diagrams from user requirements. Supports flowcharts, sequence diagrams, class diagrams, ER diagrams, Gantt charts, and 18 more diagram types.
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes. New files are written to `/Users/dannychou/danObsidian/ai-draft/` by default unless the user specifies a different output path.
依據 8 大核心原則審查程式碼的註解品質——解釋 Why 而非 What、說明魔法數字與 Hack 的原因、標示 Caveat 與副作用、TODO/FIXME 標籤規範、公開 API 合約文件、記錄未採納方案(Why Not)、連結外部脈絡、以及保持註解新鮮度。當使用者說「幫我審查/檢查/看一下這段程式碼的註解」、「這段程式碼有沒有文件」、「review my comments」、「這樣寫 OK 嗎」並貼上含有值得評估的註解的程式碼時,主動觸發此 Skill。進行 Code Review 且評估範圍包含文件品質時也應觸發。輸出為結構化審查報告,不修改程式碼。
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
團隊共享的 Claude Code plugin 工具集,收錄經過實戰驗證的 skills、agents 與 slash commands,提升日常開發效率。
主動觸發的技能,Claude Code 會依情境自動載入,也可用 /sc-cc-plugin:<name> 手動呼叫。
| 名稱 | 說明 |
|---|---|
spec-recovery | 從棕地專案(brownfield)既有程式碼回推、補齊 L0-L4 規格文件,不限前後端框架或語言 |
dev-workflow-v2 | 通用開發工作流程,涵蓋需求分析、程式碼探索、設計、開發(TDD)、驗證五階段,以棕地專案為預設情境,各階段產出對應 Markdown 文件 |
review-comments | 依 8 大核心原則審查程式碼註解品質(重 why 而非 what),輸出結構化審查報告、不改動程式碼 |
vue-pattern | Vue 官方 Style Guide 規則知識庫,涵蓋 Priority A–D 共 26 條規則,Composition API 與 Options API 範例並陳 |
java-coding-standards | Spring Boot 與 Quarkus 的 Java 17+ 編碼標準,依 build file 自動偵測框架並套用對應慣例 |
mermaid | 依需求產生 Mermaid 圖表,支援 flowchart、sequence、class、ER、Gantt 等 23 種圖表類型 |
obsidian-markdown | 建立與編輯 Obsidian Flavored Markdown(wikilinks、embeds、callouts、properties 等語法) |
strategic-compact | 在邏輯斷點建議手動 context compaction,避免 auto-compaction 在不恰當時機觸發 |
專責的子代理,可用 @ 呼叫或由主 agent 主動委派。
| 名稱 | 說明 |
|---|---|
frontend-code-reviewer | 通用程式碼審閱專家,聚焦可讀性、可維護性、安全性與專案慣例,不限框架,僅回報高信心度(>80%)的問題。框架專屬規則由 references/ 擴充補充 |
spec-scorer | 規格文件品質評分專家,獨立審閱 spec-recovery 產出的 L0-L4 文件(A 多維度評分、B 可測試性評分),與主 agent 分離以避免 confirmation bias |
spec-verifier | 規格文件差異驗證專家(C 評分),獨立重讀原始碼盤點行為、比對規格覆蓋率並列出遺漏;繼承 session model 以確保盤點偵測力 |
| 指令 | 參數 | 說明 |
|---|---|---|
/commit | [message] | --amend | 使用 conventional commit 格式建立格式良好的 commit,預設不使用 emoji |
/review-mr | <project-path> <mr-number> | 分析指定專案 MR 的所有審閱回饋,驗證後產出修正計畫 |
/rewrite-comments | [file-path] | 改寫程式碼註解,著重 why 而非 what;冗餘者刪除、過期者修正、推斷不出意圖者標記請人補 |
/squash-branch | [base-branch] | 將目前分支自基準分支分歧後的所有 commits 合併為單一 commit,執行前先建立備份分支 |
claude --plugin-dir /path/to/sc-cc-plugin
啟動 Claude Code 後:
/,確認看到帶有 (sc-cc-plugin) 標籤的 /commit、/review-mr、/rewrite-comments、/squash-branch@,確認看到 frontend-code-reviewer、spec-scorer、spec-verifier 三個 agent/spec,確認 skills(如 /sc-cc-plugin:spec-recovery)出現在清單中# 回推整個專案規格(skill 亦會在相關語境中自動觸發)
/spec-recovery
# 回推單一模組
/spec-recovery src/modules/auth
# 建立 conventional commit
/commit
# 分析某專案的 MR 回饋並產出修正計畫
/review-mr ~/Project/my-app 486
# 將目前分支的多個 commits 壓成一個(先建立備份分支)
/squash-branch main
npx claudepluginhub dannychou7911/sc-cc-pluginSkills-first specification-driven development framework with 7 agent skills for planning, implementation, review, and shipping. Natural language activation with intelligent agent orchestration. Includes /plan, /implement, /research commands plus managing-specifications, implementing-features, and reviewing-and-shipping skills.
Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Autonomous spec-driven development workflow with multi-agent collaboration, specification management, and task orchestration
A spec-driven development kit for Claude Code: the prompt-grill and dev-lifecycle skills plus a specs/ scaffold that takes you from a vague request to shipped, reviewed code.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review