Best AI GitHub Repos
Browse 321 repos. Filter by type or sort.
openai/improved-diffusionOfficial
Release for Improved Denoising Diffusion Probabilistic Models
openai/chatgpt-retrieval-pluginOfficial
The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.
openai/point-eOfficial
Point cloud diffusion for 3D model synthesis
openai/shap-eOfficial
Generate 3D objects conditioned on text or images
openai/jukeboxOfficial
Code for the paper "Jukebox: A Generative Model for Music"
openai/openai-quickstart-pythonOfficial
Python example app from the OpenAI API quickstart tutorial
openai/gpt-discord-botOfficial
Example Discord bot written in Python that uses the completions API to have conversations with the `text-davinci-003` model, and the moderations API to filter the messages.
openai/consistency_modelsOfficial
Official repo for consistency models.
openai/glide-text2imOfficial
GLIDE: a diffusion-based text-conditional image synthesis model
openai/DALL-EOfficial
PyTorch package for the discrete VAE used for DALL·E.
openai/dallify-discord-botOfficial
Example code for using OpenAI’s NodeJS SDK with discord.js SDK to create a Discord Bot that uses Slash Commands.
openai/consistencydecoderOfficial
Consistency Distilled Diff VAE
openai/summarize-from-feedbackOfficial
Code for "Learning to summarize from human feedback"
supabase-community/supabase
The open source Firebase alternative. Follow to stay updated about our public Beta.
openai/finetune-transformer-lmOfficial
Code and model for the paper "Improving Language Understanding by Generative Pre-Training"
anthropics/agent-sdk-devOfficial
# Agent SDK Development Plugin A comprehensive plugin for creating and verifying Claude Agent SDK applications in Python and TypeScript. ## Overview The Agent SDK Development Plugin streamlines the entire lifecycle of building Agent SDK applications, from initial scaffolding to verification against best practices. It helps you quickly start new projects with the latest SDK versions and ensures your applications follow official documentation patterns. ## Features ### Command: `/new-sdk-app`
anthropics/clangd-lspOfficial
# clangd-lsp C/C++ language server (clangd) for Claude Code, providing code intelligence, diagnostics, and formatting. ## Supported Extensions `.c`, `.h`, `.cpp`, `.cc`, `.cxx`, `.hpp`, `.hxx`, `.C`, `.H` ## Installation ### Via Homebrew (macOS) ```bash brew install llvm # Add to PATH: export PATH="/opt/homebrew/opt/llvm/bin:$PATH" ``` ### Via package manager (Linux) ```bash # Ubuntu/Debian sudo apt install clangd # Fedora sudo dnf install clang-tools-extra # Arch Linux sudo pacman -S cla
anthropics/claude-code-setupOfficial
# Claude Code Setup Plugin Analyze codebases and recommend tailored Claude Code automations - hooks, skills, MCP servers, and more. ## What It Does Claude uses this skill to scan your codebase and recommend the top 1-2 automations in each category: - **MCP Servers** - External integrations (context7 for docs, Playwright for frontend) - **Skills** - Packaged expertise (Plan agent, frontend-design) - **Hooks** - Automatic actions (auto-format, auto-lint, block sensitive files) - **Subagents**
anthropics/claude-md-managementOfficial
# CLAUDE.md Management Plugin Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current. ## What It Does Two complementary tools for different purposes: | | claude-md-improver (skill) | /revise-claude-md (command) | |---|---|---| | **Purpose** | Keep CLAUDE.md aligned with codebase | Capture session learnings | | **Triggered by** | Codebase changes | End of session | | **Use when** | Periodic maintenance | Session revealed missi
anthropics/code-reviewOfficial
# Code Review Plugin Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives. ## Overview The Code Review Plugin automates pull request review by launching multiple agents in parallel to independently audit changes from different perspectives. It uses confidence scoring to filter out false positives, ensuring only high-quality, actionable feedback is posted. ## Commands ### `/code-review` Performs automated code revi
anthropics/code-simplifierOfficial
Agent that simplifies and refines code for clarity, consistency, and maintainability while preserving functionality
anthropics/commit-commandsOfficial
# Commit Commands Plugin Streamline your git workflow with simple commands for committing, pushing, and creating pull requests. ## Overview The Commit Commands Plugin automates common git operations, reducing context switching and manual command execution. Instead of running multiple git commands, use a single slash command to handle your entire workflow. ## Commands ### `/commit` Creates a git commit with an automatically generated commit message based on staged and unstaged changes. **W
anthropics/csharp-lspOfficial
# csharp-lsp C# language server for Claude Code, providing code intelligence and diagnostics. ## Supported Extensions `.cs` ## Installation ### Via .NET tool (recommended) ```bash dotnet tool install --global csharp-ls ``` ### Via Homebrew (macOS) ```bash brew install csharp-ls ``` ## Requirements - .NET SDK 6.0 or later ## More Information - [csharp-ls GitHub](https://github.com/razzmatazz/csharp-language-server) - [.NET SDK Download](https://dotnet.microsoft.com/download)
anthropics/example-pluginOfficial
# Example Plugin A comprehensive example plugin demonstrating Claude Code extension options. ## Structure ``` example-plugin/ ├── .claude-plugin/ │ └── plugin.json # Plugin metadata ├── .mcp.json # MCP server configuration ├── skills/ │ ├── example-skill/ │ │ └── SKILL.md # Model-invoked skill (contextual guidance) │ └── example-command/ │ └── SKILL.md # User-invoked skill (slash command) └── commands/ └── example-command.md
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.