GroundRules: Skill for Claude Code

.agents/archive/v3/skill_odoo-discipline/skills/odoo-grill-me/SKILL.md

odoo-grill-me is a skill for Claude Code, Codex from chama-x/GroundRules. It costs 66 tokens per session (904 once invoked), scanned A, original, MIT.

A questioning and review process for stress-testing an Odoo addon plan before or during implementation. Odoo is business software extended through modules called addons, and OWL is its web-interface framework.

In plain words
What is it for?
Use it to review an addon architecture, examine a migration or security design, challenge an OWL frontend plan, or agree on how the result will be verified.
Why use it?
It exposes missing decisions and design risks around workflows, data models, screens, permissions, migrations, frontend changes, and testing before they become implementation problems.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is chama-x/GroundRules's own configuration. It tells Claude Code and Codex how to work on GroundRules itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything GroundRules configures →

Reuse

Borrowing it

Nothing to install: this file belongs to chama-x/GroundRules. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/chama-x/GroundRules/master/.agents/archive/v3/skill_odoo-discipline/skills/odoo-grill-me/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/chama-x/GroundRules

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for odoo-grill-me

README.md
[![agentmods](https://agentmods.dev/badge/skills/chama-x/groundrules/odoo-grill-me/github.svg)](https://agentmods.dev/skills/chama-x/groundrules/odoo-grill-me)
Your own site
<a href="https://agentmods.dev/skills/chama-x/groundrules/odoo-grill-me"><img src="https://agentmods.dev/badge/skills/chama-x/groundrules/odoo-grill-me/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for odoo-grill-me

Your own site · 80×15
<a href="https://agentmods.dev/skills/chama-x/groundrules/odoo-grill-me"><img src="https://agentmods.dev/badge/skills/chama-x/groundrules/odoo-grill-me.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 904 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.00904
Opus 5 $0.00033 $0.00452
Sonnet 5 $0.00013 $0.00181
Haiku 4.5 $0.00007 $0.00090

Measured 9d ago against content hash c936df057384, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

odoo-grill-me scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/archive/v3/skill_odoo-discipline/skills/odoo-grill-me/SKILL.md · 113 lines

How it starts

The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Odoo Grill Me

Interview the user relentlessly about every aspect of an Odoo plan until there is shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one by one.

Ask exactly one question at a time. For each question, include your recommended answer.

If a question can be answered by exploring the codebase, inspect the codebase instead of asking.

First Move

Before asking, gather discoverable facts:

  • Odoo version and edition if visible from branch/docs/config.
  • Addon/module names and manifests.
  • Existing models, views, security, data, controllers, assets, tests, and docs relevant to the plan.
  • $ODOO_SOURCE, $ODOO_TOOL_README, and $ODOO_BASE_COMMAND context when available.

Then ask the highest-leverage unresolved question.

Question Branches

Use only the branches relevant to the plan.

Product And Workflow

  • What user workflow is being changed?
  • Which users/groups need it?
  • What should happen in draft, confirmed, cancelled, archived, or error states?
  • What business invariant must never be violated?

Module Boundary

  • Which addon owns the concept?
  • Is this a new addon, extension of an existing addon, or configuration/data-only change?
  • Which manifest dependencies are real, and which would be convenience dependencies?
  • Does the plan couple unrelated business domains?

Model Design

  • Is this a new model, _inherit, or _inherits?
  • What is the lifecycle of the record?
  • Which fields are stored, computed, related, required, tracked, or company-dependent?
  • Which constraints belong in Python, SQL, views, or onchange?
  • Which methods are stable seams for future extension?

Security And Access

  • Which groups can read, create, write, and unlink?
  • Are record rules needed, and are they multi-company safe?
  • Is any sudo() required? If yes, why is access elevation correct?
  • Are portal/public users or controllers exposed?
  • What data could leak across companies, websites, portals, or users?

Read the full file on GitHub · 113 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 113 lines · 66 tokens per session scan A c936df057384

Subscribe to this mod's changes

odoo-grill-me is a skill published in the GitHub repository chama-x/GroundRules (5 stars, last pushed 25d ago), licensed MIT. It adds 66 tokens to every session and 904 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

github

GitHub operations via gh CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available)…

spinabot/brigade · 101 tokens

repo-audit

Run a comprehensive language-agnostic repository health audit, scored 0-100. Detects language, runs native tooling, never assumes JS/Python.

adolfousier/opencrabs · 35 tokens

github

Full GitHub CLI control — issues, PRs, code reviews, repo management. Uses gh CLI with auth detection, rate limiting, and templates. Triggers on: github, issue, pull request, PR, code review, repo, branch, label, assignee, milestone, release, workflow, actions.

adolfousier/opencrabs · 0 tokens

cleanup-audit

Audit codebase for dead code, unused exports, orphaned files, and stale manifests.

jmagly/aiwg · 21 tokens

link-check

Verify @file references in AIWG skills and agents against the linking contract — per-file or corpus-wide, with optional auto-fix.

jmagly/aiwg · 29 tokens

iterative-converging-audit

Run any "find all instances of X" sweep — a security audit, a safety audit, a code review, a research question, a compliance check — as an iterative loop that does NOT stop at one pass. Audit → fix → RE-audit → … until a clean pass returns zero NEW discoveries. Use whenever thoroughness matters and a single pass would…

JKHeadley/instar · 0 tokens