Odoo Forge is a productized monorepo for our Odoo-focused agent skills.
skills/: single source of truth for all skills, references, assets, and helper scriptsplatforms/: platform-specific plugin templates for Claude Code and Codexpackages/odoo-forge/: npm CLI package used for install, update, doctor, login, and MCP wrapper launchpackages/odoo-forge-bundle/: bundle package that carries install payloads for skills and platform wiringshared/: shared assets, hook snippets, MCP snippets, and templatesdocs/: product docs plus design and implementation plans
docs/architecture.md: monorepo architecture and MCP runtime modeldocs/install.md: install, token configuration, update, and doctor workflowdocs/release.md: npm publish order, release checks, and smoke checklistdocs/skill-writing-guidelines.md: team-wide rules for writing stateless, doc-driven, co-authoring skills
This repository is being finalized as the internal 1.0 release of Odoo Forge. The current target is a minimal, team-usable release:
- install from
npm - install skills directly into
~/.agents/skills - write FlowUS MCP directly into Codex and Claude local config
- update with a single command without cloning the repository
- release the bundle and CLI with a documented npm flow