Viindoo

67 mods across 1 repository, 8 stars between them.

Viindoo/odoo-mcp-client

Instructions file

Instructions for Viindoo/odoo-mcp-client, covering claude.md, what this repo is, commands, architecture you must understand before editing and ssot generator - never hand-edit generated regions.

8 8d ago A 2,320 tokens original MIT

git-toolkit

02

Viindoo/odoo-mcp-client

Plugin Claude Code

Safe, scale-aware git + GitHub toolkit for AI agents - one front-door skill that runs git/github work in a delegated context so the caller stays clean and code is never lost. 1 skill + 4 agents (read-only surveyor, write operator, GitHub operator, pipeline lead). Backup-before/verify-after on destructive ops…

8 8d ago A tokens not measured original MIT

git-operator

03

Viindoo/odoo-mcp-client

Agent

Use this agent when an orchestrator needs to EXECUTE a local git mutation safely - integration (fetch, pull-rebase, merge, cherry-pick, forward-port, backport, branch/tag/worktree, non-force push) OR a destructive history rewrite (interactive rebase, squash, split, amend, reset, filter-repo, force-with-lease push). It…

8 8d ago A 308 tokens original MIT

git-pipeline-lead

04

Viindoo/odoo-mcp-client

Agent

Use this agent when a git/github change is COMPLEX or LARGE - more than 500 files, more than 10,000 lines, a multi-commit history rewrite, or a thousand-file backport/forward-port - and the whole phased pipeline should run BELOW the caller so the caller's context stays pristine. It is the ONLY agent that spawns…

8 8d ago A 350 tokens original MIT

git-surveyor

05

Viindoo/odoo-mcp-client

Agent

Use this agent when an orchestrator needs READ-ONLY git cognition - mapping, analyzing, evaluating, or proving - over a repo, a diff range, or a commit history, without mutating anything. Typical triggers include a phased-pipeline P1 map pass (cluster thousands of changed files by module), a P2 per-cluster evaluation…

8 8d ago B 281 tokens original MIT

github-operator

06

Viindoo/odoo-mcp-client

Agent

Use this agent when an orchestrator needs a GitHub API operation - the PR lifecycle (create, read, review, merge), issue triage (read, write, comment), branch/commit/tag queries, file reads, code search, releases, CI status, or fork -> PR upstream. It uses the GitHub MCP tools as PRIMARY and the gh CLI as fallback…

8 8d ago A 302 tokens original MIT

git-ops

07

Viindoo/odoo-mcp-client

Skill Claude CodeCodex

Universal front door for ALL git and GitHub work: it ROUTES the request and DISPATCHES a specialist agent to execute it in a delegated context; it never runs the churn itself, so the caller stays clean and code is never lost. Trigger whenever a request touches git or GitHub in ANY way, even casual phrasing…

8 8d ago A 278 tokens original MIT

odoo-ai-agents

08

Viindoo/odoo-mcp-client

Plugin Claude Code

Odoo AI workforce toolkit - 51 skills + 26 specialist agents + 8 workflow commands across engineering, sales, marketing, strategy, setup, visual UI testing, and automated multi-module git integration. Pairs with the odoo-semantic-mcp server for indexed-codebase grounding (auto-installed). Includes browser-automation…

8 8d ago A tokens not measured original MIT

chrome-devtools

09

Viindoo/odoo-mcp-client

MCP server Claude CodeCodexCursor +2

Lets the agent inspect and automate a live Chrome instance through the DevTools protocol: performance traces, network, console. Runs locally from the chrome-devtools-mcp npm package.

8 8d ago A tokens not measured copy · 86% MIT

odoo-backend-coder

10

Viindoo/odoo-mcp-client

Agent

Use this agent when the main agent needs to write production-ready Python/XML Odoo backend code - computed fields, ORM overrides, constraints, migration scripts. It implements to a RED test the odoo-test-writer teammate already authored (it does NOT author tests). Dispatched by the odoo-coder per-node coordinator as…

8 8d ago A 116 tokens original MIT

Viindoo/odoo-mcp-client

Agent

Use this agent when the main agent needs to diagnose a Python/ORM/server-side Odoo runtime failure to a PROVEN root cause - data-state bugs, Expected singleton, AccessError (ir.model.access vs ir.rule), compute/onchange/constraint/ORM-hook-order bugs, tracebacks, module-load/migration/ParseError. OSM-only (no…

8 8d ago B 92 tokens original MIT

odoo-code-reviewer

12

Viindoo/odoo-mcp-client

Agent

Use this agent when main agent needs to review existing Odoo Python/JS/XML/OWL code for bugs, convention violations, security issues, N+1 queries. Produces CRITICAL/HIGH/MED/LOW findings + corrected version.

8 8d ago A 54 tokens original MIT

odoo-coder

13

Viindoo/odoo-mcp-client

Agent

Use this agent as the COORDINATOR the odoo-coding skill launches for EVERY work node (backend-only, frontend-only, or full-stack; a node may name one module, part of one, or several). For its node it computes an INTERNAL work-item (WI) breakdown - splitting the node's changes into 1..N WIs by DISJOINT file sets …

8 8d ago A 250 tokens original MIT

Viindoo/odoo-mcp-client

Agent

Use this agent when an orchestrator needs a structured business behavior (nghiệp vụ) / intent (ý đồ) / expected-outcome / acceptance-criteria comparison between two code states - read-only, writes only its findings file. Typical triggers include odoo-git-rebase P3 dispatching a cluster-level comparison of the feature…

8 8d ago A 136 tokens original MIT

odoo-doc-planner

15

Viindoo/odoo-mcp-client

Agent

Use this agent when a documentation package spanning MORE THAN ONE Odoo module needs a dependency-aware execution plan before any instance is provisioned - it partitions the in-scope modules into dependency clusters, allocates instances by DAG SHAPE (a linear chain shares one instance and installs incrementally…

8 8d ago A 365 tokens original MIT

odoo-doc-scenarist

16

Viindoo/odoo-mcp-client

Agent

Use this agent when the odoo-doc-walkthrough skill (or another caller) needs happy-path usage scenarios authored for an Odoo module - structured walkthroughs (role, precondition, step list, expected outcome) grounded in the module's ACTUAL behavior via OSM, ready to drive the odoo-doc-illustration skill CAPTURE MODE…

8 8d ago A 125 tokens original MIT

odoo-doc-scoper

17

Viindoo/odoo-mcp-client

Agent

Use this agent when the doc pipeline needs to resolve the documentation target, map it to Odoo modules, and produce a compact scope block before dispatching the odoo-doc-illustration skill. Typical triggers include the odoo-doc-illustration skill receiving a TARGET=repo: instruction for a multi-module scan, a…

8 8d ago A 242 tokens original MIT

Viindoo/odoo-mcp-client

Agent

Use this agent when the odoo-doc-feature-map skill (or another caller) needs a complete, machine-readable capability inventory for ONE Odoo module done in its OWN context so the orchestrator stays context-clean. It enumerates every user-visible feature a module ships - menus, views, models, actions, key fields, roles…

8 8d ago A 196 tokens original MIT

odoo-frontend-coder

19

Viindoo/odoo-mcp-client

Agent

Use this agent when main agent needs to write production-ready Odoo frontend code (JavaScript, OWL, QWeb, SCSS) for any supported version - legacy web.Widget/AbstractField/odoo.define() (v8-v14) or OWL 2.x patch()/useState/useService (v15+). Produces complete files + manifest wiring. It implements to a RED JS test the…

8 8d ago A 148 tokens original MIT

odoo-gap-analyzer

20

Viindoo/odoo-mcp-client

Agent

Use this agent when the odoo-gap-analysis skill (or another caller) needs the heavy gap-analysis work for ONE requirement cluster done in its OWN context, so the orchestrator/main stays context-clean. It classifies each requirement against Odoo standard functionality - coverage (full/partial/none), classification…

8 8d ago A 178 tokens original MIT

odoo-icon-designer

21

Viindoo/odoo-mcp-client

Agent

Use this agent when the main agent needs to design and generate an Odoo module icon asset - composing a brand-aware, version-correct SVG then rasterizing it to static/description/icon.png (256x256 PNG). Typical triggers: "design an icon for this module", "generate icon.png for ", "create the app icon for this addon"…

8 8d ago D 157 tokens original MIT

Viindoo/odoo-mcp-client

Agent

Use this agent when the forward-port pipeline needs to resolve a category-3 ambiguity - the target clean-tip module descriptor shows installable: True for a module, but that manifest was not touched by any commit in the forwarded commit range, so the SOURCE-side manifest history must also be read to confirm whether…

8 8d ago A 107 tokens original MIT

odoo-instance-ops

23

Viindoo/odoo-mcp-client

Agent

Use this agent when a human OR another agent needs a live Odoo instance built, dropped, or driven for ANY series from v8 onward - create or drop a database through Odoo, init or update modules, run tests, ensure an instance is up, or report status - and wants structured metadata back including a persistent log path.…

8 8d ago A 177 tokens original MIT

Viindoo/odoo-mcp-client

Agent

Use this agent when the main agent needs to extract the business intent, purpose, and behavioral contract from one or more Odoo commits belonging to the SAME module - separating what behavior each commit was designed to produce from its implementation details. Read-only, one MODULE per instance: odoo-forward-port's P1…

8 8d ago A 232 tokens original MIT