Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
A shared Claude Code plugin toolkit for the team. Bundles curated skills and agents to boost everyday development workflows.
npx claudepluginhub dannychou7911/sc-cc-pluginReviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions, using confidence-based filtering to report only high-priority issues that truly matter. <example> Context: User just finished implementing a new Vue component user: "Review the code I just wrote" assistant: "I'll use the frontend-code-reviewer agent to review your changes." </example> <example> Context: User modified backend API endpoint user: "Check this for security issues" assistant: "I'll use the frontend-code-reviewer agent to perform a security-focused review." </example> <example> Context: After code changes are made by another agent assistant: "Let me proactively review these changes with the frontend-code-reviewer agent." </example>
規格文件品質評分專家。獨立審閱 spec-recovery 產出的 L0-L4 規格文件,執行多維度評分(A)、可測試性評分(B)、差異驗證(C),回傳結構化評分結果。避免 confirmation bias,與產出文件的主 agent 分離。
通用軟體開發工作流程,適用於新增功能、修正功能、重構等程式開發需求。 以棕地專案為預設情境(保護既有行為、最小擾動),同時支援綠地專案豁免。 涵蓋五個階段:需求分析、程式碼探索、設計(計畫)、開發(棕地 TDD 任務清單)、驗證。 每個階段會產生對應的 Markdown 文件(analysis.md、plan.md、task.md、followups.md)供下一階段參考。 當使用者提出功能開發、Bug 修復、重構等需求時,主動使用此 Skill 引導整個開發流程。 觸發情境:「新增功能」、「修正功能」、「開發需求」、「implement」、「fix」、「refactor」、「建立需求」、「開發流程」。
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.
從棕地專案(brownfield project)的既有程式碼中回推、產生、補齊規格文件。 適用於任何前端(Vue / React / Angular / 任意框架)與後端(Node.js / Python / Go / 任意語言)專案, 不限定框架或語言。 當使用者提到「回推規格」、「補規格書」、「產生規格文件」、「從 code 生成文件」、 「reverse engineer spec」、「recover specification」、「建立文件」、 「幫我寫規格」、「這段 code 的規格是什麼」、「分析這個模組」, 或者使用者給了一段程式碼或一個專案目錄要求產出文件時,都應觸發本技能。 也適用於使用者想對某個特定檔案、元件、API、模組產生規格描述的情境。 即使使用者只說「幫我看看這段 code」但上下文暗示需要文件化,也應主動觸發。 Chinese triggers: "規格書", "規格文件", "產生規格", "文件化", "棕地專案", "逆向工程文件"
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skills-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 plugin for Claude Code. Markdown specs as the source of truth, code downstream.
Autonomous spec-driven development workflow with multi-agent collaboration, specification management, and task orchestration
Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Harness-native ECC plugin for engineering teams - 63 agents, 251 skills, 79 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
團隊共享的 Claude Code plugin 工具集,收錄經過實戰驗證的 skills 與 agents,提升日常開發效率。
| 類型 | 名稱 | 說明 |
|---|---|---|
| Skill | spec-recovery | 從既有程式碼回推 L0-L4 規格文件 |
| Agent | spec-scorer | 規格文件品質評分,獨立審閱避免 confirmation bias |
| Skill | strategic-compact | 在邏輯斷點建議 context compaction,避免 auto-compaction 在不恰當的時機觸發 |
| Agent | frontend-code-reviewer | 程式碼審查專家,檢查品質、安全性與專案慣例,僅回報高信心度問題 |
claude --plugin-dir /path/to/sc-cc-plugin
啟動 Claude Code 後:
/spec,確認看到帶有 (sc-cc-plugin) 標籤的 /spec-recovery 和 /strategic-compact@spec,確認看到 sc-cc-plugin:spec-scorer (agent)# 回推專案規格
/spec-recovery
# 回推單一模組
/spec-recovery src/modules/auth