looplia registry
The registry command manages skill sources and the compiled skill catalog.
looplia registry <subcommand>Subcommands
Section titled “Subcommands”Initialize the registry with default marketplace sources.
looplia registry initDownloads default marketplaces and compiles the skill catalog. This runs automatically during looplia init.
Add a third-party GitHub repository as a skill source.
looplia registry add <url>Example:
looplia registry add https://github.com/user/my-skillsRecompile the skill catalog from all configured sources.
looplia registry syncUse this after adding new sources or when skills have been updated upstream.
Display all configured registry sources with their skill counts and status.
looplia registry listremove
Section titled “remove”Remove a registry source by its ID.
looplia registry remove <source-id>Quick Reference
Section titled “Quick Reference”| Command | Description |
|---|---|
looplia registry init | Initialize registry with default sources |
looplia registry add <url> | Add a marketplace source |
looplia registry sync | Recompile skill catalog |
looplia registry list | Show configured sources |
looplia registry remove <id> | Remove a source |
See Also
Section titled “See Also”- Skill Registry Overview — Core concepts
- Marketplace & Plugins — Architecture details
- Bootstrap Process — How initialization works
- skill — Install and manage individual skills