本文由 AI 分析生成
建立時間: 2026-03-28 來源: https://claude-plugins.dev/
Summary
claude-plugins.dev is a community-maintained CLI tool that simplifies installing Claude Code plugins. Normal plugin installation requires first adding a marketplace, then installing from it; this tool collapses both into npx claude-plugins install <id>. The marketplace indexes plugins with skills across categories: frontend design, document processing, code review, PR automation, Python/TypeScript/backend development, security, database architecture, and more.
社群維護的 Claude Code 外掛管理 CLI,將原本的「先加 marketplace 再裝外掛」兩步驟合併為一個指令。支援瀏覽具備 skills 的外掛,涵蓋前端設計、文件處理、程式碼審查、PR 自動化等類別。
Key Points
- Core simplification:
npx claude-plugins install <id>handles marketplace setup automatically — one command vs two steps - Management commands:
list,enable <name>,disable <name> - Requires Claude Code v2.0.12+
- Notable plugins indexed: frontend design, document suite (Excel/Word/PPT/PDF), PR review agents, agentic-actions-auditor, modern Python (3.12+/Django/FastAPI), backend API/GraphQL, security reminder hooks, Context7 docs MCP, database architecture, LSP TypeScript, Agent SDK dev kit, documentation generation
Insights
The existence of this tool reflects a UX gap in Claude Code’s plugin system: the two-step marketplace-then-install flow is non-obvious for new users. The community wrapper is a sign that the native CLI needs a simpler plugin discovery/install path.
The Context7 MCP integration (live documentation lookup) is the most practically useful plugin listed: it pulls current library docs directly into LLM context, eliminating hallucination about API signatures from outdated training data.
The security reminder hook plugin is notable: it runs before file edits to warn about injection, XSS, and unsafe patterns. This is a defensive-coding companion rather than a feature developer — appropriate for teams where security review is a bottleneck.
Connections
Raw Excerpt
Claude Code normally requires installing a marketplace, then installing plugins from it. This CLI handles both steps automatically in one command.