Discover and explore top open-source AI tools and projects—updated daily.
Universal rules template for AI coding assistants
Top 80.2% on SourcePulse
This repository provides a universal template for AI coding assistant rules, aiming to standardize behavior and enforce best practices across platforms like GitHub Copilot, Cursor, CLINE, Roo Code, and Windsurf. It targets developers working on complex projects or teams using multiple AI assistants, offering a structured "memory bank" for persistent project context and consistent AI-driven development workflows.
How It Works
The template centralizes AI interaction rules and project documentation into a unified system. It defines structured workflows for planning, implementation, and debugging, inspired by software engineering principles. A "memory bank" comprising organized documentation files (PRDs, architecture, technical specs, task lists) provides deep, persistent context to AI assistants, reducing repetitive explanations and improving code quality.
Quick Start & Requirements
python src/manage_rules.py install <path_to_your_target_repo> [--rule-set <rule_set_name>]
requirements.txt
.playwright install
.Highlighted Details
manage_rules.py
) for installation, synchronization, and cleanup.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
5 days ago
Inactive