rulesync
Sync AI coding rules across tools and automate GitHub workflows
All Skills in This Repository (8)
Pure Emerald Level Indicatorsplaywright-cli
Automate browser interactions for web testing, form filling, and data extraction.
create-issue
Generate structured GitHub issues with titles, sections, and labels.
draft-release
Draft a GitHub release with changelog notes from ./tmp/release-notes/*.md.
release-dry-run
Summarize commits and file changes since the latest release tag.
git-worktree-runner
Create, list, remove, and navigate git worktrees with configurable defaults.
create-scrap-issue
Consolidate user-provided content into a GitHub issue labeled maintainer-scrap.
security-scan-diff
Automate security reviews of git diffs against HEAD for malicious changes.
rulesync
Generate and synchronize AI rule configuration files across 20+ tools from a single source.
Frequently Asked Questions
FAQPage SchemaHow to install Rulesync?โผ
Run `npx skills add dyoshikawa/rulesync --all -g -y` in your terminal to install all skills in this suite globally.
How to share AI rules across Cursor, Claude Code, and Copilot?โผ
Rulesync keeps one set of rule files in `.rulesync/` and generates each tool's native config format automatically, so every AI assistant follows the same instructions.
Can AI review and merge pull requests automatically?โผ
Yes. Skills like review-pr, goal-pr, and merge-pr review code for bugs and security issues, fix findings, wait for green CI, and merge safely.
Does Rulesync work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, OpenCode, and other compatible agents.
Can I convert existing AI configs without starting over?โผ
Yes. The import command reads your existing CLAUDE.md, .cursorrules, or copilot-instructions.md files and converts them into the unified format.
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