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 markoblogo/abvx-agent-skills --skill doc-to-lora-evaluatorgit clone --depth 1 https://github.com/markoblogo/abvx-agent-skillsWrote 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/markoblogo/abvx-agent-skills/doc-to-lora-evaluator)<a href="https://agentmods.dev/skills/markoblogo/abvx-agent-skills/doc-to-lora-evaluator"><img src="https://agentmods.dev/badge/skills/markoblogo/abvx-agent-skills/doc-to-lora-evaluator/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/markoblogo/abvx-agent-skills/doc-to-lora-evaluator"><img src="https://agentmods.dev/badge/skills/markoblogo/abvx-agent-skills/doc-to-lora-evaluator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00085 | $0.01063 |
| Opus 5 | $0.00043 | $0.00531 |
| Sonnet 5 | $0.00017 | $0.00213 |
| Haiku 4.5 | $0.00009 | $0.00106 |
Grade A, and why
doc-to-lora-evaluator 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 12d 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 — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Doc To LoRA Evaluator
Evaluate Doc-to-LoRA as an engineering option before treating it as a production memory layer.
Doc-to-LoRA is a research pattern where a hypernetwork generates a LoRA adapter from a document so later queries can use the internalized information without re-sending the original long context. This skill is a decision and proof-of-concept gate, not a promise that every local machine can run the full pipeline.
Use For
- comparing Doc-to-LoRA against RAG, long-context prompting, summaries, fine-tuning, or ordinary LoRA training;
- deciding whether a document set is a good fit for parametric memory;
- planning a small local or GPU-backed proof of concept with the public SakanaAI implementation;
- designing validation prompts that compare base-model, long-context, RAG, and internalized-adapter behavior;
- identifying hallucination, staleness, licensing, privacy, model-compatibility, and VRAM risks before implementation.
Do Not Use For
- ordinary document QA where RAG or direct context is simpler and cheap enough;
- irreversible model updates or production deployment without evaluation;
- private or licensed documents unless the user explicitly authorizes local processing and artifact storage;
- claiming model memory improvements without side-by-side tests.
Decision Gate
Prefer Doc-to-LoRA only when most of these are true:
- the same document or knowledge bundle will be queried repeatedly;
- re-sending the full context is expensive, slow, or exceeds the target model context window;
- the document is stable enough that adapter regeneration is acceptable;
- answers need durable factual recall more than open-ended retrieval transparency;
- the team can run the target model and generated adapters in a controlled environment;
- evaluation can compare against direct-context or RAG baselines.
Prefer RAG, summaries, or long-context prompting when:
- source provenance must be shown on every answer;
- documents change frequently or require fine-grained deletes;
- the task is one-off;
- available hardware cannot run the target model plus Doc-to-LoRA stack;
- user trust depends on visible retrieved passages.
What ships with it
2 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.
- 12d ago First seen · 113 lines · 85 tokens per session scan A b8eab4c1785a
doc-to-lora-evaluator is a skill published in the GitHub repository markoblogo/abvx-agent-skills (16 stars, last pushed today), licensed MIT. It adds 85 tokens to every session and 1,063 once invoked, about $0.0004 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-30.
Other skills, from other repositories
claw-metagenomics
Shotgun metagenomics profiling — taxonomy, resistome, and functional pathways.
solr-query
To build and debug Solr queries: eDisMax, block join, JSON facets, kNN, explain.
x-bug2rag
A knowledge-capture tool that turns reusable bug explanations into a local RAG collection, meaning a searchable store of text that an agent can retrieve later. It records the trigger, incorrect implementation, correct implementation, and observable difference.
jupyter-notebooks
Work effectively with Jupyter notebooks for data exploration and analysis. Use when creating notebooks, converting formats, or establishing notebook best practices.
agent-pytorch-build-resolver
PyTorch runtime, CUDA, and training error resolution specialist. Fixes tensor shape mismatches, device errors, gradient issues, DataLoader problems, and mixed precision failures with minimal changes. Use when PyTorch training or inference crashes.
axiom-foundation-models-diag
Use when debugging Foundation Models issues — context exceeded, guardrail violations, slow generation, availability problems, unsupported language, or unexpected output. Systematic diagnostics with production crisis defense.