mesh-llm: Skill for Claude Code

.agents/skills/skippy-metrics/SKILL.md

skippy-metrics is a skill for Claude Code, Codex from Mesh-LLM/mesh-llm. It costs 39 tokens per session (220 once invoked), scanned A, original, Apache-2.0.

Project instructions for telemetry, the data a program records about its operation, including benchmark metrics and runtime events.

In plain words
What is it for?
Use them when changing Skippy metrics, OpenTelemetry output, benchmark reports, lifecycle tracking, or metrics-server behavior.
Why use it?
They keep measurement, report creation, and request handling in their intended components so telemetry export does not slow serving requests.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is Mesh-LLM/mesh-llm's own configuration. It tells Claude Code and Codex how to work on mesh-llm itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mesh-llm configures →

About the project

Mesh LLM is a distributed AI system that combines GPUs and memory from multiple machines and exposes them through one OpenAI-compatible inference server, which is a service that runs models and answers API requests. It is for people who want to share compute privately or publicly to run models for agents and chat, including models too large for one machine. The catalogue add-ons support workflows for operating and using the mesh.

Mesh-LLM/mesh-llm · 3,384 stars · on GitHub · meshllm.cloud

Reuse

Borrowing it

Nothing to install: this file belongs to Mesh-LLM/mesh-llm. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Mesh-LLM/mesh-llm/main/.agents/skills/skippy-metrics/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Mesh-LLM/mesh-llm

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 skippy-metrics

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/mesh-llm/mesh-llm/skippy-metrics"><img src="https://agentmods.dev/badge/skills/mesh-llm/mesh-llm/skippy-metrics.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 220 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00039 $0.00220
Opus 5 $0.00019 $0.00110
Sonnet 5 $0.00008 $0.00044
Haiku 4.5 $0.00004 $0.00022

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

Security

Grade A, and why

skippy-metrics 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.

.agents/skills/skippy-metrics/SKILL.md · 33 lines

What it actually says

skippy-metrics

Use this skill for telemetry attributes, lifecycle instrumentation, and benchmark/report integration.

Ownership

crates/skippy-metrics owns shared attribute names. Stage servers may emit OTLP/telemetry, but request-path serving must not block on telemetry export. crates/metrics-server owns benchmark/debug telemetry ingest, SQLite storage, run lifecycle, and canonical report export.

Mesh API runtime status is not a telemetry dump. Keep public runtime status backend-neutral and stable; expose backend details only when intentionally part of the status shape.

Validation

cargo test -p skippy-server --lib
cargo test -p mesh-llm --lib

Keep canonical benchmark report export in metrics-server rather than inside stage serving.

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 · 33 lines · 39 tokens per session scan A 2205dd394e01

Subscribe to this mod's changes

skippy-metrics is a skill published in the GitHub repository Mesh-LLM/mesh-llm (3,384 stars, last pushed today), licensed Apache-2.0. It adds 39 tokens to every session and 220 once invoked, about $0.0002 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

deploy-docker-compose

Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…

omnigent-ai/omnigent · 84 tokens

api-docs

Document a module or public API surface (functions, classes, CLI commands, endpoints) from the code itself. Use when the user asks for API reference, to document a module, or to write usage docs for a public interface.

omnigent-ai/omnigent · 50 tokens

research

Run deep research on any topic using the Deep Research MCP server. Use this skill whenever the user wants to research a topic, gather information, find sources, or create a research document. Triggers on: 'research this', 'find out about', 'gather information on', 'I need to understand', 'deep dive into', or any…

Arindam200/awesome-ai-apps · 78 tokens

Workspace Data Analyst

Analyze CSV files in the workspace and summarize insights.

VoltAgent/voltagent · 14 tokens

run_jinx

Execute a jinx by name (already loaded on the team) or by filesystem path (e.g. a freshly createdjinx that isn't yet registered), passing input values as a JSON object. Returns the jinx's output field or the full context dict. Use this to run a jinx you just wrote without exiting the session.

NPC-Worldwide/npcpy · 71 tokens

openkb-deck-editorial

A tool for creating a single-file HTML slide presentation from compiled knowledge-base content. Its visual style uses a warm cream background, serif typography, and brick-red accents.

VectifyAI/OpenKB · 117 tokens