Claude Code's 28 Official Plugins Revealed - Undocumented Feature Extensions
Reddit user discovers 28 official Claude Code plugins, most undocumented. Includes TypeScript LSP, security scanning, context7 documentation search, and Playwright automation.
A Reddit ClaudeAI community member has revealed that Claude Code contains 28 official plugins, many of which are poorly documented. The user verified all plugins and published a practical evaluation of their utility.
Plugin Location
Official plugins are located in the following directory:
~/.claude/plugins/marketplaces/claude-plugins-official/plugins/
Each plugin exists as a folder with its own configuration file and can be installed by referencing this directory directly.
High-Impact Technical Plugins
The verifier particularly recommends the following plugins:
typescript-lsp Adds TypeScript language server integration. Enables Claude to perform actual type checking, jump to definitions, and error diagnostics instead of guessing. Considered the highest-impact plugin for TypeScript developers.
security-guidance Scans for common vulnerabilities. Detects hardcoded secrets, authentication bypass patterns, and injection risks. Operates passively while Claude writes code.
context7 Documentation search functionality. Enables Claude to retrieve latest library documentation instead of relying on training data. Useful when working with rapidly evolving frameworks.
playwright Browser automation and testing. Enables Claude to launch browsers, navigate pages, take screenshots, fill forms, and run end-to-end tests.
Workflow Improvement Plugins
Non-technical but useful plugins include:
claude-md-management Automatic project file maintenance. Maintains structure, updates sections, and prevents chaos over time.
explanatory-output-style Changes Claude’s output style to be educational. Explains “why” in addition to “what.” Useful for learning and documentation.
code-review Structured code review with quality scoring. Provides Claude with a framework beyond “looks good.”
Actual Impact
The verifier estimates “Claude Code operates at about 60% of its capability in default configuration.” These plugins are not mere decoration but substantial feature extensions:
- typescript-lsp provides actual type awareness
- security-guidance passively detects vulnerabilities
- context7 operates with current documentation (not training data)
The verifier reports a case where security-guidance detected an authentication bypass bug written by Claude.
Community Response
Many users agreed with the verifier’s comment: “I use Claude Code daily and didn’t know about these plugins until I stumbled upon them.” The insufficient documentation of official plugins has become a topic of discussion in the community.
Other technical plugins include pr-review-toolkit (PR workflow specific), commit-commands (commit message standardization), and code-simplifier (cyclomatic complexity measurement and simplification suggestions).
The complete list and details can be verified in the local plugin directory.
Source: Reddit r/ClaudeAI https://www.reddit.com/r/ClaudeAI/comments/1r4tk3u/
関連記事
Reddit「r/ClaudeAI」で議論。ベテラン開発者が問う「AIが急速進化する中、キャリア戦略は」
18年の組込みLinux開発経験を持つエンジニアがReddit「r/ClaudeAI」で投げかけた問い「what's your career bet when AI evolves this fast?」が264件のコメントを集め、AIエンジニアのキャリア計画が「5年先から2年先も見えない」時代に突入していることを示している。
Reddit「r/ClaudeAI」で議論。ベテラン開発者が問う「AIが急速進化する中、キャリア戦略は」
18年の組込みLinux開発経験を持つエンジニアがReddit「r/ClaudeAI」で投げかけた問い「what's your career bet when AI evolves this fast?」が264件のコメントを集め、AIエンジニアのキャリア計画が「5年先から2年先も見えない」時代に突入していることを示している。
Claude Codeに28個の公式プラグインが存在 - ほとんど知られていない機能拡張の全容
RedditユーザーがClaude Codeの28個の公式プラグインを発見。TypeScript LSP、セキュリティスキャン、context7ドキュメント検索、Playwright自動化など。多くが未文書化。
人気記事
Claude Code v2.1.93 リリース - PreToolUseフック延期決定やフリッカーFREE渲染など
AnthropicがClaude Code v2.1.93をリリース。PreToolUseフックの延期決定機能、フリッカー-freeレンダリングオプション、PermissionDeniedフック、名前付きサブエージェントのタイプアヘッド対応などを含む。
Claude Code v2.1.92 リリース - forceRemoteSettingsRefreshやBedrockセットアップウィザードなど
AnthropicがClaude Code v2.1.92をリリース。forceRemoteSettingsRefreshポリシー設定、Bedrockセットアップウィザード、costコマンドの改善など多数の機能追加とバグ修正を含む。
Claude Code v2.1.84 リリース - PowerShellツールプレビューと環境設定の強化
Claude Code v2.1.84がリリース。Windows向けのPowerShellツール、環境変数によるモデル選択のカスタマイズアイドルセッション処理の改善などが含まれる。
最新記事
Claude Code v2.1.93 リリース - PreToolUseフック延期決定やフリッカーFREE渲染など
AnthropicがClaude Code v2.1.93をリリース。PreToolUseフックの延期決定機能、フリッカー-freeレンダリングオプション、PermissionDeniedフック、名前付きサブエージェントのタイプアヘッド対応などを含む。
Claude Code v2.1.92 リリース - forceRemoteSettingsRefreshやBedrockセットアップウィザードなど
AnthropicがClaude Code v2.1.92をリリース。forceRemoteSettingsRefreshポリシー設定、Bedrockセットアップウィザード、costコマンドの改善など多数の機能追加とバグ修正を含む。
Claude Code v2.1.91 リリース - MCPツール結果の永続化とEditツールの最適化
Claude Code v2.1.91ではMCPツールの結果サイズの上書き、シェル実行の制御強化、Editツールの効率改善などが行われた。