Use this file to discover all available pages before exploring further.
By the end of this page you’ll have a working gaal.yaml, every detected agent skill imported into it, and a clean gaal sync that completes without errors.
The interactive wizard turns the audit into a real config file:
$ gaal init? How should we create your gaal.yaml? ▸ Import everything detected on this machine Start from an empty documented skeleton? Where should this configuration apply? ▸ Project (./gaal.yaml) Global (~/.config/gaal/config.yaml)
After confirming, init writes a fully-populated gaal.yaml to the chosen path.
No TTY? Use the non-interactive form:
gaal init --import-all --scope project
--empty and --import-all are mutually exclusive; one is required when stdin isn’t a TTY.