From 00186a7cfb9c0ef23c671cb768efc841b5bfa267 Mon Sep 17 00:00:00 2001 From: Ned C Date: Fri, 27 Feb 2026 19:40:00 -0500 Subject: [PATCH] Add rule-gen to Snippet generators --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42466ff..6f91f05 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [AI Code Playground](https://aicodeplayground.com/) — A web tool for refactoring and improving code. - [AutoRegex](https://www.autoregex.xyz/) — AutoRegex uses OpenAI's GPT-3 to produce regular expressions from plain English. - [unpkg.ai](https://unpkg.ai/) — Open source AI-powered ESM module generation service. Generate JavaScript modules via URL for rapid prototyping. +- [rule-gen](https://github.com/nedcodes-ok/rule-gen) — CLI tool that generates AI coding rules from your actual codebase using Google Gemini. Feeds source files into Gemini's 1M token context window to produce project-specific rules for Cursor, Claude Code, Copilot, and Windsurf. Zero dependencies. ## Documentation