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.
OpenClaw v2026.2.14 Released: Major Security Hardening and 100+ Bug Fixes
OpenClaw releases v2026.2.14 with extensive security improvements, TUI stability enhancements, memory system optimizations, and 100+ bug fixes across channels, agents, and tools.
OpenClaw v2026.2.15 Released: Discord Components v2 and Nested Sub-Agents
OpenClaw releases v2026.2.15 one day after v2026.2.14, adding Discord interactive components, nested sub-agents with configurable depth, plugin hook enhancements, and continued security hardening.
Popular Articles
868 Agentic Skills, One Command: Antigravity Awesome Skills Becomes the Cross-Tool Skill Standard
Antigravity Awesome Skills (v5.4.0) delivers 868+ battle-tested skills for Claude Code, Gemini CLI, Codex CLI, Cursor, GitHub Copilot, and five other AI coding assistants via a single npx command. With official skills from Anthropic, Vercel, OpenAI, Supabase, and Microsoft consolidated under one MIT-licensed repository, it's emerging as the portable skill layer for the fragmented AI coding agent landscape.
How Claude Sonnet 4.6 Agent Teams Achieve 4x Productivity: Practical Insights from Anthropic's Own Research
Two Anthropic studies—a survey of 132 internal engineers and an analysis of 1M+ real-world agent interactions—reveal the precise delegation strategies and autonomy patterns that enable high-performing teams to multiply output with Claude Sonnet 4.6 agent teams.
What Actually Makes OpenClaw Special: The Full Story from VibeTunnel to 200k+ GitHub Stars
The three-stage VibeTunnel→Clawdbot→OpenClaw evolution, Pi runtime philosophy, why HEARTBEAT is the real differentiator from Claude Code, and the ClawHub supply chain attack (12% of skills were malicious). An unvarnished look at the most used and most misunderstood OSS agent.
Latest Articles
Two AI Agent Communication Projects Hit Hacker News Simultaneously, Targeting MCP's Blind Spots
Aqua and Agent Semantic Protocol appeared on Hacker News on the same day, both tackling the same unsolved problem: how AI agents communicate directly without a central broker, across network boundaries, and asynchronously.
Claude Sonnet 4.6 Becomes the Default for Free and Pro Users — Outperforms Opus 4.5 on Coding Agent Benchmarks
Anthropic has made Claude Sonnet 4.6 the default model for claude.ai's Free and Pro plans. Released February 17, 2026, it matches Sonnet 4.5 pricing at $3/$15 per million tokens while internal Claude Code evaluations show it beating the previous frontier model, Opus 4.5, 59% of the time on agentic coding tasks.
Google Permanently Bans AI Pro Users for Accessing Gemini via OpenClaw, Continues Charging $250/Month
A Hacker News post garnering 140 points and 107 comments details how Google terminated Google AI Pro and Ultra accounts without warning after users accessed Gemini through OpenClaw, a third-party client. The incident surfaces deeper issues around prompt caching, subscription economics, and how AI providers enforce terms of service.