Skip to main content
gandalf init scaffolds a team agent manifest at your project root. It writes a starter gandalf.toml and a .gandalf/skills/ directory so teammates can standardize MCP servers, skills, and hooks across Codex and Claude Code.

Synopsis

Flags

Examples

Generated file

The default template includes an MCP server, skills scaffold, a hook, and an env template:
gandalf.toml
With --from-current, existing local MCP servers become [mcp_servers.<name>] entries seeded with the source agent, ready to fill in command, args, or url.

Next steps

  1. Edit gandalf.toml to declare team MCP servers, skills, and hooks.
  2. Commit gandalf.toml and .gandalf/skills/ to Git.
  3. Teammates run gandalf apply to sync their local setup.