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
--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
- Edit
gandalf.tomlto declare team MCP servers, skills, and hooks. - Commit
gandalf.tomland.gandalf/skills/to Git. - Teammates run
gandalf applyto sync their local setup.