How to share Agent Rule across Code Workspaces

I have a Code Workspace where I’m building React apps, and I’ve turned our company’s design standards into a Rule file that I can call from the Continue copilot. This has saved us significant time on design reviews and making sure whatever we build in the repo adheres to our design standards.

What is the best practice for sharing this design standard Rule across other Code Workspaces or repos so that my teammates can also leverage it for their development work?