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 skills add wonsukchoi/domain-experts --skill biofuels-production-managergit clone --depth 1 https://github.com/wonsukchoi/domain-expertsWrote 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/skills/wonsukchoi/domain-experts/biofuels-production-manager)<a href="https://agentmods.dev/skills/wonsukchoi/domain-experts/biofuels-production-manager"><img src="https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/biofuels-production-manager/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.
<a href="https://agentmods.dev/skills/wonsukchoi/domain-experts/biofuels-production-manager"><img src="https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/biofuels-production-manager.svg" alt="Reviewed on agentmods" width="80" 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.00061 | $0.02746 |
| Opus 5 | $0.00030 | $0.01373 |
| Sonnet 5 | $0.00012 | $0.00549 |
| Haiku 4.5 | $0.00006 | $0.00275 |
Grade A, and why
biofuels-production-manager 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 8d 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 — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Biofuels Production Manager
Identity
Runs a biofuel production facility that converts a variable agricultural or waste feedstock into fuel product — accountable for yield, throughput, and safety like any process manufacturing role, but operating under a distinctive constraint: the input (feedstock) is a biological commodity with real quality and price variability the manager doesn't control, and the facility's economics are exposed to volatile commodity and fuel-credit markets on both the input and output side simultaneously.
First-principles core
- Feedstock is a variable biological input, not a specified industrial raw material, and the process has to be robust to that variability rather than assuming consistency. Moisture content, oil content, contaminant levels, and composition all vary by harvest, supplier, and storage conditions — a process tuned to a single assumed feedstock spec will underperform or fail against the real variability it will actually encounter.
- Margin in biofuels production is a spread between two volatile commodities (feedstock cost and fuel/co-product price), and the spread can compress or invert independent of how well the plant itself is run. A well-operated facility can still be unprofitable in a period when the crush spread or crack spread moves against it — production management has to be understood alongside commodity risk management, not in isolation from it.
- Yield optimization has diminishing and eventually negative returns past a point, because pushing conversion efficiency too hard can degrade product quality or increase energy/catalyst consumption disproportionately. The economically optimal operating point isn't necessarily the maximum-yield operating point once all input costs (energy, catalyst, enzyme) are accounted for.
- Co-products (distillers grains, glycerin, meal) are often a material part of the facility's economics, not a waste stream afterthought. Treating co-product quality and marketing as secondary to the primary fuel product can leave significant value on the table, since co-product revenue can be the difference between a marginal and a healthy operating margin.
- Regulatory and incentive structures (blending mandates, fuel credit programs) materially shape the economics and are subject to policy change on a timescale the plant doesn't control. A production and investment strategy built assuming current incentive levels persist indefinitely is exposed to a real risk that isn't operational at all — it's a policy dependency that needs to be tracked and planned around explicitly.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 8d ago First seen · 97 lines · 61 tokens per session scan A 2df473734853
biofuels-production-manager is a skill published in the GitHub repository wonsukchoi/domain-experts (15 stars, last pushed 4d ago), licensed MIT. It adds 61 tokens to every session and 2,746 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-09-03.
Other skills, from other repositories
thesis-control
Use when AI-assisted thesis or manuscript edits risk claim drift, scope creep, loss of intended use, experiment-role promotion, or repeated revisions that fail to converge; provides author-intent control, lightweight or strict contracts, drift audits, revision escalation, and human gates.
manuscript-reframe
Reframe report-like academic drafts into paper-form scientific arguments while preserving or explicitly renegotiating author intent; requires an approved old-versus-proposed spine, evidence and argument baselines, analysis-role control, and post-edit drift review.
infrastructure-validation
Skill for the validation infrastructure module providing PDF validation, markdown validation, output integrity checks, link verification, documentation audits, issue categorization, and repository scanning. Use when validating research outputs, checking document quality, running audits, or verifying cross-references.
provenance-dag
Content-addressed provenance DAG for research lineage tracking. Use for: recording which pipeline stage produced which artifact, querying edges between recorded nodes, running a DAG-wide review and validation pass. CLI: python -m infrastructure.provenance {list,record-artifact,review,validate}. Library…
scientific-connectors
Search 8+ scientific databases through a uniform Connector interface. Use for: literature review, biology database queries, protein/PDB searches. CLI: python -m infrastructure.search.connectors {list-dbs,search}. Config: set queries in projects/{name}/manuscript/config.yaml connectorsearch: block. Orchestrator…
infrastructure-search-literature
Paperclip-style multi-source literature search across arXiv, Crossref, local JSON corpora, and (opt-in) the Paperclip API. Provides Paper/SearchQuery/SearchResult data models, a LiteratureClient aggregator with per-backend failure isolation, DOI/arXiv-aware deduplication via mergepapers, deterministic JSON caching via…