ai-rules-sync
Sync rules, skills, and commands across coding projects
All Skills in This Repository (5)
Pure Emerald Level Indicatorsupdate-docs
Refresh project documentation after code changes and validate diffs.
new-adapter
Implement and register a new AI tool adapter with CLI commands and tests.
update-knowledge-base
Analyzes recent git commits and updates KNOWLEDGE_BASE.md with architecture, features, conventions.
summarize-session
Extract reusable Claude rules, skills, and commands from session transcripts.
sync-readme
Compares English README.md and Chinese README_zh.md to synchronize translations and formatting.
Frequently Asked Questions
FAQPage SchemaHow to install ai-rules-sync?โผ
Run `npx skills add lbb00/ai-rules-sync --all -g -y` in your terminal to install all skills in this suite globally.
How to share rules across multiple coding projects?โผ
AIS links rules, skills, and commands from one Git repository into every project via symbolic links, so editing once updates all projects instantly.
Which coding tools does ai-rules-sync support?โผ
It supports over 20 tools including Cursor, Claude Code, GitHub Copilot, Codex, Gemini CLI, Windsurf, Cline, and Trae, each with native rules, skills, commands, and agents.
How to onboard a team with shared AI configs?โผ
Commit the ai-rules-sync.json config to your repo, then teammates run `ais install` after cloning to restore every linked rule and skill automatically.
Can I sync my personal AI configs across machines?โผ
Yes. User mode syncs personal files like CLAUDE.md or GEMINI.md to your home directory, and `ais user install` restores them on a new machine.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core