AI Development

Claude Code's 28 Official Plugins Revealed - Undocumented Feature Extensions

AI Tools Hub
#Claude Code #Plugins #Development Tools #TypeScript #Security

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/

関連記事

人気記事

Comparison

ChatGPT(OpenAI)とClaude(Anthropic)の機能比較 2026年版。コーディング・長文解析・コスト・API料金の違いを検証

ChatGPT(GPT-4o/o3)とClaude(Sonnet 4.6/Opus 4.5)を2026年時点の最新情報で比較する。コーディング能力、長文処理、日本語品質、API料金、無料プランの違いをSWE-benchなどのベンチマーク結果とともに解説する。

続きを読む →
opinion

【2026年2月20日 所感】「AIがコードを書く」は仮説から現実になった——しかし私たちはその意味をまだ消化できていない

2026年2月20日に観測したコーディングエージェント関連ニュースの総括と所感。Anthropicの自律性研究、cmux、MJ Rathbunのエージェント事故、HN「外骨格 vs チーム」論争、Stripe Minions週1000件PR、Taalas 17k tokens/sec——朝から夜までの流れを通じて見えてきた「AIがコードを書く時代」の実相を考察する。

続きを読む →
tool

868のスキルをnpx 1コマンドで——「Antigravity Awesome Skills」が主要AIコーディングエージェントの共通スキル基盤になりつつある

Claude Code・Gemini CLI・Codex CLI・Cursor・GitHub Copilotなど主要AIコーディングアシスタントを横断する868以上のスキルライブラリ「Antigravity Awesome Skills」(v5.4.0)を詳細分析。Anthropic・Vercel・OpenAI・Supabase・Microsoftの公式スキルを統合した設計思想、ロール別バンドル・ワークフロー機能、SKILL.mdによる相互運用性のアーキテクチャを解説する。

続きを読む →

最新記事

0 tools selected