An intelligent VS Code extension that automatically manages project-specific coding rules for Cursor AI, ensuring consistent development standards across repositories.
Features
Automatic Rule Management
Repo Detection: Automatically detects Git repositories in your workspace
Smart Rule Syncing: Deploys appropriate rules based on repository name or project dependencies
Real-time Updates: Syncs rules on startup, workspace changes, and manual commands
Rule Deployment Logic
Repository Match: If your repo matches a configured repository name, deploys both repo-specific and common rules
Dependency Fallback: If no repo match but @marmeto_engineering/anthers-components is in dependencies, deploys common rules only
Cleanup: Removes stale helix rules when no conditions are met
File Management
Syncs rules to .cursor/rules/ directory as .mdc files