Use 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>
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.
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 ([email protected])
MIT
npx claudepluginhub tim80411/ai-agent-extension --plugin code-quality-review讀書會學習流程工具 — 從原文產生筆記、比對增補、Q&A 調查、導讀建議、Notion 發布
TunnelBox CLI usage guide — manage local static sites, servers, and Cloudflare tunnels via the tunnelbox command
Read Figma designs via link, extract structured page layout summaries with minimal context window usage
在 HTML 文件的 <head> 區段加入完整的 SEO 標籤結構和 Google Analytics 追蹤代碼
Package static website projects into zip files and upload to Google Drive with shareable links via gdrive CLI v3
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules 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
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.