Fast indexer for Odoo codebases - 95% more token-efficient than reading files. USE AUTOMATICALLY AND PROACTIVELY before ANY Odoo code work. AUTO-TRIGGER when user mentions models (sale.order, res.partner, account.move, etc.), fields (partner_id, name, state, etc.), views (form, tree, kanban), XML IDs, or when you need to search/validate/explore Odoo code. USE BEFORE writing code to validate references exist, USE BEFORE reading files to locate elements, USE DURING debugging to trace dependencies. CRITICAL: Always validate models/fields/xmlids with indexer before using them in code. Provides <100ms searches vs reading 20+ files. Essential for all Odoo development tasks.
$npx -y skills add letzdoo/claude-marketplace --skill odoo-indexerInstalls into the current project.
Run `npx skills use "https://github.com/letzdoo/claude-marketplace" --skill "letzdoo/claude-marketplace/odoo-indexer"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/letzdoo/claude-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/letzdoo/claude-marketplace"` and select the relevant skills, then follow their instructions.