llm-inference-batching-scheduler

llm-inference-batching-scheduler is a skill for Claude Code, Codex from lazyFrogLOL/Harness_Engineering. It costs 87 tokens per session (1,814 once invoked), scanned A, original, no licence file.

A guide to scheduling batches of requests for large language model inference, the process of generating model responses. It focuses on systems that compile computations for particular input shapes.

In plain words
What is it for?
Use it to design batching schedulers, account for compilation and padding overhead, and meet latency limits while serving model requests.
Why use it?
It helps balance request cost and response speed when batching can add padding or trigger extra compilation work.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to design batching schedulers, account for compilation and padding overhead, and meet latency limits while serving model requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lazyfroglol/harness_engineering/llm-inference-batching-scheduler
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 lazyFrogLOL/Harness_Engineering --skill llm-inference-batching-scheduler
Clone the repo
git clone --depth 1 https://github.com/lazyFrogLOL/Harness_Engineering

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-inference-batching-scheduler

README.md
[![agentmods](https://agentmods.dev/badge/skills/lazyfroglol/harness_engineering/llm-inference-batching-scheduler/github.svg)](https://agentmods.dev/skills/lazyfroglol/harness_engineering/llm-inference-batching-scheduler)
Your own site
<a href="https://agentmods.dev/skills/lazyfroglol/harness_engineering/llm-inference-batching-scheduler"><img src="https://agentmods.dev/badge/skills/lazyfroglol/harness_engineering/llm-inference-batching-scheduler/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-inference-batching-scheduler

Your own site · 80×15
<a href="https://agentmods.dev/skills/lazyfroglol/harness_engineering/llm-inference-batching-scheduler"><img src="https://agentmods.dev/badge/skills/lazyfroglol/harness_engineering/llm-inference-batching-scheduler.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,814 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 unknown 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.00087 $0.01814
Opus 5 $0.00044 $0.00907
Sonnet 5 $0.00017 $0.00363
Haiku 4.5 $0.00009 $0.00181

Measured 10d ago against content hash 62fa936c3348, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

llm-inference-batching-scheduler 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 10d 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.

skills/llm-inference-batching-scheduler/SKILL.md · 219 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 10d ago First seen · 219 lines · 87 tokens per session scan A 62fa936c3348

Subscribe to this mod's changes

llm-inference-batching-scheduler is a skill published in the GitHub repository lazyFrogLOL/Harness_Engineering (126 stars, last pushed 3mo ago), with no licence file. It adds 87 tokens to every session and 1,814 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.

Related

Other skills, from other repositories

data-leakage-detection

Detect sensitive information disclosure via escalating dialogue probes. Covers system prompt extraction, credential/API key leakage, PII, and internal configuration exposure.

Tencent/AI-Infra-Guard · 34 tokens

groq-inference

Ultra-fast LLM inference on custom LPU hardware. OpenAI-compatible API at api.groq.com. Lowest latency in the industry (500-1000+ tok/s). Supports chat completions, vision, audio (Whisper STT + TTS), tool calling, JSON mode, and streaming. Free tier available. Inference only — no training.

synthetic-sciences/openscience · 77 tokens

ai-sdk

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI…

vercel-labs/open-agents · 155 tokens

openloomi-api

OpenLoomi ships a local-first HTTP API served from the desktop app (port 3414, fallback 3515). All auth, Memory, AI, RAG, Loop, and Audit data live in a local SQLite database — your data stays on your machine and the OpenLoomi app is the source of truth. The only externally-routed auth path is the Composio OAuth…

melandlabs/openloomi · 106 tokens

openloomi-connectors

OpenLoomi Connectors handle two directions: pulling Signals in from your authorized platforms and pushing approved Actions back out through the same channel. OpenLoomi ships them through two layers.

melandlabs/openloomi · 113 tokens

wegent-knowledge

Knowledge base management and search tools for Wegent. Provides capabilities to list, create, update, and search knowledge bases and documents using RAG retrieval. Use this skill when the user wants to manage knowledge bases, documents, or search for information programmatically.

wecode-ai/Wegent · 51 tokens