Skip to content llms.txt

Collections

Syllago organizes content into three collection types, each serving a different role in your workflow. Your library holds content you own and manage directly. Registries connect you to shared content from teams or the community. Loadouts bundle content together so you can apply entire configurations at once.

AspectLibraryRegistriesLoadouts
Location~/.syllago/content/Git repos (cloned locally)Defined in config
AccessRead-writeRead locally, contribute via PRApply/revert
PurposeYour personal contentShared team/community contentBundled configurations
Key commandsadd, install, listregistry add/sync/itemsloadout create/apply/remove

Your personal content store at ~/.syllago/content/. This is where syllago manages the content you acquire from providers. You have full read-write access — add, edit, or remove content as needed.

Terminal window
syllago add --from <provider>
syllago list
syllago install <name> --to <provider>

Library deep-dive

Git-based repositories of shared content maintained by teams or the community. You consume registry content locally and can contribute back via pull request using syllago publish.

Terminal window
syllago registry add <url>
syllago registry sync
syllago registry items

Registries deep-dive

Bundled sets of content — rules, skills, agents, hooks, MCP configs — that apply as a unit. Loadouts let you switch between configurations quickly, either temporarily for testing or permanently.

Terminal window
syllago loadout create
syllago loadout apply <name> --try # temporary
syllago loadout apply <name> --keep # permanent
syllago loadout remove <name>

Loadouts deep-dive