llm-d-autoconfig

llm-d-autoconfig is a skill for Claude Code, Codex from llm-d-incubation/llm-d-skills. It costs 75 tokens per session (3,548 once invoked), scanned A, original, Apache-2.0.

A configuration assistant for llm-d, a system that serves language models, which recommends an EndpointPickerConfig for choosing where inference requests run. It uses the requested workload and service-level goals, or SLAs, such as response-time targets.

In plain words
What is it for?
Selecting scheduler plugins and settings for a model workload, generating the configuration bundle, and optionally deploying and benchmarking it.
Why use it?
Choosing scheduler settings by guesswork can produce poor performance or miss response-time requirements. This gathers the relevant details and generates a deterministic configuration that can optionally be deployed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: names the AskUserQuestion tool; mentions Claude Code; mentions Gemini CLI.

Good fit Selecting scheduler plugins and settings for a model workload, generating the configuration bundle, and optionally deploying and benchmarking it.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/llm-d-incubation/llm-d-skills/llm-d-autoconfig
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 llm-d-incubation/llm-d-skills --skill llm-d-autoconfig
Clone the repo
git clone --depth 1 https://github.com/llm-d-incubation/llm-d-skills

Made for: Claude Code, Codex.

Its marketplace also offers this one on its own, as the plugin llm-d-autoconfig/plugin install llm-d-autoconfig after adding the marketplace above.

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-d-autoconfig

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/llm-d-incubation/llm-d-skills/llm-d-autoconfig"><img src="https://agentmods.dev/badge/skills/llm-d-incubation/llm-d-skills/llm-d-autoconfig.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,548 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00075 $0.03548
Opus 5 $0.00037 $0.01774
Sonnet 5 $0.00015 $0.00710
Haiku 4.5 $0.00007 $0.00355

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

Security

Grade A, and why

llm-d-autoconfig scanned grade A with 1 finding 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 5 executable files (scripts/autoconfig_poc.py, scripts/benchmark.py, scripts/doc_cache.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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| 1 | Cluster discovery (read-only kubectl/curl) | [references/phase-1-cluster-discovery.md](references/phase-1-cluster-discovery.md) |
autoconfig/skill/llm-d-autoconfig/SKILL.md · 110 lines

How it starts

The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.

llm-d-autoconfig

You help the user configure (and optionally deploy) an EndpointPickerConfig for their llm-d inference deployment.

This skill wraps a deterministic recommender script (autoconfig). Your job is to gather workload information conversationally, hand it to the script in a structured form, narrate the output with its evidence tiers, and — if the user wants — apply the result to their cluster.

Relationship to the single-purpose skills

This repo also ships focused skills — deploy-llm-d, run-llm-d-benchmark, compare-llm-d-configurations, configure-wva-autoscaling-llm-d, teardown-llm-d. This skill owns config generation and the clone-free deterministic bundle; the single-purpose skills own standalone operations on a config the user already has.

  • Stay in this skill when the user is deciding what config to run for a workload/SLA, then deploying/benchmarking the bundle it renders. Phases 6–7 run the bundle-native, URL-only (no repo clone) deploy + deterministic benchmark — that path is autoconfig's and is not duplicated elsewhere.
  • Hand off to a single-purpose skill when the user's ask is a single, well-scoped operation on an existing/hand-written setup rather than an autoconfig bundle: general guide-driven deploy → deploy-llm-d; llmdbenchmark-CLI benchmarking (guide or custom workload profiles) → run-llm-d-benchmark; config comparison → compare-llm-d-configurations; WVA/HPA autoscaling → configure-wva-autoscaling-llm-d; teardown → teardown-llm-d. Phases 6 and 7 link to these for the general flows.
  • Troubleshooting is shared, not duplicated: generic Kubernetes/deploy failures live in deploy-llm-d's troubleshooting guide; references/pitfalls.md points there and keeps only the autoconfig-specific entries (EPP config, gateway-mode routing, PD/NIXL, modelserver install, benchmark harness).

How this skill is organized

This SKILL.md is the entry point — read it first, then load references/phase-N-*.md for the phase you're working in. Each phase reference is self-contained; you do NOT need to keep prior-phase references in context once a phase is done.

Read the full file on GitHub · 110 lines

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 · 110 lines · 75 tokens per session scan A 2bef7b7a55fc

Subscribe to this mod's changes

llm-d-autoconfig is a skill published in the GitHub repository llm-d-incubation/llm-d-skills (6 stars, last pushed 29d ago), licensed Apache-2.0. It adds 75 tokens to every session and 3,548 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

tensorrt-llm

High-throughput LLM inference on NVIDIA GPUs.

NousResearch/hermes-agent · 18 tokens

google-cloud-solution-guided-gke-ai-migration

Guides the migration of existing AI workloads (Cloud Run, Gemini API, Gemini Enterprise Agent Platform) to self-hosted GKE inference using gcloud and kubectl. Use when the user has an existing AI inference workload (on Cloud Run, the Gemini API, Gemini Enterprise Agent Platform, or a custom VM) and wants to move it to…

google/skills · 157 tokens

agent-platform-tuning

Agent Platform Model Tuning. Use when you need to fine-tune open models or Gemini models using Agent Platform infrastructure. Don't use for model training outside Agent Platform, model deployment to endpoints (use agent-platform-deploy), or managing serving endpoints (use agent-platform-endpoint-management).

google/skills · 64 tokens

gke-inference

Deploys and optimizes AI/ML inference workloads on GKE, using GPUs, TPUs, and model servers. Use when deploying GKE inference servers, configuring GKE GPU resources for inference, or deploying LLMs on GKE. Don't use for generic batch jobs or HPC task queues (use gke-batch-hpc instead).

google/skills · 74 tokens

agent-platform-endpoint-management

Manages Agent Platform serving endpoints. Use when you need to create, list, describe, update, or delete serving endpoints for model deployment on Agent Platform. Also use when troubleshooting endpoint permission, quota, or resource busy errors. Don't use for deploying models to endpoints or for running model…

google/skills · 64 tokens

modal

Modal is a serverless cloud platform for running Python on demand, including on-demand GPUs. Use when deploying or serving AI/ML models, running GPU-accelerated workloads (training, fine-tuning, inference), serving web endpoints, scheduling batch jobs, or scaling Python code to cloud containers with the Modal SDK.

K-Dense-AI/scientific-agent-skills · 65 tokens