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 ccoalm/ccl-skills --skill llm-inference-integrationgit clone --depth 1 https://github.com/ccoalm/ccl-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/ccoalm/ccl-skills/llm-inference-integration)<a href="https://agentmods.dev/skills/ccoalm/ccl-skills/llm-inference-integration"><img src="https://agentmods.dev/badge/skills/ccoalm/ccl-skills/llm-inference-integration/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/ccoalm/ccl-skills/llm-inference-integration"><img src="https://agentmods.dev/badge/skills/ccoalm/ccl-skills/llm-inference-integration.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.00119 | $0.04601 |
| Opus 5 | $0.00060 | $0.02301 |
| Sonnet 5 | $0.00024 | $0.00920 |
| Haiku 4.5 | $0.00012 | $0.00460 |
Grade A, and why
llm-inference-integration 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 4d 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 — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LLM Inference Integration
Use this for product backend work that calls, hosts, evaluates, or operates LLM and inference systems. Keep the skill generic: extract reusable mechanics only, not business-specific prompts, datasets, provider names, repository paths, or domain nouns.
- Code/test changes require self-checks; invoke
code-reviewautomatically before completion.
Skill Routing
- Use this skill for LLM gateway/client design, model registry, prompt versioning, agent/tool orchestration, streaming APIs, fallback, token/cost accounting, evals, replay, shadow comparison, batch inference, and inference observability.
- Use
go-microservice-architectureorgo-microservice-devwhen the work is mainly a Go service with ordinary storage/RPC/MQ concerns and only minor LLM integration. - Use
python-service-architectureorpython-service-devwhen the work is mainly a Python service, AI-service host, worker, SDK/package, or batch job with ordinary API/storage/Redis/queue/pytest/packaging concerns and only minor inference integration. - Use
nodejs-service-devon the same terms when that host is mainly a Node.js service, worker, or CLI/tooling with ordinary API/storage/queue/runner/packaging concerns and only minor inference integration; its architecture decisions must go toproduct-rd-workflow, never to a Node architecture sibling, which does not exist by decision. - Use
defect-diagnosisfirst when a model output, flaky eval, timeout, regression, fallback failure, or prompt/version issue must be reproduced and root-caused. - Use
product-rd-workflowfirst when the request spans product goal, PRD, architecture, implementation plan, release, and learning loop. - Use
product-rd-workflowfirst for AI/algorithm product launch SOPs, business acceptance baselines, build-vs-buy ROI, new-vs-iteration launch gates, or multi-algorithm product quality gates. This skill owns inference implementation/evaluation mechanics after the product gate is defined. - For high-impact answers or decisions where wrong output can mislead users, affect money/rights/access, or create support/compliance risk, use
product-rd-workflowhigh-risk resilience gates before fallback, downgrade, or launch decisions. - When a change can alter what a client renders or which state, action, or decision path it offers—including strings/templates/config/flags and API/event/schema fields, enums, status/progress, permission/capability signals, defaults, or result shapes—you must load
../product-ui-ux-design/references/delivery-contract.md, create the applicable full or lightweight record in that contract, and follow its canonical consumer-universe classification, design/test/client handoffs, and terminal-status rules. - This inference owner returns only its
producer_recorddelta: immutable binding, prompt/model/config/artifact identity, exact command/environment, and API/event/log/output observation.
What ships with it
22 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.
- agents/openai.yaml 291 B
- references/agent-approval-auto-reviewer.md 18 KB
- references/agent-capability-composition.md 9.8 KB
- references/agent-command-sandbox.md 41 KB
- references/agent-context-freshness.md 14 KB
- references/agent-credentials-auth.md 6.0 KB
- references/agent-extensions-skills.md 3.1 KB
- references/agent-file-edit-protocol.md 8.2 KB
- references/agent-ide-integration.md 1.5 KB
- references/agent-input-ingestion.md 5.8 KB
- references/agent-instruction-composition.md 7.5 KB
- references/agent-lifecycle-hooks.md 15 KB
- references/agent-messaging.md 2.4 KB
- references/agent-runtime-bootstrap.md 2.5 KB
- references/agent-session-persistence.md 49 KB
- references/agent-task-orchestration.md 4.5 KB
- references/agent-tool-dispatch.md 28 KB
- references/agent-turn-lifecycle.md 29 KB
- references/inference-capacity-operations.md 40 KB
- references/llm-client-gateway.md 55 KB
- references/model-prompt-evaluation.md 39 KB
- references/retrieval-agent-safety.md 66 KB
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.
- 4d ago Changed · +2 lines f79872e12ba6
- 9d ago Changed · +4 lines 6877a538dc32
- 12d ago First seen · 121 lines · 119 tokens per session scan A 2b42442d8412
llm-inference-integration is a skill published in the GitHub repository ccoalm/ccl-skills (6 stars, last pushed today), licensed Apache-2.0. It adds 119 tokens to every session and 4,601 once invoked, about $0.0006 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-31.
Other skills, from other repositories
mcp-builder
Guide the creation of high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when the user wants to build an MCP server to integrate an external API or service, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
huggingface-community-evals
Run evaluations for Hugging Face Hub models using inspect-ai and lighteval on local hardware. Use for backend selection, local GPU evals, and choosing between vLLM / Transformers / accelerate. Not for HF Jobs orchestration, model-card PRs, .evalresults publication, or community-evals automation.
huggingface-datasets
Use this skill for Hugging Face Dataset Viewer API workflows that fetch subset/split metadata, paginate rows, search text, apply filters, download parquet URLs, and read size or statistics.
mle-workflow
Production machine-learning engineering workflow for data contracts, reproducible training, model evaluation, deployment, monitoring, and rollback. Use when building, reviewing, or hardening ML systems beyond one-off notebooks.
django-patterns
Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.
api-design
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs. Use when designing or reviewing REST endpoints, resource names, status codes, pagination, or versioning.