| name | eos-init |
| description | Initialize Engineering OS for a repository and generate Codex-native AGENTS.md, repo skills, and optional MCP configuration. |
EOS Init
Use this skill when setting up Engineering OS in a repository for Codex or other AI coding tools.
Workflow
- Check whether
.eos/ already exists.
- If initialization is needed, run:
npx engineering-os init --codex
- If the user wants all supported adapters, run:
npx engineering-os init --all
- Confirm that
AGENTS.md, .agents/skills/eos-*, and .codex/config.toml were generated.
- Tell the user Codex must trust the project for project-local
.codex/config.toml MCP configuration to load.