Skip to content

Best AI GitHub Repos

Browse 327 repos. Filter by type or sort.

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.

0
plugin
Read more →

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 -

0
plugin
Read more →

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

0
plugin
Read more →

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.

0
plugin
Read more →

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.

0
pluginmcp
Read more →

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.

0
pluginmcp
Read more →

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-

0
plugin
Read more →

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.

0
pluginmcp
Read more →

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.

0
pluginmcp
Read more →

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.

0
plugin
Read more →

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

0
plugin
Read more →

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

0
plugin
Read more →

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.

0
pluginmcp
Read more →

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.

0
plugin
Read more →

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.

0
pluginmcp
Read more →

anthropics/serenaOfficial

Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.

0
pluginmcp
Read more →

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

0
pluginmcp
Read more →

anthropics/terraformOfficial

The Terraform MCP Server provides smooth integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.

0
pluginmcp
Read more →

anthropics/Claude CookbooksOfficial

A collection of notebooks and recipes showcasing fun and effective ways of using Claude, maintained by Anthropic.

tutorial
Read more →

anthropics/session-reportOfficial

Claude Code plugin: session-report

plugin
Read more →

anthropics/fullstoryOfficial

Connect Claude to Fullstory to query behavioral analytics, session replays, and customer experience insights.

plugin
Read more →

anthropics/jfrogOfficial

Use the JFrog Platform from Claude Code: Artifactory repos and artifacts, security findings and exposures, Catalog package safety and downloads, workflows across the SDLC, and platform administration.

plugin
Read more →

anthropics/code-modernizationOfficial

# Code Modernization Plugin A structured workflow and set of specialist agents for modernizing legacy codebases — COBOL, legacy Java/C++, monolith web apps — into current stacks while preserving behavior. ## Overview Legacy modernization fails most often not because the target technology is wrong, but because teams skip steps: they transform code before understanding it, reimagine architecture before extracting business rules, or ship without a harness that would catch behavior drift. This pl

plugin
Read more →

anthropics/cwc-makersOfficial

# cwc-makers Seamless onboarding for the [Code-with-Claude Makers](https://claude.com/cwc-makers) Cardputer kit. ## What it does Plug in your M5Stack Cardputer-Adv over USB-C, type `/maker-setup`, and Claude will: 1. Clone [`moremas/build-with-claude`](https://github.com/moremas/build-with-claude) 2. Detect the device, flash UIFlow 2.0 firmware, and install the Claude Buddy + Hello + Snake app bundle 3. Walk you through the one physical step (the download-mode button press on the back of the

plugin
Read more →
PreviousPage 9 of 14Next

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.