From 2b1b54d0465b815802c65de3c79dc9f824532c11 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Wed, 25 Mar 2026 19:55:01 +0000 Subject: [PATCH] Move ChatGPT plugins from Resources to Web-Based Tools ChatWithGit and Code ChatGPT Plugin are actual tools/plugins, not static resources. Created new "ChatGPT Plugins" subcategory under Web-Based Tools where they fit better. Co-Authored-By: Claude Opus 4.5 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cf601c..9020abf 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Code Assistants](#code-assistants) - [Database & SQL](#database--sql) - [Snippet & Utility Tools](#snippet--utility-tools) + - [ChatGPT Plugins](#chatgpt-plugins) - [Desktop Applications](#desktop-applications) - [Automated Workflows](#automated-workflows) - [PR & Code Review Bots](#pr--code-review-bots) @@ -217,6 +218,11 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [AskCommand](https://www.askcommand.cppexpert.online/) — Web based tool to generate Unix commands from text automatically using AI. - [GitFluence](https://www.gitfluence.com/) — Web-based Git command generator to automatically generate Git commands for terminal or CLI from text description, using an AI-driven solution to suggest the most relevant Git commands. +#### ChatGPT Plugins + +- [ChatWithGit](https://gitsearch.sdan.io/) — Enables ChatGPT to search GitHub and return links to relevant repositories. +- [Code ChatGPT Plugin](https://github.com/kesor/chatgpt-code-plugin) — Open source example of a ChatGPT plugin that pulls context from a directory of files. + --- ## Desktop Applications @@ -370,5 +376,3 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [AI Coding Compare](https://aicodingcompare.com) — Compare 50+ AI coding assistants with features, pricing, and performance benchmarks. - [Havoptic](https://havoptic.com/) — Free, open-source timeline tracking releases from AI coding tools. Auto-updated daily. [Source](https://github.com/scotthavird/havoptic.com) - [AI Dev Toolkit](https://github.com/dohko04/awesome-ai-prompts-for-devs) — 198 production-ready AI engineering resources: prompt frameworks, multi-agent configs, MCP setups, RAG pipelines, and automation scripts for Claude Code, Cursor, GPT-5, Copilot, and more. Free samples included. -- [ChatWithGit](https://gitsearch.sdan.io/) — Enables ChatGPT to search GitHub and return links to relevant repositories. -- [Code ChatGPT Plugin](https://github.com/kesor/chatgpt-code-plugin) — Open source example of a ChatGPT plugin that pulls context from a directory of files.