llm_post_training

llm_post_training is a skill for Claude Code, Codex from Leeroo-AI/leeroopedia-mcp. It costs 0 tokens per session (409 once invoked), scanned A, original, MIT.

A workflow guide for using a knowledge base during language-model training and deployment. It covers supervised fine-tuning, preference training, LoRA, model serving, and evaluation tools.

In plain words
What is it for?
Use it when planning or reviewing tasks such as fine-tuning a language model, configuring LoRA, serving a model with vLLM, or evaluating model quality.
Why use it?
It helps an agent make implementation choices using documented patterns and recommended settings rather than guessing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when planning or reviewing tasks such as fine-tuning a language model, configuring LoRA, serving a model with vLLM, or evaluating model quality.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leeroo-ai/leeroopedia-mcp/llm_post_training
Install

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.

Any agent
npx skills add Leeroo-AI/leeroopedia-mcp --skill llm_post_training
Clone the repo
git clone --depth 1 https://github.com/Leeroo-AI/leeroopedia-mcp

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for llm_post_training

README.md
[![agentmods](https://agentmods.dev/badge/skills/leeroo-ai/leeroopedia-mcp/llm_post_training/github.svg)](https://agentmods.dev/skills/leeroo-ai/leeroopedia-mcp/llm_post_training)
Your own site
<a href="https://agentmods.dev/skills/leeroo-ai/leeroopedia-mcp/llm_post_training"><img src="https://agentmods.dev/badge/skills/leeroo-ai/leeroopedia-mcp/llm_post_training/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.

agentmods 80×15 button for llm_post_training

Your own site · 80×15
<a href="https://agentmods.dev/skills/leeroo-ai/leeroopedia-mcp/llm_post_training"><img src="https://agentmods.dev/badge/skills/leeroo-ai/leeroopedia-mcp/llm_post_training.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 409 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00409
Opus 5 $0.00000 $0.00204
Sonnet 5 $0.00000 $0.00082
Haiku 4.5 $0.00000 $0.00041

Measured 12d ago against content hash 7b3e6707e309, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

llm_post_training 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.

The scan reads SKILL.md. This mod also ships 2 executable files (evaluate_model.py, run_benchmark.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

examples/llm_post_training/SKILL.md · 22 lines

What it actually says

Leeroopedia Knowledge Base Tools

You have access to the Leeroopedia MCP tools. Use them throughout this pipeline to make informed decisions. Specifically:

  • search_knowledge: Search the knowledge base before writing any code. Look up TRL SFTTrainer usage, DPO training patterns, LoRA configuration, vLLM serving config, and lm-evaluation-harness setup. Search from multiple angles in parallel.

  • build_plan: Before starting each task, request a structured implementation plan from the knowledge base. Get the correct sequence of steps, key specs, and validation criteria grounded in real framework documentation.

  • review_plan: After drafting your approach for each task, submit it for review against documented best practices. Catch incorrect assumptions and known pitfalls before writing code.

  • propose_hypothesis: When you are unsure how to proceed or face a design decision (e.g. choosing between training strategies or serving configurations), use this tool to get ranked approaches backed by documented framework patterns.

  • query_hyperparameter_priors: Query recommended values and tuning ranges for all key hyperparameters — LoRA rank/alpha, learning rates, batch sizes, DPO beta, vLLM memory utilization, tensor parallel size, and any other parameters. Get context-specific suggestions based on model size and hardware.

  • verify_code_math: After writing critical code sections (training loops, serving config), verify correctness against knowledge base documentation and reference implementations.

  • diagnose_failure: If any step fails or produces unexpected results, use this tool to diagnose the root cause against known failure patterns and common misconfigurations.

  • get_page: When any tool response cites a [PageID], retrieve the full page for deeper detail.

Use these tools proactively — do not rely solely on your training knowledge. The knowledge base contains up-to-date, verified documentation that will help you avoid common mistakes and choose optimal configurations.

Files

What ships with it

5 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.

Changes

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.

  1. 12d ago First seen · 22 lines · 0 tokens per session scan A 7b3e6707e309

Subscribe to this mod's changes

llm_post_training is a skill published in the GitHub repository Leeroo-AI/leeroopedia-mcp (14 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 409 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.