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/
Related Articles
Cursor 2.5 Brings Plugin Marketplace, Sandbox Network Controls, and Async Subagents
Cursor releases version 2.5 with a plugin marketplace for extensibility, granular network access controls for sandboxed environments, and asynchronous subagent execution for parallel processing.
Cursor v2.6 Release - MCP Apps and Team Plugin Management
Cursor v2.6 introduces interactive UIs in agent chats, team-based private plugin sharing, and improvements to debug mode capabilities.
Cursor Announces Marketplace with 30+ New Plugins from Atlassian, Datadog, GitLab and More
Cursor adds new plugins from Atlassian, Datadog, GitLab, Glean, Hugging Face, monday.com, and PlanetScale. Cloud agents can now interact with a broader stack through MCP.
Popular Articles
Claude Code v2.1.93 Released - Deferred Permission Decisions, Flicker-Free Rendering, and More
Anthropic releases Claude Code v2.1.93 with deferred permission decisions for PreToolUse hooks, flicker-free rendering option, PermissionDenied hook, and named subagent typeahead support.
Claude Code v2.1.92 Released - forceRemoteSettingsRefresh, Bedrock Setup Wizard, and More
Anthropic releases Claude Code v2.1.92 with forceRemoteSettingsRefresh policy setting, AWS Bedrock setup wizard, /cost command improvements, and numerous bug fixes.
Claude Code v2.1.84 Release - PowerShell Tool Preview and Environment Configuration Enhancements
Claude Code v2.1.84 introduces PowerShell tool for Windows, new environment variable overrides for model selection, idle session handling improvements, and various stability fixes.
Latest Articles
Claude Code v2.1.93 Released - Deferred Permission Decisions, Flicker-Free Rendering, and More
Anthropic releases Claude Code v2.1.93 with deferred permission decisions for PreToolUse hooks, flicker-free rendering option, PermissionDenied hook, and named subagent typeahead support.
Claude Code v2.1.92 Released - forceRemoteSettingsRefresh, Bedrock Setup Wizard, and More
Anthropic releases Claude Code v2.1.92 with forceRemoteSettingsRefresh policy setting, AWS Bedrock setup wizard, /cost command improvements, and numerous bug fixes.
Claude Code v2.1.91 Released - MCP Tool Result Persistence and Improved Edit Tool
Claude Code v2.1.91 introduces MCP tool result persistence override, improved shell execution controls, and enhanced Edit tool efficiency.