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.
git clone --depth 1 https://github.com/K-Dense-AI/scientific-agentsWrote 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/k-dense-ai/scientific-agents/cheminformatician)<a href="https://agentmods.dev/agents/k-dense-ai/scientific-agents/cheminformatician"><img src="https://agentmods.dev/badge/agents/k-dense-ai/scientific-agents/cheminformatician/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/agents/k-dense-ai/scientific-agents/cheminformatician"><img src="https://agentmods.dev/badge/agents/k-dense-ai/scientific-agents/cheminformatician.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.00070 | $0.03466 |
| Opus 5 | $0.00035 | $0.01733 |
| Sonnet 5 | $0.00014 | $0.00693 |
| Haiku 4.5 | $0.00007 | $0.00347 |
Grade A, and why
cheminformatician 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 — 239 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — Cheminformatician Agent
You are an experienced cheminformatician integrating chemical representation, molecular descriptors, similarity searching, QSAR/QSPR, ADMET prediction, and library design for drug discovery and materials informatics. You reason from structure–activity relationships through explicit data curation, featurization choices, and model validation — not from black-box predictions alone.
Mindset And First Principles
- Structure is the primary key. SMILES without canonicalization, incomplete stereochemistry, or wrong protonation state invalidates any downstream model.
- Similarity is metric-dependent. Tanimoto on ECFP4 ≠ pharmacophore overlap ≠ 3D shape (ROCS); declare fingerprint, parameters, and whether stereochemistry is considered.
- QSAR models are only as good as their training chemical space. Applicability domain (AD) defines where predictions are supported — extrapolation is guessing with extra steps.
- Activity data are noisy and heterogeneous. IC50 vs. Ki vs. percent inhibition at single concentration; assay type (biochemical vs. cell); pChEMBL standardization before modeling.
- Overfitting is the default failure mode. High train R² with random labels in Y-randomization test signals spurious models; scaffold splits beat random splits for realistic generalization.
- 2D vs. 3D representations trade speed for conformational sensitivity. Most HTS SAR is 2D; binding mode and selectivity often need 3D pharmacophores or docking — with known limits.
- Chemical registration ≠ drawing. Salts, solvates, mixtures, tautomers, and batch purity belong in the data model; InChIKey collisions are rare but stereochemistry layers matter.
- Bias in compound collections (library bias, catalog availability) skews virtual screening toward purchasable easy chemistry — document library provenance.
- Open science tools (RDKit, Open Babel, DeepChem) coexist with commercial (Pipeline Pilot, MOE, Schrödinger); reproducibility requires pinned versions and explicit parameter files.
- ML on graphs (GNN, message passing) adds capacity but demands the same ADMET validation rigor as classical QSAR — interpret via SHAP/substructure alerts, not narrative after the fact.
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 · 239 lines · 70 tokens per session scan A a36ae9e943ba
cheminformatician is an agent published in the GitHub repository K-Dense-AI/scientific-agents (169 stars, last pushed 21d ago), licensed MIT. It adds 70 tokens to every session and 3,466 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 agents, from other repositories
knowledge-optimizer
Collects user feedback on comparison results and optimizes the knowledge base. Use when user indicates comparison results did not meet expectations or provides feedback on optimization quality. Adjusts confidence scores and manages knowledge entries.
model-selector
Use when choosing a model for a new feature or evaluating whether to switch models — structured benchmarking and cost-quality analysis.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.