AI Rules Manager – Package manager for AI coding assistant rules
I built ARM (AI Rules Manager) to solve a problem that's been bugging me: managing AI rules across projects is broken. If you use Cursor, GitHub Copilot, or Amazon Q, you know how powerful custom rules can be for guiding AI behavior. But right now, everyone just copies `.cursorrules` files around manually. Once copied, they're orphaned – no updates, no version control, no way to know if changes will break your AI's behavior. ARM treats AI rules like npm packages. You can: - Install versioned rulesets: arm install awesome-cursorrules/python - Connect to Git registries like…
In plain words
AI Rules Manager is a package manager for AI coding assistant rules that works with Cursor, GitHub Copilot, and Amazon Q. Instead of manually copying and maintaining `.cursorrules` files across projects, it treats AI rules as versioned dependencies that can be installed, updated, and synced like npm packages. Users can install rulesets from Git registries, keep rules synchronized across projects with semantic versioning, and target multiple AI tools with different configurations. The tool solves the problem of orphaned rule files by enabling centralized management and automatic updates.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
I built ARM (AI Rules Manager) to solve a problem that's been bugging me: managing AI rules across projects is broken. If you use Cursor, GitHub Copilot, or Amazon Q, you know how powerful custom rules can be for guiding AI behavior. But right now, everyone just copies `.cursorrules` files around manually. Once copied, they're orphaned – no updates, no version control, no way to know if changes will break your AI's behavior. ARM treats AI rules like npm packages. You can: - Install versioned rulesets: arm install awesome-cursorrules/python - Connect to Git registries like PatrickJS/awesome-cursorrules - Keep rules synced across projects with semantic versioning - Target multiple AI tools (Cursor, Copilot, Amazon Q) with different layouts The key insight: AI rules should be dependencies, not copy-pasted files. When the awesome-cursorrules repo updates their Python rules, you want to choose when and how to upgrade, just like any other dependency. Quick example: --------------------------- # Connect to a registry arm config registry add awesome-cursorrules https://github.com/PatrickJS/awesome-cursorrules --type git # Install Python rules to Cursor arm config sink add cursor --directories .cursor/rules arm install awesome-cursorrules/python # Later, update when you're ready arm update awesome-cursorrules/python ---------------------------- It creates arm.json and arm-lock.json files (like package.json/package-lock.json) so your whole team gets the same AI behavior. One-liner install: curl -fsSL https://raw.githubusercontent.com/jomadu/ai-rules-manager/ma... | bash GitHub: https://github.com/jomadu/ai-rules-manager Would love feedback from other folks dealing with AI rule management chaos!
Does the same job
all alternatives →
- CACursor AI Rules Directory (Open Source)2024 · cursor.directory · ▲51
While Cursor has already revolutionized coding, you can still configure it to perform even better based on your language and framework. That's why we created Cursor Directory, a collection of the best cursor rules for your framework and language from the community. It's fully open source and you can contribute to it by submitting your own rules. Just copy and add a .cursorrules file to your project root! Let me know what you think!

- RARulebook AI – rules and memory manager for AI coding IDEs2025 · github.com · ▲21
- APA package manager for AI plugins2023 · openpm.ai · ▲82
More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 27d ago · cactuscompute.com


Launched alongside, September 2025
the whole month →
- AS
Commerce · Sep 2025 · anycrap.shop
- TE
I made a built-from scratch Wayland Compositor to display any GUI app* in the terminal! I think there is a lot of unexplored potential in custom Wayland compositors, a lot of really cool things you can embed existing applications into! So, I started with embedding apps into the terminal because that is the easiest input/output (output is just utf-8 and I use the great `chafa` library for that, and I just read from stdin for the input). If you have any other ideas for cool Wayland compositors, let me know. I purposedly wrote 80% the app in Typescript to appeal to the most developers and…
Dev tools · Sep 2025 · github.com
- IR
Years ago I stumbled across a basic version of this concept and it stuck with me. I knew if I was ever going to take on such a project, it would need to be flawless, but without coding experience it was just another idea that would never happen. By the end of 2024, as AI coding tools exploded everywhere, I finally had a way to make it real. I started from zero knowledge and spent months collaborating with AI agents as a learning experience. Every pixel and every function went through me. The AI translated what I asked for into code, but every decision was human. I didn't use existing OS…
AI · Sep 2025 · mitchivin.com

