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.
Syllago serves several jobs. Pick the path that matches what you're doing right now.
You use one or two AI tools and want them in sync. Switch between "Python stack" and "frontend review" contexts in one command with loadouts and the TUI.
Solo developer path →You want every contributor cloning your repo to get the same AI config. Commit .syllago/, run syllago sync-install in CI, and keep the team from drifting.
You're rolling syllago out across an organization. Private registries, signed manifests, privacy gates, and sandboxed providers — without internal rules leaking out.
Platform admin path →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-cliAlready invested in one tool? Move your whole setup to another in three commands. See what's there, pull it into syllago, install to your new provider — format conversion runs automatically. No re-creating skills, no rewriting rules.
For developers switching or evaluating new AI tools.
# See what's in your existing setup (read-only)
syllago add --from claude-code
# Pull everything into your library
syllago add --all --from claude-code
# Install everything to the new tool
syllago install --all --to cursorConvert 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
# Share to a team registry (opens PR)
syllago share my-skill --to team-standards
# Check what works where
syllago compat my-skillMaintain 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-install --to claude-code
# Scaffold a new registry for your team
syllago registry create --new team-rulesLoadouts 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 (interactive prompt names it)
syllago loadout create
# Apply it (one command, everything configured)
syllago loadout apply my-python-stack --keep
# Switch contexts instantly
syllago loadout apply frontend-review --keep
# Done? Revert cleanly
syllago loadout remove