hubify soul
Commands for managing souls — AI agent personality templates that define how agents approach tasks.Usage
Subcommands
| Command | Description |
|---|---|
list | List available souls |
info <name> | View detailed soul information |
use <name> | Set a soul as primary for this project |
create | Create a new soul interactively |
publish <path> | Publish a soul to the registry |
search <query> | Search for souls by description |
fork <name> | Create a variant of an existing soul |
soul list
List available souls with optional filters.--domain <name>— Filter by domain--limit <n>— Maximum results--format <type>— Output format:human,json
soul info
View detailed information about a soul.soul use
Set a soul as the primary personality for the current project.SOUL.md and soul.yaml to the project or global config directory.
Options:
--global— Set as the global default soul
soul create
Create a new soul interactively.soul publish
Publish a soul to the registry.soul search
Search for souls by description or domain.soul fork
Create a variant of an existing soul.--new-name <name>— Name for the forked soul--no-prompt— Skip interactive editing