npx claudepluginhub tim80411/ai-agent-extension --plugin code-quality-reviewUse this agent to review code for API misuse prevention. Examples: <example> Context: 使用者要求進行難以誤用審查 user: "檢查 API 是否容易被誤用" assistant: "我會使用 misuse-reviewer agent 來審查型別安全性、DTO 驗證、參數順序等誤用風險。" <commentary> 使用者要求難以誤用審查,啟動 misuse-reviewer。 </commentary> </example> <example> Context: 六維度品質審查的 Phase 2 平行執行 user: "開始六維度品質審查" assistant: "啟動 misuse-reviewer 作為六個平行審查 agent 之一。" <commentary> 作為六維度品質審查的一部分平行啟動。 </commentary> </example>
Use this agent to review code for modularity and architecture issues. Examples: <example> Context: 使用者要求進行模組化審查 user: "檢查模組架構是否合理" assistant: "我會使用 modularity-reviewer agent 來審查模組邊界、依賴方向、職責劃分等架構問題。" <commentary> 使用者要求模組化審查,啟動 modularity-reviewer。 </commentary> </example> <example> Context: 六維度品質審查的 Phase 2 平行執行 user: "開始六維度品質審查" assistant: "啟動 modularity-reviewer 作為六個平行審查 agent 之一。" <commentary> 作為六維度品質審查的一部分平行啟動。 </commentary> </example>
Use this agent to review code for readability issues. Examples: <example> Context: 使用者要求進行可讀性審查 user: "檢查這些檔案的可讀性" assistant: "我會使用 readability-reviewer agent 來審查命名、函式長度、魔術數字等可讀性問題。" <commentary> 使用者要求可讀性審查,啟動 readability-reviewer。 </commentary> </example> <example> Context: 六維度品質審查的 Phase 2 平行執行 user: "開始六維度品質審查" assistant: "啟動 readability-reviewer 作為六個平行審查 agent 之一。" <commentary> 作為六維度品質審查的一部分平行啟動。 </commentary> </example>
Use this agent to review code for reusability and DRY principle violations. Examples: <example> Context: 使用者要求進行可重用性審查 user: "檢查是否有重複的程式碼" assistant: "我會使用 reusability-reviewer agent 來審查重複邏輯、錯過的抽象、既有工具的忽略使用等問題。" <commentary> 使用者要求可重用性審查,啟動 reusability-reviewer。 </commentary> </example> <example> Context: 六維度品質審查的 Phase 2 平行執行 user: "開始六維度品質審查" assistant: "啟動 reusability-reviewer 作為六個平行審查 agent 之一。" <commentary> 作為六維度品質審查的一部分平行啟動。 </commentary> </example>
Use this agent to review code for surprising or unexpected behaviors. Examples: <example> Context: 使用者要求進行避免意外審查 user: "檢查程式碼是否有意外行為" assistant: "我會使用 surprises-reviewer agent 來審查隱藏副作用、靜默失敗、交易完整性等問題。" <commentary> 使用者要求避免意外審查,啟動 surprises-reviewer。 </commentary> </example> <example> Context: 六維度品質審查的 Phase 2 平行執行 user: "開始六維度品質審查" assistant: "啟動 surprises-reviewer 作為六個平行審查 agent 之一。" <commentary> 作為六維度品質審查的一部分平行啟動。 </commentary> </example>
Use this agent to review code for testability issues. Examples: <example> Context: 使用者要求進行可測試性審查 user: "檢查這些程式碼的可測試性" assistant: "我會使用 testability-reviewer agent 來審查測試覆蓋、依賴注入、環境變數存取等可測試性問題。" <commentary> 使用者要求可測試性審查,啟動 testability-reviewer。 </commentary> </example> <example> Context: 六維度品質審查的 Phase 2 平行執行 user: "開始六維度品質審查" assistant: "啟動 testability-reviewer 作為六個平行審查 agent 之一。" <commentary> 作為六維度品質審查的一部分平行啟動。 </commentary> </example>
Custom marketplace for development tools including Adobe Animate/CreateJS, xAPI learning analytics, Figma design reading, and spec writing methodology.
Adobe Animate + CreateJS development expert with performance optimization tools.
animate-dev, animate-performancexAPI statement generation and validation expert for educational assessment tracking.
xapi-specification, prompt-engineering/analyze, /generate, /validateRead Figma designs via link, extract structured page layout summaries with minimal context window usage.
figma-read/figma-readSpec/Story 撰寫方法論 — 引導撰寫高品質 User Story 與 Enabler Story,含 INVEST 檢查與反模式掃描。
spec-writingThis marketplace is automatically loaded from:
~/.claude/plugins/marketplaces/user-marketplace/
The plugins should appear in Claude Code's plugin list after marketplace discovery.
user-marketplace/
├── .claude-plugin/
│ └── marketplace.json
├── .claude/skills/ ← symlinks for in-project testing (Claude Code)
│ ├── animate-dev -> ../../plugins/animate-dev/skills/animate-dev
│ ├── deploy-gdrive -> ../../plugins/deploy-gdrive/skills/deploy-gdrive
│ └── ...
├── .cursor/skills/ ← symlinks for in-project testing (Cursor)
│ ├── animate-dev -> ../../plugins/animate-dev/skills/animate-dev
│ ├── deploy-gdrive -> ../../plugins/deploy-gdrive/skills/deploy-gdrive
│ └── ...
├── plugins/ ← real skill files (source of truth)
│ ├── animate-dev/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/
│ │ ├── references/
│ │ └── skills/
│ ├── xapi-engineer/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/
│ │ ├── commands/
│ │ └── skills/
│ ├── figma-reader/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/
│ │ ├── commands/
│ │ └── skills/
│ ├── spec-writer/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/
│ │ └── skills/
│ ├── code-quality-review/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/
│ │ ├── commands/
│ │ └── skills/
│ └── deploy-gdrive/
│ ├── .claude-plugin/plugin.json
│ └── skills/
├── LICENSE
└── README.md
.claude/skills/ 和 .cursor/skills/ 內的 symlink 指向 plugins/ 中的真實 skill 目錄,讓你在此專案內即可直接測試 skill,不需全域安裝。編輯 plugins/ 下的 skill 檔案會立即反映到兩個工具。
Timothy Liao (tim80411@gmail.com)
MIT
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Uses power tools
Uses Bash, Write, or Edit tools
Complete collection of battle-tested Claude Code configs agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
The most comprehensive Claude Code plugin — 38 agents, 156 skills, 72 legacy command shims, selective install profiles, and production-ready hooks for TDD, security scanning, code review, and continuous learning
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development