{
  "markdown": "# Google Gemini CLI Odoo Module Generator Extension\n\nThis repository provides a custom command extension for the [Gemini CLI](https://geminicli.com) (or compatible Gemini terminal clients) that behaves as an autonomous agentic scaffold tool for Odoo development.\n\nInstead of writing `__manifest__.py` and folders by hand, you can invoke this command and have Gemini automatically reason about your requirements, write a detailed Markdown design document, scaffold the entire directory structure, and scaffold out the model, view, security, and wizard directories.\n\n![Invoking the command](assets/command.png)\n![The agent in action](assets/command2.png)\n\n## Features\n\n- **Interactive Requirements Gathering**: The agent asks you clarifying questions about the technical name, title, version, and dependencies of the new module.\n- **Design Document Generation**: Automatically writes a `specs/DESIGN.md` explicitly detailing the inheritance model, UI/UX architecture, and security strategy before touching any code.\n- **Implementation Plan**: Creates a checklist-based `specs/IMPLEMENTATION.md` so you can follow the engine's step-by-step scaffolding process.\n- **Automatic Scaffolding**: Uses its tools to actually execute `mkdir` and create `__init__.py`, `__manifest__.py`, and all relevant boilerplate.\n\n## Installation\n\nThis extension can be installed directly from this Git repository or via the Gemini Extension Gallery if it has been indexed.\n\n### Option 1: Install via Gemini CLI (Recommended)\n\nYou can install this extension directly using the Gemini CLI `extensions install` command. The CLI will download the latest version from the main branch.\n\n```bash\ngemini extensions install https://github.com/jeevanism/Gemini-Odoo-Module-Generator\n```\n\n### Option 2: Local Project Installation (Manual)\n\nIf you only want this command available when you are inside a specific Odoo project repository, you can copy the `commands` directory into that project's `.gemini` directory.\n\n```bash\n# Navigate to your Odoo project root\ncd /path/to/your/odoo/project\nmkdir -p .gemini/\n# Copy the commands folder into the project's .gemini folder\ncp -r /path/to/this/repo/commands .gemini/\n```\n\n## Usage\n\nOnce installed, simply open your Gemini command line interface and invoke the command:\n\n```text\n/create-odoo-module\n```\n\nThe assistant will begin interviewing you about your module specifications. Relax, answer its questions, and review the design document when prompted!\n\n## Customizing\n\nYou can easily modify how the Odoo developer agent behaves by editing the prompt inside `commands/create-odoo-module.toml`. Feel free to adjust the template to strictly follow your own organization's Odoo guidelines or OCA standards.\n",
  "bytes": 2716,
  "sha": "33c7042e704c428660218386ce7a8acf572f6030d2495da8459f2a36f85cc00d",
  "repo_slug": "jeevanism/gemini-odoo-module-generator",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_jeevanism_gemini_odoo_module_generator_543303db/readme"
}