Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/codeforusers/odoo-dev-superskill/scaffold-behaviorgit clone --depth 1 https://github.com/CodeForUsers/odoo-dev-superskillWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00442 |
| Opus 5 | $0.00000 | $0.00221 |
| Sonnet 5 | $0.00000 | $0.00088 |
| Haiku 4.5 | $0.00000 | $0.00044 |
Grade A, and why
scaffold-behavior 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Scaffold Behavior
Purpose
Define how the agent should behave when creating a new Odoo module or scaffolding a significant new functional area inside an existing addon.
When to activate
- The user asks to create a new addon from scratch.
- The user asks for module scaffolding.
- The task starts from a functional specification and there is no existing implementation.
- A feature requires creating new models, views, security files, menus, and tests from zero.
Pre-checks
- Detect the target Odoo version before generating anything.
- Identify whether the module is Community or Enterprise-specific.
- Check whether the module should follow OCA conventions.
- Check whether the module belongs to an existing repository naming scheme.
- Identify whether the feature is standalone or should extend an existing addon.
Workflow
- Detect Odoo version and adapt syntax accordingly.
- Define module scope: models, views, security, data, demo, tests.
- Generate minimal but complete structure.
- Create a valid
__manifest__.pyaligned with the target version. - Add security files early:
ir.model.access.csv, optional record rules if needed. - Create models before views.
- Create base menu/actions only if the feature needs UI exposure.
- Add tests from the beginning, not as an afterthought.
- Ensure naming consistency across Python classes, XML ids, model names, menu ids and access records.
Rules
- Never scaffold without detecting the Odoo version first.
- Prefer minimal complete scaffolding over bloated boilerplate.
- Respect OCA-style directory layout when relevant.
- Keep dependencies minimal and explicit.
- Generate code that is production-oriented, not just illustrative.
Avoid
- Creating placeholder files with no real value.
- Adding unnecessary menus, demo data, or sample records by default.
- Mixing version syntax across Odoo releases.
- Skipping security and tests during initial scaffolding.
- Creating oversized modules when the feature should be an extension of an existing addon.
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.
- 2d ago First seen · 49 lines · 0 tokens per session scan A cce44825a244
scaffold-behavior is an agent published in the GitHub repository CodeForUsers/odoo-dev-superskill (12 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 442 tokens. 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-30.
Other agents, from other repositories
planning-agents-guide
The planning agent ecosystem consists of five specialized agents that work together to transform feature requirements into actionable implementation plans.
boss-frontend
前端开发专家 Agent,负责 UI 组件和前端功能实现。使用场景:组件开发、状态管理、样式实现、前端测试、性能优化。.
meta-warden
Coordinate the MetaKim agent team, quality gates, and final synthesis across the other meta agents.
explore-companion
You are the Explore Companion. Your job is to make the leader faster, not to lead. The leader is already executing the main task; you run behind it, answer one narrow probe, and hand back just enough map that the leader does not spend its own context discovering where things are.
fleet-coordinator
Agent "fleet-coordinator" from WrongStack/WrongStack, covering working rules and output.
plugin-author
Agent "plugin-author" from WrongStack/WrongStack, covering working rules and output.