Syllago converts, syncs, and manages your AI tool configs across all of them.
One command configures Claude Code, Cursor, Windsurf, Copilot, and more. No manual copying between formats.
Write content once. Syllago translates it to each provider's native format. Intent carries forward, nothing is lost.
Publish your org's standards to a git registry. Everyone installs the same content from the same source.
Set up your rules, skills, and agents once. Syllago converts them to each provider's native format automatically: a Claude Code skill becomes a Kiro steering file, a Cursor rule becomes a Windsurf rule.
For developers exploring AI coding tools.
# Pull your existing config into syllago
syllago add rules --from claude-code
# Install to any other provider
syllago install my-rule --to cursor
syllago install my-rule --to windsurf
syllago install my-rule --to gemini-cli Convert content for ad-hoc sharing, or publish to a git registry that anyone can subscribe to. Syllago surfaces portability warnings so you know exactly what translates and what doesn't.
For developers who create and share AI tool content.
# Convert for sharing (stdout)
syllago convert my-skill --to cursor
# Publish to a team registry (opens PR)
syllago publish my-skill --registry team-standards
# Check what works where
syllago compat my-skill Maintain your org's AI standards in a git registry. Developers sync and install with one command. Private content stays private: syllago's privacy gate prevents accidental leakage to public registries.
For team leads and IT administrators.
# Add your team's registry
syllago registry add https://github.com/org/ai-standards.git
# Sync and install (one command in CI)
syllago sync-and-export --to claude-code
# Scaffold a new registry for your team
syllago registry create --new team-rules Loadouts bundle rules, skills, agents, hooks, and MCP configs into a single apply-as-a-unit configuration. Switch between your Python stack, frontend review setup, or security audit kit instantly. Revert cleanly when you're done.
For everyone.
# Create a loadout from your current setup
syllago loadout create my-python-stack
# Apply it (one command, everything configured)
syllago loadout apply my-python-stack
# Switch contexts instantly
syllago loadout apply frontend-review
# Done? Revert cleanly
syllago loadout remove