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/jrobelia/inventree-plugin-ai-toolkit/domaingit clone --depth 1 https://github.com/jrobelia/inventree-plugin-ai-toolkitWrote 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.
[](https://agentmods.dev/agents/jrobelia/inventree-plugin-ai-toolkit/domain)<a href="https://agentmods.dev/agents/jrobelia/inventree-plugin-ai-toolkit/domain"><img src="https://agentmods.dev/badge/agents/jrobelia/inventree-plugin-ai-toolkit/domain.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00821 |
| Opus 5 | $0.00000 | $0.00411 |
| Sonnet 5 | $0.00000 | $0.00164 |
| Haiku 4.5 | $0.00000 | $0.00082 |
Grade A, and why
domain 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 5d 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 — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Domain Docs
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Before exploring, read these
CONTEXT.mdat the repo root for the toolkit container context.CONTEXT-MAP.mdat the repo root — it is the canonical map for the multi-context InvenTree plugin toolkit.docs/reference/inventree-plugins/CONTEXT.mdwhen working on a generic InvenTree plugin or tooling that applies to any plugin.C:\Software Projects\inventree-plugin-ai-toolkit\docs\reference\inventree-bom-build-buy-suite\CONTEXT.md(and related suite docs) when working on the Flat BOM, Build Order, or Purchase List plugins.docs/adr/— read ADRs that touch the area you're about to work on. In this repo, system-wide decisions live here; per-plugin decisions live inplugins/<name>/docs/adr/.- If
docs/adr/does not exist yet, fall back todocs/decisions.mdfor the append-only decision log. reference/README.mdand thereference/inventree-sourcesubmodule when you need to look at the InvenTree source code or example plugin implementations as reference.
If any of these files don't exist, proceed silently. Don't flag their absence; don't suggest creating them upfront. The /domain-modeling skill creates them lazily when terms or decisions actually get resolved.
File structure
Multi-context repo (presence of CONTEXT-MAP.md at the root):
/
├── CONTEXT.md ← toolkit container context
├── CONTEXT-MAP.md ← context map
├── docs/
│ ├── adr/ ← system-wide decisions (or docs/decisions.md)
│ ├── agents/ ← agent skill configuration
│ └── reference/
│ ├── inventree-plugins/
│ │ └── CONTEXT.md ← generic InvenTree plugin context
│ └── inventree-bom-build-buy-suite/
│ ├── VISION.md
│ ├── CONTEXT.md ← BOM/Build/Buy suite shared domain
│ ├── PLATFORM-REFERENCE.md
│ ├── ARCHITECTURE-DECISIONS.md
│ ├── BOUNDARIES.md
│ └── BUILD-ORDER.md
├── plugins/
│ ├── inventree-flat-bom-generator/
│ │ ├── CONTEXT.md
│ │ └── docs/adr/
│ ├── inventree-build-tree-generator/
│ │ ├── CONTEXT.md
│ │ └── docs/adr/
│ └── inventree-cogs-suite-plugin/
│ ├── CONTEXT.md
│ └── docs/adr/
└── reference/ ← InvenTree source and plugin-creator submodules
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.
- 5d ago First seen · 62 lines · 0 tokens per session scan A 53957223bb54
domain is an agent published in the GitHub repository jrobelia/inventree-plugin-ai-toolkit (1 stars, last pushed 18d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 821 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-31.
Other agents, from other repositories
Prompt Builder
Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai.
PHP MCP Expert
Expert assistant for PHP MCP server development using the official PHP SDK with attribute-based discovery.
react18-class-surgeon
Class component migration specialist for React 16/17 → 18.3.1. Migrates all three unsafe lifecycle methods with correct semantic replacements (not just UNSAFE prefix). Migrates legacy context to createContext, string refs to React.createRef(), findDOMNode to direct refs, and ReactDOM.render to createRoot. Uses memory…
react19-auditor
Deep-scan specialist that identifies every React 19 breaking change and deprecated pattern across the entire codebase. Produces a prioritized migration report at .github/react19-audit.md. Reads everything, touches nothing. Invoked as a subagent by react19-commander.
Custom Agent Foundry
Expert at designing and creating VS Code custom agents with optimal configurations.
gem-implementer
TDD code implementation: features, bugs, refactoring. Never reviews own work.