AI Plugins
Browse 253 repos. Filter by type or sort.
anthropics/pyright-lspOfficial
# pyright-lsp Python language server (Pyright) for Claude Code, providing static type checking and code intelligence. ## Supported Extensions `.py`, `.pyi` ## Installation Install Pyright globally via npm: ```bash npm install -g pyright ``` Or with pip: ```bash pip install pyright ``` Or with pipx (recommended for CLI tools): ```bash pipx install pyright ``` ## More Information - [Pyright on npm](https://www.npmjs.com/package/pyright) - [Pyright on PyPI](https://pypi.org/project/pyrigh
anthropics/ralph-loopOfficial
# Ralph Loop Plugin Implementation of the Ralph Wiggum technique for iterative, self-referential AI development loops in Claude Code. ## What is Ralph Loop? Ralph Loop is a development methodology based on continuous AI agent loops. As Geoffrey Huntley describes it: **"Ralph is a Bash loop"** - a simple `while true` that repeatedly feeds an AI agent a prompt file, allowing it to iteratively improve its work until completion. This technique is inspired by the Ralph Wiggum coding technique (na
anthropics/ruby-lspOfficial
# ruby-lsp Ruby language server for Claude Code, providing code intelligence and analysis. ## Supported Extensions `.rb`, `.rake`, `.gemspec`, `.ru`, `.erb` ## Installation ### Via gem (recommended) ```bash gem install ruby-lsp ``` ### Via Bundler Add to your Gemfile: ```ruby gem 'ruby-lsp', group: :development ``` Then run: ```bash bundle install ``` ## Requirements - Ruby 3.0 or later ## More Information - [Ruby LSP Website](https://shopify.github.io/ruby-lsp/) - [GitHub Repository](ht
anthropics/rust-analyzer-lspOfficial
# rust-analyzer-lsp Rust language server for Claude Code, providing code intelligence and analysis. ## Supported Extensions `.rs` ## Installation ### Via rustup (recommended) ```bash rustup component add rust-analyzer ``` ### Via Homebrew (macOS) ```bash brew install rust-analyzer ``` ### Via package manager (Linux) ```bash # Ubuntu/Debian sudo apt install rust-analyzer # Arch Linux sudo pacman -S rust-analyzer ``` ### Manual download Download pre-built binaries from the [releases page](
anthropics/security-guidanceOfficial
# security-guidance Security review for Claude-generated code. Three layers: 1. **Pattern warnings** — instant regex-based reminders on `Edit`/`Write` for ~25 known-dangerous patterns (`yaml.load`, `torch.load(weights_only=False)`, `pickle.load` on untrusted data, raw `innerHTML`, hardcoded secrets, etc.). 2. **LLM diff review** — when Claude finishes a turn, the plugin sends the diff to a fast LLM call (Opus 4.7 by default) and feeds high-severity findings back to Claude so it can fix them be
anthropics/skill-creatorOfficial
# skill-creator Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
anthropics/swift-lspOfficial
# swift-lsp Swift language server (SourceKit-LSP) for Claude Code, providing code intelligence for Swift projects. ## Supported Extensions `.swift` ## Installation SourceKit-LSP is included with the Swift toolchain. ### macOS Install Xcode from the App Store, or install Swift via: ```bash brew install swift ``` ### Linux Download and install Swift from [swift.org](https://www.swift.org/download/). After installation, `sourcekit-lsp` should be available in your PATH. ## More Information -
anthropics/typescript-lspOfficial
# typescript-lsp TypeScript/JavaScript language server for Claude Code, providing code intelligence features like go-to-definition, find references, and error checking. ## Supported Extensions `.ts`, `.tsx`, `.js`, `.jsx`, `.mts`, `.cts`, `.mjs`, `.cjs` ## Installation Install the TypeScript language server globally via npm: ```bash npm install -g typescript-language-server typescript ``` Or with yarn: ```bash yarn global add typescript-language-server typescript ``` ## More Information
anthropics/asanaOfficial
Asana project management integration. Create and manage tasks, search projects, update assignments, track progress, and integrate your development workflow with Asana's work management platform.
anthropics/context7Official
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
anthropics/discordOfficial
# Discord Connect a Discord bot to your Claude Code with an MCP server. When the bot receives a message, the MCP server forwards it to Claude and provides tools to reply, react, and edit messages. ## Prerequisites - [Bun](https://bun.sh). The MCP server runs on Bun. Install with `curl -fsSL https://bun.sh/install | bash`. ## Quick Setup > Default pairing flow for a single-user DM bot. See [ACCESS.md](./ACCESS.md) for groups and multi-user setups. **1. Create a Discord application and bot.
anthropics/fakechatOfficial
# fakechat Simple UI for testing the channel contract without an external service. Open a browser, type, messages go to your Claude Code session, replies come back. ## Setup These are Claude Code commands. Run `claude` to start a session first. Install the plugin: ``` /plugin install fakechat@claude-plugins-official ``` **Relaunch with the channel flag**. The server won't connect without this. Exit your session and start a new one: ```sh claude --channels plugin:fakechat@claude-plugins-
anthropics/firebaseOfficial
Google Firebase MCP integration. Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase backend directly from your development workflow.
anthropics/githubOfficial
Official GitHub MCP server for repository management. Create issues, manage pull requests, review code, search repositories, and interact with GitHub's full API directly from Claude Code.
anthropics/gitlabOfficial
GitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifecycle tools.
anthropics/greptileOfficial
# Greptile [Greptile](https://greptile.com) is an AI code review agent for GitHub and GitLab that automatically reviews pull requests. This plugin connects Claude Code to your Greptile account, letting you view and resolve Greptile's review comments directly from your terminal. ## Setup ### 1. Create a Greptile Account Sign up at [greptile.com](https://greptile.com) and connect your GitHub or GitLab repositories. ### 2. Get Your API Key 1. Go to [API Settings](https://app.greptile.com/sett
anthropics/imessageOfficial
# iMessage Connect iMessage to your Claude Code assistant. Reads `~/Library/Messages/chat.db` directly for history, search, and new-message detection; sends via AppleScript to Messages.app. No external server, no background process to keep alive. MacOS only. ## Quick setup > Default: text yourself. Other senders are dropped silently (no auto-reply) until you allowlist them. See [ACCESS.md](./ACCESS.md) for groups and multi-user setups. **1. Grant Full Disk Access.** `chat.db` is protected b
anthropics/laravel-boostOfficial
Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.
anthropics/linearOfficial
Linear issue tracking integration. Create issues, manage projects, update statuses, search across workspaces, and streamline your software development workflow with Linear's modern issue tracker.
anthropics/playwrightOfficial
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
anthropics/serenaOfficial
Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.
anthropics/telegramOfficial
# Telegram Connect a Telegram bot to your Claude Code with an MCP server. The MCP server logs into Telegram as a bot and provides tools to Claude to reply, react, or edit messages. When you message the bot, the server forwards the message to your Claude Code session. ## Prerequisites - [Bun](https://bun.sh). The MCP server runs on Bun. Install with `curl -fsSL https://bun.sh/install | bash`. ## Quick Setup > Default pairing flow for a single-user DM bot. See [ACCESS.md](./ACCESS.md) for gr
anthropics/terraformOfficial
The Terraform MCP Server provides smooth integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
anthropics/session-reportOfficial
Claude Code plugin: session-report
Everything AI. One email. Every Monday.
New tools. Model launches. Plugins. Repos. Tactics. The moves the sharpest builders are making right now, before everyone else. 5-minute read.